Fatal Error Fatal Error
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Fatal Error

Started by aanyah80, March 11, 2008, 04:31:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aanyah80

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?

artoonie

Did you recreate your mysql tables/users/passwords/permissions?
Do that using phpMyAdmin

aanyah80

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??

Joachim Müller

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.