moving to new server - permission errors moving to new server - permission errors
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

moving to new server - permission errors

Started by kevvv, August 27, 2010, 01:29:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kevvv

I moved my gallery to a new server, but am having permissions problems:
main site gives me a 500 internal server error:
http://bwbdfsdb.com/gallery
any thoughts?
I will also need to change the first part of my database name as it was tied in with my account username at the old host (eg oldhost_databasename, which is now newhost_databasename)  - same with my username -- is this just done in the config file or will I need to delve further into phpmyadmin?

phill104

Yes, you will need to change the details in include/config.inc.php to reflect the new databas information. Once done run update.php

The 500 server error we cannot help you with as we do not have the information. You will need to look at the server error lovs to find out what is going wrong.
It is a mistake to think you can solve any major problems just with potatoes.

kevvv

my web host says the server is giving this error:

SoftException in Applicaiton.cpp:422: Mismatch between target IUD (847) and IUD (32275) of file "/home/myusername/public_html//gallery/index.php


does that help at all? ???

phill104

Looks like a suPHP error. Try changing the ownership of the coppermine foldr with the chown command as root. Something like 'chown -R siteuser:siteuser /yourgallery' where siteuser is a username with the correct permissions and yourgallery is the path to er, your gallery.
It is a mistake to think you can solve any major problems just with potatoes.

kevvv

yup, I forwarded your response to my webhost and they fixed it -- everything's working fine now -- thanks so much!!