Index
» Projects
» phpMyEdit
» Forum
» Will PME work under PHP5? |
|
youngd
Joined: 12 Aug 2010
Posts: 8
Posted: 2010-08-13 21:11
Back to top
Reply with quote
|
Hi thanks to you, Doug, and
fat-tony (above). I got it working with Apache not exiting! Getting it to work required exporting the table to make it ISAM and the code changes Tony suggested above. Maybe those changes should be in an updated rev of the code. I still need to look at the derprecated issues
Quote: |
"Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\phpcode\classes\phpMyEdit-5-7-1\phpMyEdit.class.php on line 3100" |
and how to handle that.
Many, many thanks!
Hooray
Don
|
doug
Joined: 10 Feb 2003
Posts: 1013
Location: Denver, Colorado (USA)
Posted: 2010-08-13 23:14
Back to top
Reply with quote
|
Code: |
@set_magic_quotes_runtime(); |
An @ sign will quiet it. Another command in there somewhere may also need an @ sign to silence it.
|
Post new topic
Reply to topic
Goto page Previous 1, 2
|
|
|
|