| Validate new images & posts not working
I get page cannot be found for both of these admin functions.
I assume it's a problem with the index.php in AdminCP.
Since both don't work, I'm using one as a control and playing with the other
construct_nav_option($vbphrase['validate_new_images'], '../gallery/vba_gallery.php?do=validateimages');
construct_nav_option($vbphrase['validate_new_posts'], '../' . $modcpdir . '/vba_gallery.php?do=validateposts');
forums are at
/home/forumunlimited/www/htdocs/forum
Gallery is at
/home/forumunlimited/www/htdocs/gallery
And Files Path is
/home/forumunlimited/www/htdocs/gallery/files
permission on /files is set correctly
I see this '$modcpdir' variable used elsewhere. Works for other vba apps.
Help would be appriciated,
Thanks.
ps: is there a way to turn off validation?
|