Image Show GK4, start page blank

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Jun 10, 2013 7:37 am
I just put a. jpg, and does not work, I have the version "Image Show GK4 ver. 1.36".
also check if it was off "magic_quotes".

in my root folder.
on file htaccess.txt:

htaccess.txt wrote:
Code: Select all
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/redrunni/public_html/webdev/1 -->(root my web)
order allow,deny
deny from all
</Files>
</IfModule>



and on the file php.ini

php.ini wrote:
Code: Select all
magic_quotes_gpc = off
extension=pdo.so
extension=pdo_mysql.so
magic_quotes_runtime = Off
magic_quotes_sybase = Off


Please help.
I need to solve this problem now, every time I load a picture, start the browser goes blank. :?
User avatar
Fresh Boarder

GK User
Mon Jun 10, 2013 11:30 am
Can you please check apache error.logs to see if there is any errors there.
User avatar
Platinum Boarder

GK User
Mon Jun 10, 2013 5:37 pm
normanUK wrote:Can you please check apache error.logs to see if there is any errors there.

on in the php.ini file, put the following :!:
Code: Select all
magic_quotes_gpc = off
extension=pdo.so
extension=pdo_mysql.so
magic_quotes_runtime = Off
magic_quotes_sybase = Off
display_errors = On
output_buffering = Off
log_errors = on
error_log =  /home/redrunni/public_html/webdev/5/gk_publisher_quickstart_J25/PHP_errors.log

and the error file, I came this
Code: Select all
[10-Jun-2013 16:30:40 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/pdo.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[10-Jun-2013 16:30:40 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so' - /usr/lib/php/extensions/no-debug-non-zts-20090626/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
User avatar
Fresh Boarder

GK User
Mon Jun 10, 2013 9:54 pm
Are you running dedicated server or is this is a localhost server ? Error in your error log shows your server config is wrong, either it cannot locate php extension "pdo.so" or it is loading it twice. You should fix that first then we can continue on Image Show.

Let me know, see you around...
User avatar
Platinum Boarder


cron