| Index
» Projects
» phpMyEdit
» Forum
» Fedora 4 issues |
 |
ned@kelly.org.au
Joined: 08 Apr 2004
Posts: 22
Location: Mosquito Flat, Australia
Posted: 2005-07-21 03:22
Back to top
Reply with quote
|
Hi All
Ive just got a new PC, installed Fedora 4 on it(MySQL, Apache, PHP, etc..), installed my database and pages ive created using phpMyEdit and there just not working anymore.
When i say not working, the pages load(The page ie. dbfrontend.php loads and displays the appropriate list of rows in the database) but if you click add,open,edit,delete,etc.. nothing happens. The page looks like it going to do something - the time at the bottom of the page changes to indicate the page has changed but i still at the same page(list)
Also when i use the PhpMyEditSetup.php i cant get past the login to MySQl screen - i enter the details and again it doesnt nothing - ive setup the users will full access to the database.
has anyone had this issues?
or is there something specific to Fedora 4 i should look out for??
setup:
Mysql 4.1.11
Apache 2.soemthing
PHP 5.04
All browsers get the same resutls
Cheers
Ned
|
ned@kelly.org.au
Joined: 08 Apr 2004
Posts: 22
Location: Mosquito Flat, Australia
Posted: 2005-07-22 00:23
Back to top
Reply with quote
|
Hi All
Ive checked the apache logs and it seems to not like the $opts['language'] = $HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE']; line in my code - but when i commetn this line out - i get the same result(ie nothing) and no error log messages
Apache error log messages
| Code: |
[client 127.0.0.1] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /var/www/html/freebaser/task_list.php on line 71, referer: http://localhost/freebaser/task_list.php
|
Apache access log message
| Code: |
127.0.0.1 - - [22/Jul/2005:09:19:26 +1000] "GET /freebaser/task_list.php?fl=0&fm=0&sfn[0]=1&operation=Change&rec=320 HTTP/1.1" 200 57800 "http://localhost/freebaser/task_list.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4"
|
Anyone got any ideas??
Cheers
Ned
|
ned@kelly.org.au
Joined: 08 Apr 2004
Posts: 22
Location: Mosquito Flat, Australia
Posted: 2005-07-22 00:29
Back to top
Reply with quote
|
Hi All
Just check the apache logs when using phpMyEditSetup.php and i get similar issues as my above posts
| Code: |
[client 127.0.0.1] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /var/www/html/phpMyEdit54/phpMyEditSetup.php on line 99
[client 127.0.0.1] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /var/www/html/phpMyEdit54/phpMyEditSetup.php on line 99, referer: http://localhost/phpMyEdit54/phpMyEditSetup.php
|
Cheers
Ned
|
michal
Joined: 17 Jun 2003
Posts: 537
Location: Slovakia
Posted: 2005-07-22 12:05
Back to top
Reply with quote
|
see http://opensource.platon.sk/projects/bug_view_advanced_page.php?f_bug_id=337
http://opensource.platon.sk/forum/projects/viewtopic.php?t=592
and other php5 related posts. unfortunately i don't have a php5 box running so i am unable to test.
|
destraht1
Joined: 25 Jun 2005
Posts: 7
Posted: 2005-09-02 21:48
Back to top
Reply with quote
|
I'm the person that submitted but 337. I encountered the same problems that Ned did when installing phpMyEdit on my new Fedora Core 4 box. YES, I can confirm that by implementing the two changes that Michal suggested that phpMyEdit can be made to work on FC4 with PHP 5.04.
Since I have made several changes to the phpMyEdit class I went through line by line and searched for "MOD PHP5" in the PHP5 compatible modified code. I then commented out the original code and inserted the modified PHP5 code.
---------------
I am concerned about the phpMyEdit project because new technologies have emerged such as PHP5 that break phpMyEdit. I think that the CVS version needs to encorporate these changes or people will find less incentive to try them since the offered solutions apply to the official 5.4 version. I also think that it would very soon be wise to release a new 5.5 version...even if it does not include all of the desired features.
Thank you all for this wonderful program.
|
|
Post new topic
Reply to topic
|
|
|
|