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
there's a PHP error. You might want to view your error logs for more details.
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`,
I'm pretty sure it shouldn't be related to wordpress?
Code: Select all
[18-Dec-2015 02:49:22 UTC] WordPress database 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);
Who is online
Users browsing this forum: No registered users and 5 guests