This topic is locked

master-detail not working on Ubuntu

7/14/2009 5:45:14 PM
PHPRunner General questions
L
laonian author

version 5
We recently moved the database and web interface to an Ubuntu server. When the masterkeys contain single or double quotes, clicking the master-detail link returns "No records found". The onmouseover preview does not work, either (only showing a little empty sqare). The same project has been working well on Novell Netware and windows servers before. The urlencoding seems ok - the address bar gives a correct masterkey1 value. Any ideas?

Sergey Kornilov admin 7/15/2009

Hard to tell what might be wrong without seeing your files.
I suggest to contact support team directly sending your application URL along with FTP access info.

U
Urnso 7/17/2009

Are your masterkeys numbers only or alphabet. Linux is case sensitive so you may be running into that issue. On our windows system anything goes linux is way more strict.... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=42801&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />
try changing your url with caps in correct place and see what you get.

L
laonian author 7/20/2009

The problem has been solved. It turned out to be a configuration in PHP.ini that is preventing the rawurlencode function from working.
magic_quotes_gpc = Off
It will cause the problem when it is turned On. This is not server-related. I could reproduce the problem on Windows server.