Link to home
Start Free TrialLog in
Avatar of sharingsunshine
sharingsunshineFlag for United States of America

asked on

Prestashop 1.5 Won't Install

I keep getting this error:

https://gyazo.com/e42f6ac2d15e502aec32cbb0588408a8

I have reloaded the software twice now.

I am on a Bitnami Debian stack.

This is a new test site.
Avatar of David Favor
David Favor
Flag of United States of America image

Best way to debug this is to configure your entire LAMP Stack for deep debugging (few Distros turn on enough logging to debug problems)... then go through your install process again + check your logs.

Also, start with latest Prestashop (v1.7.2.2) so if you require opening a ticket with them, you're starting with latest code.

My guess, problem relates to the Install Requirements, for example...

Once you've enabled logging, be sure to check /var/log/apache2/error.log (or your Distro's equivalent) for PHP Fatals.
Avatar of sharingsunshine

ASKER

Here is the error

[Sun Oct 08 15:42:43.904533 2017] [proxy_fcgi:error] [pid 18405:tid 140666134714112] [client 2.2.2.2:56151] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught PrestaShopException: Property Order->id_address_delivery is empty in /opt/bitnami/apache2/htdocs/classes/ObjectModel.php:837\nStack trace:\n#0 /opt/bitnami/apache2/htdocs/classes/ObjectModel.php(255): ObjectModelCore->validateFields()\n#1 /opt/bitnami/apache2/htdocs/classes/order/Order.php(277): ObjectModelCore->getFields()\n#2 /opt/bitnami/apache2/htdocs/classes/ObjectModel.php(596): OrderCore->getFields()\n#3 /opt/bitnami/apache2/htdocs/classes/order/OrderHistory.php(445): ObjectModelCore->update()\n#4 /opt/bitnami/apache2/htdocs/install/classes/xmlLoader.php(437): OrderHistoryCore->add(true, false)\n#5 /opt/bitnami/apache2/htdocs/install/classes/xmlLoader.php(310): InstallXmlLoader->createEntity('order_history', 'order_history_1', 'OrderHistory', Array, Array)\n#6 /opt/bitnami/apache2/htdocs/install/classes/xmlLoader.php(214): InstallXmlLoader->populateEntity('order_history')\n#7 /opt/bitnami/apache2/htdocs/install/models/install.php(715): InstallXmlLoader->populateFromXm...\n', referer: http://1.1.1.1/installindex.php?restart=true

Open in new window


Installing 1.7 won't help unless I can downgrade to 1.5.6 after the install.
ASKER CERTIFIED SOLUTION
Avatar of sharingsunshine
sharingsunshine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
no answers were submitted germaine to my issue.