| Author |
Message |
wHiTeHaT Involved


Joined: Jul 18, 2004 Posts: 442 Location: Netherlands
|
Posted:
Wed Jul 15, 2009 3:35 am |
|
I just checked the search module on ravennuke's latest version: 2.30.02 .
and it seem to not list any results for the news? |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Wed Jul 15, 2009 4:20 am |
|
Works on my RN 2.30.02 site. Are any errors displayed or recorded in the server log? |
|
|
|
 |
wHiTeHaT Involved


Joined: Jul 18, 2004 Posts: 442 Location: Netherlands
|
Posted:
Wed Jul 15, 2009 5:03 am |
|
No display errors ( enabled) or serverlog errors for the search.
however i see many logs for:
| Code: |
[Wed Jul 15 12:54:53 2009] [error] [client xx.xx.xxx.xxx] mod_security: Filtering against POST payload requested but payload is not available [hostname "www.soebiesplace.com"] [uri "/modules.php?name=Search"]
|
the [uri "/modules.php?name=Search"] is relativ for different actions such as [uri "/admin.php"] , [uri "http://www.soebiesplace.nl/modules.php?name=Your_Account"]
etc etc |
|
|
|
 |
wHiTeHaT Involved


Joined: Jul 18, 2004 Posts: 442 Location: Netherlands
|
Posted:
Wed Jul 15, 2009 5:16 am |
|
For anyone having the same error reporting in theire server log's.
Add to .htaccess:
| Code: |
SecFilterScanPOST On
|
|
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Wed Jul 15, 2009 6:22 am |
|
You may want to contact your host as well, it seems their mod_security rules are far too strict (or not applied correctly).
For the record I use Apache 2 mod_security |
|
|
|
 |
wHiTeHaT Involved


Joined: Jul 18, 2004 Posts: 442 Location: Netherlands
|
Posted:
Wed Jul 15, 2009 6:25 am |
|
so lucky this isnt my host lol , i may intent it is my site... well theoritical it is, as long as i code for it. |
|
|
|
 |
wHiTeHaT Involved


Joined: Jul 18, 2004 Posts: 442 Location: Netherlands
|
Posted:
Sun Jul 19, 2009 3:18 pm |
|
The problem of the searching was causing by a db mistake i made myself.
The site was using php-nuke 7.9 , for that i did a downgrade to 7.6 as was adviced.
However as there where missing tables , i altered my sql's with a local exported db.
There i used utf8_general_ci as collation while the ravennuke installer setted al to latin1_swedisch_ci .
so i changed al to latin1_swedisch_ci (tables + tables values).
Except for the phpbb3 forum i use.
Grtzz wHiTeHaT  |
|
|
|
 |
|
|
|
|