ciellauren
New Member
- Messages
- 14
- Reaction score
- 0
- Points
- 0
I keep encountering missing parameter errors when I try to export my database for back up.
It points to missing parameter 2.8 which says
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
and FAQ 2.8 is
Is it possible that my parked domain is causing this error? http://upd.edu.ph/~ced
If not, is there another way to back up the site?
It points to missing parameter 2.8 which says
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
and FAQ 2.8 is
2.8 I get "Missing parameters" errors, what can I do?
Here are a few points to check:
- In config.inc.php, try to leave the $cfg['PmaAbsoluteUri'] directive empty. See also FAQ 4.7.
- Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer. See http://bugs.php.net/bug.php?id=31134.
- If you are using Hardened PHP with the ini directive varfilter.max_request_variables set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).
- In the php.ini directive arg_separator.input, a value of ";" will cause this error. Replace it with "&;".
- If you are using Hardened-PHP, you might want to increase request limits.
- The directory specified in the php.ini directive session.save_path does not exist or is read-only.
Now, i didn't set that $cfg directive, nor am I using hardened php$cfg['PmaAbsoluteUri'] stringSets here the complete URL (with full path) to your phpMyAdmin installation's directory. E.g. http://www.your_web.net/path_to_your_phpMyAdmin_directory/. Note also that the URL on some web servers are case–sensitive. Don’t forget the trailing slash at the end.
Starting with version 2.3.0, it is advisable to try leaving this blank. In most cases phpMyAdmin automatically detects the proper setting. Users of port forwarding will need to set PmaAbsoluteUri (more info). A good test is to browse a table, edit a row and save it. There should be an error message if phpMyAdmin is having trouble auto–detecting the correct value. If you get an error that this must be set or if the autodetect code fails to detect your path, please post a bug report on our bug tracker so we can improve the code.
Is it possible that my parked domain is causing this error? http://upd.edu.ph/~ced
If not, is there another way to back up the site?