View Single Post
  #78  
Old 03-15-2019, 08:03 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)

Hi,

We are running 4.6.6 classic with CDSEO Pro 2.2.0 (had to upgrade from CDSEO Pro 2.0) and PHP 7.2

Kept getting warning from CDSEO Pro, but made mod below, which made that warning go away

****

To stop the log warnings do you see any issues with changing your code as follows?

In cdseo_config.php

Change:
Code:
if ($wcmcdseoConfig['status'] == 1 AND WCMCDSEOAREA != 'ADMIN')
To:
Code:
if ($wcmcdseoConfig['status'] == 1 AND $current_area == 'C')


***

Have to make sure you update all the php.ini files in the directory paths to get the new ioncube used.

Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote