THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Hey guys, I've being trying to install Thelia2.0.2 but I have the following error:

Warning: require(/home/dsinning/dasdesign.co/productos/core/vendor/autoload.php) [function.require]: failed to open stream: No such file or directory in /home/dsinning/dasdesign.co/productos/core/bootstrap.php on line 26

Fatal error: require() [function.require]: Failed opening required '/home/dsinning/dasdesign.co/productos/core/vendor/autoload.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/dsinning/dasdesign.co/productos/core/bootstrap.php on line 26

I just forked the latest master version from the repo on github. What is it? What am I missing? I appreciate your kind response...

Offline


Please read carefully the README.md file.


OpenStudio Toulouse

Offline


ok, I was missing the intl & fileinfo extensions and the post_max_size.  I installed Thelia by CLI bash command:
$ php Thelia thelia:install

At the end I got the following message:

"Config file created with success. Your thelia is installed" (yay!)

But now my site is blank?... (boo) What is wrong?

Offline


Blank page = php fatal error.

Check the Apache log file.


OpenStudio Toulouse

Offline


This is what I got, but I really do not know how to fix it. Could give me a hint/hand, please?

[Tue Aug 05 20:28:04 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/cache/
[Tue Aug 05 20:28:04 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/log/
[Tue Aug 05 20:28:04 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/setup/
[Tue Aug 05 20:32:40 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/cache/
[Tue Aug 05 20:32:40 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/log/
[Tue Aug 05 20:32:40 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/setup/
[Tue Aug 05 20:32:45 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/local/config/, referer: [url]http://dasdesign.co/shop/[/url]
[Tue Aug 05 20:32:49 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/cache/, referer: [url]http://dasdesign.co/shop/local/[/url]
[Tue Aug 05 20:32:49 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/log/, referer: [url]http://dasdesign.co/shop/local/[/url]
[Tue Aug 05 20:32:49 2014] [error] [client 186.147.18.201] client denied by server configuration: /home/dsinning/dasdesign.co/shop/setup/, referer: [url]http://dasdesign.co/shop/local/[/url]
[Tue Aug 05 20:33:34 2014] [error] [client 186.147.18.201] File does not exist: /home/dsinning/dasdesign.co/shop/templates/frontOffice/default/{$asset_url}, referer: [url]http://dasdesign.co/shop/templates/frontOffice/default/[/url]
[Tue Aug 05 20:33:34 2014] [error] [client 186.147.18.201] File does not exist: /home/dsinning/dasdesign.co/missing.html, referer: [url]http://dasdesign.co/shop/templates/frontOffice/default/[/url]
[Tue Aug 05 20:33:34 2014] [error] [client 186.147.18.201] File does not exist: /home/dsinning/dasdesign.co/shop/templates/frontOffice/default/{$IMAGE_URL}, referer: [url]http://dasdesign.co/shop/templates/frontOffice/default/[/url]
[Tue Aug 05 20:33:34 2014] [error] [client 186.147.18.201] File does not exist: /home/dsinning/dasdesign.co/missing.html, referer: [url]http://dasdesign.co/shop/templates/frontOffice/default/[/url]

Last edited by dsinning (06-08-2014 15:18:02)

Offline


Did you created a virtual host to /web ? If it's not the case, you should use the following URL to access your chop : http://www.youshop.com/web


OpenStudio Toulouse

Offline


Wait, what? I thought the virtual host it was only for localhost installation...So I guess I need to modify the .htaccess file, right? Because following the URL it's not working either.

Offline


I reinstalled from scratch (uploading the zip file) but surprise, an error...

Whoops, looks like something went wrong.

1/1FatalErrorException: Parse: syntax error, unexpected T_USE, expecting T_FUNCTION in /home/dsinning/dasdesign.co/thelia/core/lib/Thelia/Action/Order.php line 51
in /home/dsinning/dasdesign.co/thelia/core/lib/Thelia/Action/Order.php line 51

help!!! sad

  • manu
  • faï tot petar miladiu

Offline


You are not using php 5.4, Thelia need at least php 5.4


http://doc.thelia.net/
http://thelia.net/modules
http://raynaud.io
PGP public Key : 0xC6E546A6

Offline


yes, that was it! I thought I have declared php54 as global on my server. Thanks for your kind help!