coolbeat8885 Posted March 20, 2017 Share Posted March 20, 2017 Hi, I'm trying to install Prestashop v1.7 on my VPS based on Debian, but I always obtain a blank page after processing the unzip operations. This is the procedure that I followed: wget prestashop_1.7.0.6.zip chown -R www-data:www-data * Pointing the browser on the url it shows the processing bar and server unzips all files. Then shows a blank page. At this point enabling debug if (!defined('_PS_MODE_DEV_')) {define('_PS_MODE_DEV_', true);} i can read these errors: Warning: uasort() expects parameter 2 to be a valid callback, no array or string given in /var/www/shop.example.it/src/PrestaShopBundle/Install/LanguageList.php on line 87Notice: Undefined index: in /var/www/shop.example.it/src/PrestaShopBundle/Install/LanguageList.php on line 123Notice: Trying to get property of non-object in /var/www/shop.example.it/classes/Context.php on line 346Catchable fatal error: Argument 1 passed to Symfony\Component\Finder\Finder::filter() must be an instance of Closure, unknown given, called in /var/www/shop.example.it/classes/Context.php on line 360 and defined in /var/www/shop.example.it/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php on line 602 I do not have exprertise with PHP then I can not resolve by myself. I will appreciate any help. Link to comment Share on other sites More sharing options...
coolbeat8885 Posted March 20, 2017 Author Share Posted March 20, 2017 I even tried version 1.6 After database configuration, at last operation (Shop installation), the installation stops without showing any information. May be an internal error. I have verified chmod and chown permissions and it works. Database remain empty, the wizard have not wrote any table. Link to comment Share on other sites More sharing options...
coolbeat8885 Posted March 20, 2017 Author Share Posted March 20, 2017 Solved! I created .htaccess file that enables RewriteEngine Options +FollowSymLinks RewriteEngine On Worked perfectly Link to comment Share on other sites More sharing options...
tommylee0088 Posted April 12, 2017 Share Posted April 12, 2017 Hi, I can not resolve it after .htaccess. Could you tell us how do you resolve this issue? Tommy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now