Quote:
Originally Posted by Elpie
Running with the 3.6.1 forum in the root of my site - couldn't get the installer to work so I populated the database manually.
Hardcoded with the full paths, checked that the templates had updated my default (just using the standard default, at this stage as its a clean install), double-checked that everything in the installation instructions had been followed, checked every post here... and now I am getting these errors...
Fatal error: Call to undefined function: print_no_permission() in <domain>\htdocs\forum\includes\functions_grps.ph p on line 387
Fatal error: Call to a member function clean_array_gpc() on a non-object in <domain>\htdocs\forum\groups\index.php on line 82
Any clues?
|
it appears to be looking for your files in a forum directory where as if you're running your forums in the root, then your errors should look like this
Fatal error: Call to undefined function: print_no_permission() in <domain>\htdocs\includes\functions_grps.php on line 387
Fatal error: Call to a member function clean_array_gpc() on a non-object in <domain>\htdocs\groups\index.php on line 82
But i'm pretty sure that's a config issue (server) and thus i'm incorrect.
are you not getting any errors regarding problems finding the global.php?