PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   SQL Error (http://www.photopost.com/forum/photopost-pro-how-do-i/124860-sql-error.html)

[efs]ChAoS May 8th, 2006 02:56 PM

SQL Error
 
I recently move my forums to a new host and seem to have a host of errors. All my thumbnails have also dissappeared.


I am using version 5.3


For simplicity I will deal with each problem individually starting with this error;

Warning: opendir(/usr/www/efs/forums/photopost/data/) [function.opendir]: failed to open dir: No such file or directory in /home/mminnis/public_html/forums/photopost/adm-main.php on line 19

Warning: readdir(): supplied argument is not a valid Directory resource in /home/mminnis/public_html/forums/photopost/adm-main.php on line 21

Warning: closedir(): supplied argument is not a valid Directory resource in /home/mminnis/public_html/forums/photopost/adm-main.php on line 29


In the first warning the path is wrong I know that but for the life of me I have not figured out where that is called from.

any clues?

Chuck S May 8th, 2006 03:47 PM

Hello

When you move a site you would need to edit the config-inc.php file and make sure the $PP_PATH is updated as well as the database settings

You can then login and change in Admin => Global Options the data and uploads server paths etc. You save this then go to Admin => Storage Options and revert the path twice.

That should do it.

[efs]ChAoS May 9th, 2006 09:56 AM

Thats just the thing I did edit the config-inc.php as well as the new database settings

// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/mminnis/public_html/forums/photopost";

is correct.

so that is what I cannot figure it out

Chuck S May 9th, 2006 10:33 AM

Right but please read the second half of my response as your data paths have not been updated correctly.


All times are GMT -5. The time now is 10:58 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97