MyBB Community Forums

Full Version: Admin access problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
downloaded mybb to my server, and I have received a coding problem when trying to access my admin panel:

Fatal error: Call to undefined function config_meta() in /mybb/admin/index.php on line 446
Reupload this index.php into your admin folder. Smile
(2013-02-15, 02:43 AM)MisterW Wrote: [ -> ]Reupload this index.php into your admin folder. Smile

Still have the same problem
Ensure
/admin/modules/config/module_meta.php exists on server.
And the others. It might be best to reupload the whole admin directory.
(2013-02-15, 05:42 AM)Josh H. Wrote: [ -> ]Ensure
/admin/modules/config/module_meta.php exists on server.

this file does not exist on our server, and was not in upload folder
(2013-02-15, 05:42 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:42 AM)Josh H. Wrote: [ -> ]Ensure
/admin/modules/config/module_meta.php exists on server.

this file does not exist on our server, and was not in upload folder

Here is a copy that was in the fresh download of the Mybb software.
(2013-02-15, 05:54 PM)MisterW Wrote: [ -> ]
(2013-02-15, 05:42 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:42 AM)Josh H. Wrote: [ -> ]Ensure
/admin/modules/config/module_meta.php exists on server.

this file does not exist on our server, and was not in upload folder

Here is a copy that was in the fresh download of the Mybb software.

do you mean ourwebsite.com/mybb/admin/modules/config/module_meta.php

When accessing /mybb/admin/index.php
, and after logging in i receive the following error message Fatal error: Call to undefined function config_meta() in /hsphere/local/home/mfngroup/classicsailboats.org/mybb/admin/index.php on line 446

Here is the line 446: if($module == "home" || $has_permission == true)
(2013-02-15, 10:55 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:54 PM)MisterW Wrote: [ -> ]
(2013-02-15, 05:42 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:42 AM)Josh H. Wrote: [ -> ]Ensure
/admin/modules/config/module_meta.php exists on server.

this file does not exist on our server, and was not in upload folder

Here is a copy that was in the fresh download of the Mybb software.

do you mean ourwebsite.com/mybb/admin/modules/config/module_meta.php

When accessing /mybb/admin/index.php
, and after logging in i receive the following error message Fatal error: Call to undefined function config_meta() in /hsphere/local/home/mfngroup/classicsailboats.org/mybb/admin/index.php on line 446

Here is the line 446: if($module == "home" || $has_permission == true)

Yes upload it to ./admin/modules/config/
(2013-02-15, 11:12 PM)MisterW Wrote: [ -> ]
(2013-02-15, 10:55 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:54 PM)MisterW Wrote: [ -> ]
(2013-02-15, 05:42 PM)mfn Wrote: [ -> ]
(2013-02-15, 05:42 AM)Josh H. Wrote: [ -> ]Ensure
/admin/modules/config/module_meta.php exists on server.

this file does not exist on our server, and was not in upload folder

Here is a copy that was in the fresh download of the Mybb software.

do you mean ourwebsite.com/mybb/admin/modules/config/module_meta.php

When accessing /mybb/admin/index.php
, and after logging in i receive the following error message Fatal error: Call to undefined function config_meta() in /hsphere/local/home/mfngroup/classicsailboats.org/mybb/admin/index.php on line 446

Here is the line 446: if($module == "home" || $has_permission == true)

Yes upload it to ./admin/modules/config/

file is now within /admin/modules/config/ and still can not log into admin panel
Pages: 1 2