I updated my PHP to 7.4 now getting the following Error

10.01.2022 15:46
#1
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
I updated my PHP to 7.4 now getting the following Error

Warning: Use of undefined constant _JSHOP_OF - assumed '_JSHOP_OF' (this will throw an Error in a future version of PHP) in /hermes/walnacweb05/walnacweb05af/b81/pow.chiefvtx1/htdocs/components/com_jshopping/lib/default_config.php on line 261

Line 261 is :

jQuery("a.lightbox").lightBox({
imageLoading: "'.JURI::root().'components/com_jshopping/images/loading.gif",
imageBtnClose: "'.JURI::root().'components/com_jshopping/images/close.gif",
imageBtnPrev: "'.JURI::root().'components/com_jshopping/images/prev.gif",
imageBtnNext: "'.JURI::root().'components/com_jshopping/images/next.gif",
imageBlank: "'.JURI::root().'components/com_jshopping/images/blank.gif",
txtImage: "'._JSHOP_IMAGE.'",
txtOf: "'._JSHOP_OF.'" THIS IS LINE 261

Any thoughts?


Joomla: 3.10.14
JoomShopping: 4.15.1
PHP: 7.4
Website Url: www.wildbikers.com
 
10.01.2022 20:50
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: I updated my PHP to 7.4 now getting the following Error

Update JoomShopping
or
change code

txtImage: "'._JSHOP_IMAGE.'",
txtOf: "'._JSHOP_OF.'"

to
txtImage: "image",
txtOf: "of"


Last change: 10.01.2022 20:51
 
11.01.2022 14:38
#3
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
Aw: I updated my PHP to 7.4 now getting the following Error

WOW - Awesome - Worked perfectly that I can see. I did not update my site , just not ready to rebuild the store from scratch but the Text Edits worked.

Thank You!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.