Joomshopping css not loading

27.09.2013 09:36
#1
axil
Joomshopping forum user no avatar
Name: Axilleas
26.09.2013
Posts: 4
Quote
[Solved] Joomshopping css not loading, error with base_encode()

I maintain an old joomla website and recently I bumped into this error and don't know how to fix it. All pages load fine except for the joomshopping ones which lack the css and maybe other functions.

I haven't changed anything on my side, it suddenly stop working.

I tried every suggestion/variation described in this post but nothing changed.

Any help appreciated.


Joomla: 1.5.26
JoomShopping: 2.9.2
PHP: 5.2.17
MySQL: 5.5.32
Website Url: actionmed.com.gr

Last change: 05.10.2013 01:04
 
27.09.2013 10:13
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Joomshopping css not loading

Joomla configuration
enable debug mode
enable dispay error

 
28.09.2013 15:49
#3
pankajsinghwork
Joomshopping forum user no avatar
Name: Pankaj
28.09.2013
Posts: 4
Quote
Aw: Joomshopping css not loading

how to do following?

Joomla configuration
enable debug mode
enable dispay error

 
02.10.2013 10:29
#4
axil
Joomshopping forum user no avatar
Name: Axilleas
26.09.2013
Posts: 4
Quote
Aw: Joomshopping css not loading

Done. Please view again, thank you!

 
02.10.2013 10:58
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Joomshopping css not loading

Warning: base64_encode() has been disabled for security reasons

Need enable base64_encode in server

 
02.10.2013 11:30
#6
axil
Joomshopping forum user no avatar
Name: Axilleas
26.09.2013
Posts: 4
Quote
Aw: Joomshopping css not loading

Before I contact the hosting provider I did a little test. In encode.php I put the following:


<?php
$str = 'This is an encoded string';
echo base64_encode($str);
?>


and it encoded fine. See http://www.actionmed.com.gr/encode.php

So, it seems enabled. What could be the culprit?

 
02.10.2013 12:14
#7
axil
Joomshopping forum user no avatar
Name: Axilleas
26.09.2013
Posts: 4
Quote
Aw: Joomshopping css not loading

I commented out for now the encoded strings in lib/functions.php and then the $control1er->display(); in jshopping.php. It seems to work for now.

PS. Thank you for pointing me out where the problem might be.


Last change: 02.10.2013 12:34
 


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.