View Single Post
Old July 19th, 2009, 10:38 AM   #1 (permalink)
dholt
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 76
adm-inc.php on line 691,694,711

LINK

I saw this post here and called my host and they said that it is localhost and not the latter I found in the post above.

if you recall I moved my gallery and classified from the forums folder to the root of the site.

The error I'm getting is in the header of the admin control panel for photopost.

I do not get this in classifieds as I did the same move.

Code:
Content visible to verified customers only.
I checked that the global option for data/ had that (/) as it does.

I checked all things from the post I provided a link to and everything is good


lines in admin inc

691 $dh = opendir($dir);

694 while (($file = readdir($dh)) !== false)

711 closedir($dh);

I also get a white page when I click save in global options.

Last edited by dholt; July 19th, 2009 at 10:51 AM.
dholt is offline   Reply With Quote