
Originally Posted by
g2ktcf
Guys, I am going to start a new thread over in the Linux Installation Forum on my above issues/ I thought this was due to templates and changes. However a fresh install of everything says otherwise as I am still having issues.
Thanks
Chris
Well, turns out it WAS A FILE IN THE FLUOSPAR TEMPLATE. I do not know the ins and outs of it but Dr Byte mentioned deleting the offending file that was giving me a PHP warning in the debug logs and I missed that advice. All I saw was "recreate the file." After deleting ...../includes/languages/english/extra_definitions/fluorspar/extras.php file, everything started working again. I cannot explain why.
After deleting it. ALL THE BLANK PAGES ARE GONE as well as the warnings. The contents of that file are four lines are
Code:
<?php
if (!defined('LARGE_IMAGE_WIDTH')) define('LARGE_IMAGE_WIDTH', '');
if (!defined('LARGE_IMAGE_HEIGHT')) define('LARGE_IMAGE_HEIGHT', '');
if (!defined('MODULE_ORDER_TOTAL_GV_STATUS')) define('MODULE_ORDER_TOTAL_GV_STATUS', '');
if (!defined('MODULE_ORDER_TOTAL_COUPON_STATUS')) define('MODULE_ORDER_TOTAL_COUPON_STATUS', '');]
These do not REDEFINE anything, they should check for a definition and then move on if the value is defined.
Should extras.php be removed from the template or is my install different in some manner?
Again, ZC 1.5.7a, OPC and Fluorspar on Centos 6 server, cPanel 86.0 (build 31), Apache 2.4.46, PHP 7.4.11, MySQL 10.1.48-MariaDB
Perl 5.30.0
Thanks
Chris
Bookmarks