while moving my gallery to one server to another this is the error i am getting:
While executing query "select user_id as id, user_password as password from `preityzi_gallerypzfc`.cpg14x_users where user_id=0" on Resource id #5
mySQL error: Table 'preityzi_gallerypzfc.cpg14x_users' doesn't exist
any help please?
Did you recreate your mysql tables/users/passwords/permissions?
Do that using phpMyAdmin
no I haven't made any changes??
Quote from: artoonie on March 11, 2008, 06:28:49 AM
Did you recreate your mysql tables/users/passwords/permissions?
Do that using phpMyAdmin
how do i do that??
Moving your gallery requires two things:
1) Moving the files (you did that)
2) Backing up the database on the old webserver and restoring it on the new one
You obviously failed to do #2. Read the FAQ for a start.