Posted - 02/06/2023 : 02:06:30
Hi Vince, I'm getting the following error being logged in the server error log Undefined index: storeurl in /home/xxxxxx/public_html/vsadmin/inc/metainfo.php on line 113 Here's the order of the include lines below and both the store urls in the main settings of the admin are set correctly so I'm not too sure why this error is being thrown up <?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"; include "vsadmin/inc/metainfo.php"; ?> *Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
|