gk.thumbs.php on line 390 Error

Feel free to talk about everything related to our Joomla Products
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 Apr 23, 2012 10:11 pm
Installed script and it was working fine "Financial Business" however it has started to display this error. Any ideas on how to fix this and why it started to happen?

Any help will be appreciated;

J
------------------------------------------------------------------------------------------------------------------------------
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.3899dfe821816fbcb3db3e3b23f81585_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.d61d44254608dd06ccdd2ff02982d14d_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.184b7cb84d7b456c96a0bdfbbeaa5f14_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.ada9a09acea936d776a6f55c82778c43_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.e0a70f72bdae9885bfc32d7cd19a26a1_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.2fa67f482133f1c934235b73c2a03954_Lnsp_107.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php

Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/cache/k2.items.cache.3899dfe821816fbcb3db3e3b23f81585_Lnsp_113.jpg' for writing: Permission denied in /home/emperorc/domains/public_html/joomla/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390


------------------------------------------------------------------------------------------------------------------------------
User avatar
Fresh Boarder

GK User
Mon Apr 23, 2012 10:53 pm
Hi,

Please send me a PM to provide FTP access info then I can debug to fix it.

Thanks,
User avatar
Platinum Boarder

GK User
Mon Apr 23, 2012 11:38 pm
Can you tell me why this bug is occurring? I've seen after Googling the error that it is common. How come this hasn't been fixed?

I appreciate your prompt reply. This is only a test site for practising, however not too happy that it's bugging without doing any changes.
User avatar
Fresh Boarder

GK User
Tue Apr 24, 2012 2:05 pm
I don't know yet as I haven't been aware of this issue before, it might be something related to your server configurations.. I need to check further in it to know more, now I can't just guess.
User avatar
Platinum Boarder

GK User
Wed Apr 25, 2012 7:49 am
Hi Don,

I've stopped the problem by disabling public error reporting. Site seems to work "Normally" now.

Can you do a favour and remove the domain name and host name from the question above please. I tried to do it myself, but I cannot edit messages.

Regards,

J
User avatar
Fresh Boarder

GK User
Thu Apr 26, 2012 1:36 pm
Yes you can use that solution as well. I have just removed the domain name in every error message for you, alright now.

Feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder

GK User
Fri Jun 15, 2012 11:06 am
I have the same problem with my site. I checked all the permissions on the folders and files on the server and they are correct.

The fonts are also not loading for the individual styles.

The site is at http://blog.searchforsextoys.com/

The error message is:

Warning: imagejpeg(): Unable to open '/var/www/vhosts/searchforsextoys.com/site1/modules/mod_news_pro_gk4/cache/k2.items.cache.063ee9aeb9f60efa02823e51450f82ce_Lnsp_400.jpg' for writing: Permission denied in /var/www/vhosts/searchforsextoys.com/site1/modules/mod_news_pro_gk4/gk_classes/gk.thumbs.php on line 390

I will PM the access details for you.

Many thanks,
Katherine.
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 12:00 pm
Hi Katherine,

There is some problem with your server, I was about to edit configurations.php file but it didn't let me do that:
Command: STOR configuration.php
Response: 550 configuration.php: Permission denied
Error: Critical file transfer error

Please try using your root account to edit that file to enable FTP mode to check if it can solve the problem with that module:
Code: Select all
public $ftp_host = '127.0.0.1';
public $ftp_port = '21';
public $ftp_user = ''; //Add FTP user name here
public $ftp_pass = ''; // FTP password
public $ftp_root = ''; //this could be ignored
public $ftp_enable = '1'; //Make sure it's 1
User avatar
Platinum Boarder

GK User
Fri Jun 15, 2012 12:31 pm
Don,

Thanks for your help. I have emailed you the config file to your [email protected] email.

Not sure why you cannot access the files as on my user account I can. Total newbie to server configuration so appreciate your patience.

Not sure what exactly I must change so I sent you the file.

With thanks,
Katherine.
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 12:49 pm
Hi,

I can download the file and edit it myself but I can't upload it back. You are supposed to edit that file by using your server root account to fill the FTP access in the code I have given you (I have added comment for each line for you to understand), so please try to do it yourself or provide me another FTP account.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jun 15, 2012 1:50 pm
File altered and uploaded.
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 1:57 pm
katherine@work wrote:File altered and uploaded.



I am also getting the same error as you when I try to upload the file so checking back with my hosting provider. I will get back to you asap.
User avatar
Fresh Boarder

GK User
Fri Jun 15, 2012 4:00 pm
Yes please ask them to grant full permission for your account, if they can't help then I will try another way for you.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Jun 19, 2012 9:04 pm
I managed to resolve the problem with the permissions. I would explain it but I don't speak geek but something like this ;) - although I was making permissions changes on my server control panel the changes were not actually taking place. They were done through command line. Teitbite help me fix the style sheet problem so we are all good now.

Thanks for your patience.

Katherine.
User avatar
Fresh Boarder

GK User
Thu Jun 21, 2012 5:47 am
Hi Katherine,

I'm glad to know that, don't hesitate to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron