Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Discussion filters not working...

13»

Comments

  • Post the error message related to page.
    In the shell, enter "tail -f /path/to/error.log", browse to the page that you have a problem with, and copy the new line added in your shell.
    (Ctrl+c to stop tail)
  • I dont know where is there an error.log file becasue I go to PLESK and open the error log there....in the shell there is no file that ends with *.log or I cannot find it...BTW do the following option that show in the forum preferences: Display your bookmarks in the control panel Display your discussions in the control panel Display your browsing history in the control panel Display your private discussions in the control panel appear there after panel list is installed or are these options always available?
  • ithcyithcy New
    edited September 2006
    if it's not in your home folder under logs, it's usually in /var/logs/httpd/error.log
  • i dont have httpd in var....i have a bunch of error log folders but they are all html or var extensions and none are .log
  • ithcyithcy New
    edited September 2006
    sorry, /var/logs/httpd is what i meant
  • Hi, This is what I got: [Sun Sep 10 01:11:07 2006] [notice] Digest: generating secret for digest authentication ... [Sun Sep 10 01:11:07 2006] [notice] Digest: done [Sun Sep 10 01:11:07 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK [Sun Sep 10 01:11:07 2006] [notice] LDAP: SSL support unavailable PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pgsql.so' - libpq.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 [Sun Sep 10 01:11:08 2006] [notice] mod_python: Creating 4 session mutexes based on 10 max processes and 0 max threads. [Sun Sep 10 01:11:08 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!? [Sun Sep 10 01:11:08 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!? [Sun Sep 10 01:11:08 2006] [notice] Apache/2.0.54 (Fedora) configured -- resuming normal operations Does this say anything?
  • edited September 2006
    no, this is the message you get when you start apache.
    What you should do is:
    1. "tail -f /var/logs/httpd/error.log"(give the last 10 lines of /var/logs/httpd/error.log)
    2. open your browser and go on the page that you have problem with (if there is any problems, new messages should appair in your shell)
    3. Copy these messages here
    4. To finish tail in the shell, just push "Ctrl+c"
    If you don't like using the shell you can try to find the error message with plesk (I never used plesk, or other control panel for that, I don't know if it is easier).
  • Sorry for my delay but here is what I got: [Tue Sep 12 08:51:32 2006] [notice] child pid 13431 exit signal Segmentation fault (11) [Tue Sep 12 08:51:35 2006] [notice] child pid 13441 exit signal Segmentation fault (11) [Tue Sep 12 08:51:43 2006] [notice] child pid 13442 exit signal Segmentation fault (11) [Tue Sep 12 08:51:44 2006] [notice] child pid 13474 exit signal Segmentation fault (11) [Tue Sep 12 08:51:45 2006] [notice] child pid 13480 exit signal Segmentation fault (11) [Tue Sep 12 08:51:52 2006] [notice] child pid 13481 exit signal Segmentation fault (11) [Tue Sep 12 08:51:55 2006] [notice] child pid 13562 exit signal Segmentation fault (11) [Tue Sep 12 08:52:05 2006] [notice] child pid 13574 exit signal Segmentation fault (11) [Tue Sep 12 08:53:00 2006] [notice] child pid 13693 exit signal Segmentation fault (11) [Tue Sep 12 08:58:38 2006] [notice] child pid 15756 exit signal Segmentation fault (11) Does that tell you anything?
  • I have found the folllowing from the access log which might be usefull: 24.61.28.39 - - [12/Sep/2006:08:52:53 -0700] "GET /ajax/switch.php?Type=ShowPrivateDiscussions&Switch=false HTTP/1.1" 200 440 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6" 24.61.28.39 - - [12/Sep/2006:08:52:51 -0700] "GET /ajax/switch.php?Type=ShowBrowsingHistory&Switch=false HTTP/1.1" 200 440 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6"
  • What is also wierd is that one of the links: http://www.translaten.com/discussions/?View=YourDiscussions works from time to time...sometimes it shows up blank and when I refresh it shows up, other times it doesnt work at all like the other links.
  • edited September 2006
    '24.61.28.39 - - [12/Sep/2006:08:52:53 -0700] "GET /ajax/switch.php?Type=ShowPrivateDiscussions&Switch=false HTTP/1.1" 200 440 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6"' No problem. What is important here is the code "200", that mean ok. A 4xx or 5xx mean there was a problem.

    The first messages (exit signal Segmentation fault (11)) might mean you have a problem with php.
    What is the version of php?
  • Funny... I had the same issue than you: http://lussumo.com/community/discussion/2500/problem-with-discussion-filters/#Item_1
  • Dinoboff....I read what happened to you and I think the problem is the same, maybe there is another way of fixing it but I am sick of trying to do a workaround where an update to PHP could fix everything. I also have php 5.0.4 on this domain which is on a virtual server while the other domain which works perfect is on shared hostin with php 5.1.4 So, how do I upgrade the PhP and can I do it myself? I am on a virtual server and I have access to everything so I should be able to do it...let me know if there are any instructions or if you think that I should contact the hosting company to do this and not venture into it myself.
  • edited September 2006
    You will have to compile php yourself since there is not php5.1.4 rpm for CentOS.
    If you have a managed vps, sure, you should ask to your hosting company to do it for you.
    If they can't do it for you, you should on the forum of your provider (or on WHT) if there is any problem doing that with your plesk installation and how to do it. If you don't have a managed vps, you start reading on linux and install one at home.
  • I seem to be getting a similar issue with the forum that I am setting up using plesk. Can you let me know how/if you solved this?
    Here is the error I am getting: http://www.dltltd.com/forum/
This discussion has been closed.