PDA

View Full Version : Server Switch Problems


viciousone8688
03-11-2006, 06:51 PM
A few days ago my host switched my account over to a linux server from a windows one. Now when someone tries to access my site they get this error:

Error: Access denied for user 'vicious_mack'@'w1.eleven2.com' (using password: YES)

I'm not sure if this is a problem for the forum or something I should address with my host.

GeoS
03-11-2006, 07:22 PM
Try to change in /includes/pixelpost.php value of variable $pixelpost_db_host to localhost.

viciousone8688
03-12-2006, 05:31 AM
Ok that worked but now none of the images are displaying on the main page. It just has a link--> www.mackoftheday.com/grrr

se.nsuo.us
03-12-2006, 06:28 AM
Thats probably because the images folder is missing or has wrong permissions see http://www.mackoftheday.com/grrr/images/20060227201857_img_2950_hf.jpg it gives a 404 not found error...

viciousone8688
03-12-2006, 05:02 PM
Well all of the orignal images are back and everything looks good. Except, now I can not upload any new images. I get this error when I try


Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/vicious/public_html/grrr/includes/functions.php on line 92

Warning: chmod(): No such file or directory in /home/vicious/public_html/grrr/includes/functions.php on line 94

I am very sorry for my lack of knowledge

GeoS
03-13-2006, 02:14 AM
1) Which PP version?
2) What is your Images path?
3) Did you chmod 777 /images and /thumbnails dirs?