[SOLVED] Â Search doesn't work |
2/7/2011 6:22:43 PM |
PHPRunner General questions | |
E
electromotive author
[note this was split out of another thread http://www.asprunner.com/forums/topic/16264-search-does-not-work-at-all/] |
|
E
|
electromotive author 2/7/2011 |
electro rick, post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program
2this.JSON={};(function(){var charset=document.charset||document.characterSet||document.defaultCharset;function f(n){return n<10?'0'+n:n;}
|
![]() |
Sergey Kornilov admin 2/8/2011 |
Googling on "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." gives the following suggestions:
|
E
|
electromotive author 2/8/2011 |
Googling on "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." gives the following suggestions:
|
E
|
electromotive author 2/8/2011 |
I'll try doubling it to see if this solves the problem. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=56328&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|
G
|
GamezBeCJ 2/10/2011 |
I've been having the same issue since I upgraded to 5.3. It says the problem is in RunnerPages.js. I don't know much of JavaScript. Don't know what to do. |
![]() |
Sergey Kornilov admin 2/10/2011 |
GamezBeCJ, |
E
|
electromotive author 2/10/2011 |
I've been having the same issue since I upgraded to 5.3. It says the problem is in RunnerPages.js. I don't know much of JavaScript. Don't know what to do.
|
E
|
electromotive author 2/15/2011 |
[[ var ctrl = Runner.getControl(pageid, 'myfield');
|
V
|
Vienna 2/16/2011 |
5.3 testing going reasonably well. However, some javascript is not working quite the same as 5.2. This is a list page with has both inline and normal edit enabled. Only two fields are enabled for editing in the inline mode. What I was trying to do was use the setFocus method to put the cursor in the correct field (exactly as from the help) on the inline-edit (list). This works on 5.2 but not on 5.3. var ctrl = Runner.getControl(pageid, 'myfield');
|
E
|
electromotive author 2/16/2011 |
I was on this topic over a month ago complaining about PHPRunner 5.3 that on a 1und1.de server account in Germany (I have 1and1.com accounts in the USA) that the javascript was failing on both PHP 4.9 and PHP 5.2 environments. Just different parts of the javascripting for each environment. Either the Search panel or the dropdown list dependencies using ajax updating. Within the past week I discovered that my PHPRunner 5.3 projects DID work completely in a PHP 5.2 environment on a 1und1.de shared hosting account IF I removed a part of the .htaccess mod rewrite rules that I was using. Where the PHPRunner 5.3 project was in a path from the directory where WordPress was installed and was INHERITING the .htaccess settings for Mod Rewrite for WordPress it was having Javascript issues -- specifically in the PHP 5.3 environment of 1und1.de. The ajax updates for dropdown dependencies (one field's options being refreshed and changed after a preceding field option was selected) did NOT work although the Search panel with suggestive (ajax) updates did. So, in your case you might also look at your .htaccess rules as a possible influence on PHPRunner 5.3. Maybe with PHPRunner 5.2 this was not an issue but it sure made a difference in the working of my PHPRunner 5.3 projects. I know in most localhost testing servers we don't use .htaccess to modify things at all, but if you are online and testing remote server problems with PHPRunner 5.3 projects and running PHP 5 you should also examine what your .htaccess is doing. Or if you depend on php.ini, check that one, too. Eliminate the mod rewrite rules just as a test and see what happens. If it works then it is a question of how to modify the mod rewrite. Or possibly put a Counter mod-rewrite .htaccess file into the same folder as the PHPRunner 5.3 project.
|