MyBB Community Forums

Full Version: my admin control can not use
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Do you recall uploading your forums to the /webboard_new folder, via FTP perhaps?
Just upload resoteadminperms.php to that folder.
rh1n0 Wrote:
  1. Visit this post and download the file attached by Chris Boulton.
  2. Upload the file to your forum root directory
  3. Using your browser, go to the file you just uploaded - Eg. http://www.acousticthai.net/webboard_new...nperms.php
Let us know if there were any errors during that process, if not, re-visit your administrator control panel and see if you still get the no permission errors.


dear rh1nO and everyone,

now i done as above step

1. i upload "restoreadminperms.php" file ...into my directory(folder: webboard_new)

2. when i call...
http://www.acousticthai.net/webboard_new...nperms.php
by browser (URL) i see my forum error as below (see attached file)
-----------------------------------------------------------
Warning: Missing argument 2 for databaseEngine::insert_query(), called in /var/www/virtual/acousticthai.net/htdocs/webboard_new/restoreadminperms.php on line 48 and defined in /var/www/virtual/acousticthai.net/htdocs/webboard_new/inc/db_mysql.php on line 563
Done
-------------------------------------------------------------


please advise us for fix please.
Open the file,

Find
	$db->insert_query(TABLE_PREFIX."adminoptions");

Change into
	$db->insert_query(TABLE_PREFIX."adminoptions", $new_options);
LeX- Wrote:Open the file,

Find
	$db->insert_query(TABLE_PREFIX."adminoptions");

Change into
	$db->insert_query(TABLE_PREFIX."adminoptions", $new_options);

Or just upload this file (Chris's file with the patch applied)
Dear LeX-, DennisTT, rh1nO and every one,

my forum Error! now "FIXED" Thank you so much for your help and advise me THANK AND THANKS.


so, but now i got the new Error! again....
please find attached file, when i need Attach file the forum inform Error : Error Attaching File ..............infrom as below message:

The file upload failed. Please choose a valid file and try again. Error details: There was a problem moving the uploaded file to its destination.


I can not use Add Attachment, please advise me

thanks a lot everyone.
Are all your files and folders CHMOD'ed correctly?

[Wiki: CHMOD_Files] (Broken link, head over to docs.mybb.com instead)
[Wiki: HowTo_Chmod] (Broken link, head over to docs.mybb.com instead)
not sure rh1nO
please advise us for step by step again

please
What FTP program are you using?
cute FTP
Follow these instructions here: http://aaspforum.com/cuteFTPtut.php
Pages: 1 2 3