Posted - 02/14/2022 : 19:40:08
After updating to ECT PHP 7.4.7 I noticed that none of my static pages are working. They all worked before. I have this at the top of those pages. <?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; $explicitid="Badman-Intro"; $prodid="Badman-Intro";include "vsadmin/inc/metainfo.php"; ?> Below is one of the pages that isn't working. https://www (DOT) badmanbullets.com/OnlineStore/BadmanBulletsCompanyIntro.phpI am aware of a fix from this thread. https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=114364&SearchTerms=$explicitidI tried deleting the $explicid feature and that didn't work either. Patrick
Edited by - midvalleydrifter001 on 02/14/2022 19:55:28
|