Page 1 of 1

Blank Page After Update To New Version 2.2

Posted: Fri May 06, 2016 10:26 am
by josrevalution
Hello,anybody know,why my store has blank page after update to new version.i update it directly from softaculous and then visit the mystore.com/install/index.php page has blank and all page has blank including admin page.

Please test my site here http://autopostfacebook.com/install/index.php

Re: Blank Page After Update To New Version 2.2

Posted: Fri May 06, 2016 11:22 am
by MarketInSG
there's a PHP error. You might want to view your error logs for more details.

Re: Blank Page After Update To New Version 2.2

Posted: Sat May 07, 2016 9:46 am
by josrevalution
This is the error on error.log file,i dont understand it.. :(

Code: Select all

[18-Dec-2015 02:49:22 UTC] WordPress database error Column 'billing_firstname' cannot be null for query INSERT INTO `wp_tcp_orders` (`created_at`, `customer_id`, `ip`, `weight`, `shipping_method`, `shipping_notice`, `shipping_class`, `shipping_instance`, `status`, `order_currency_code`, `shipping_amount`, `discount_amount`, `payment_name`, `payment_method`, `payment_amount`, `payment_notice`, `transaction_id`, `comment`, `comment_internal`, `code_tracking`, `shipping_firstname`, `shipping_lastname`, `shipping_company`, `shipping_street`, `shipping_street_2`, `shipping_city`, `shipping_city_id`, `shipping_region`, `shipping_region_id`, `shipping_postcode`, `shipping_country`, `shipping_country_id`, `shipping_telephone_1`, `shipping_telephone_2`, `shipping_fax`, `shipping_email`, `billing_firstname`, `billing_lastname`, `billing_company`,

Re: Blank Page After Update To New Version 2.2

Posted: Sun May 08, 2016 8:27 pm
by MarketInSG
I'm pretty sure it shouldn't be related to wordpress?

Re: Blank Page After Update To New Version 2.2

Posted: Mon May 09, 2016 1:32 am
by pm-netti

Code: Select all

[18-Dec-2015 02:49:22 UTC] WordPress database error
That is not your current error.
Can you add this script to file index.php top:

Code: Select all

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);