NewonNet
07-01-2001, 02:36 AM
I installed PhpMyAdmin on the server but when I go to the main page, I get this message at the bottom of the page
Warning: You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.
In the manual, there's no mention of it. Anyone knows?
This is the last lines of config.inc.php
// Setting magic_quotes_runtime - do not change!
set_magic_quotes_runtime(0);
?>
Maybe this is what it is about but it said do not change!
ffeingol
07-01-2001, 03:09 AM
It's a setting in your php.ini. You can either reset it globally by changing the value in your php.ini our just for the directory where you installed phpMyAdmin with a .htaccess file.
Frank
raylin
07-01-2001, 06:53 AM
You can download it from Gandon's web pages:
http://www-eleves-isia.cma.fr/~gandon/
From his readme file
Hi everybody!
Here is the unofficial version 2.1.0.1 of phpMyAdmin.
Many bugs and improvements proposed on the users forum of phpWizard.net
have been included here, including the removal of magic_quotes need.
phpMyAdmin can now work with or without php3_magic_quotes_gpc set.
At last!
Have fun with this version,
Benjamin Gandon (Benjamin.Gandon@mines.u-nancy.fr)
Hope this help :)
NewonNet
07-01-2001, 09:53 PM
These files has php3 file extension.
I'm not able to use these files.
Is php or php4 versions available for the fixes?
raylin
07-02-2001, 08:58 AM
These files has php3 file extension.
Ya, you need to rename them to .php files.
Not too hard. :)
Chicken
07-02-2001, 06:46 PM
Or see:
http://www.webhostingtalk.com/showthread.php?&threadid=14393
raylin
07-03-2001, 02:07 AM
You are right, Chicken.
That way saves typing effort ;)
---------------------------------
Haha , I have post 100 posts.
Not easy for me. Really
NewonNet
07-05-2001, 07:29 AM
After installing, I tried adding a table to existing database.
I type in the name and fields
name: info
fields: fname,lname
I press ok and got to the next page
Database expired_domains - table info
Field Type Length/Set Attributes Null Default Extra Primary Index Unique
and a save button.
Should it give me options to select?
It doesn't seem to be working.
Anyone have answer or had the same problem?
Haven't been able to find a tutorial or docs on using this thing.
Does anyone know if there's a manual for this program?