+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: an error occurred while processing this directive ??

  1. #1
    Join Date
    Jan 2007
    Posts
    9

    Default an error occurred while processing this directive ??

    I am new to bluehost ... from domain ...
    I am glad that bluehost offers me SSH access which allows me to save lot of time.

    However, I've got "[an error occurred while processing this directive]" error sometimes in my PhpBB forum ... Any idea??

    Cheers,
    Bowen

  2. #2
    Join Date
    Sep 2006
    Posts
    4

    Default

    It's a shot in the dark, but I had a sort of similar error message a few weeks ago. It involved a PHP include. I was using absolute links instaed of relative links. If you're includeing straight up HTML, that's not a problem. If your passing variables back and forth, you'll get an error. The page would load until it hit that include then would stall for about 1 minute. It finally gave me the error, though it wasn't the usual PHP error which states which line its coming from. phpBBforum is prepackaged OPC (other people's code) so if you really know your way around it, you can look for something like that in your code.

  3. #3
    Join Date
    Jan 2007
    Posts
    9

    Default

    Umm ... Thank you very much.
    I will try to take a look at the phpBB code then.

  4. #4

    Default

    my site is an Invision Forum (not free software!) and I've got often "[an error occurred while processing this directive]" error ....

  5. #5

    Default

    I've gotten this error too. BH tech support suggested that I deleted a "php.ini" file which relates to phpbb-type applications.

    In fact, the error was evident on all applications using a MySQL database.

    The issue was resolved over the phone with tech support.

    Whether it was the php.ini file or just a mysql reboot, i dont know.

  6. #6

    Default

    i still get this error periodically. anyone figure out why it happens?

  7. #7

    Default

    ok i think i figured this out.

    > go to control panel

    > then view new cp layout (if not already)

    > then click Process Manager

    chances are there are some processes that are stuck/looping, so "kill" em and see what happens. in my case it was a contact form that was the problem.

    the error should be gone then.

  8. #8
    Join Date
    Dec 2006
    Posts
    7

    Default

    Isn't there anywhere more detailed LOG for this case, that one figure out what is the reason of that Error?

    By me especially trying via webbrowser get any mp3 file previously downloaded into webserver, brings this error.

  9. #9
    Join Date
    Apr 2006
    Posts
    26

    Default

    The error is generated by the Apache server. The SSI module in the Apache is activated and you have into your page something that resemble to a directive for the SSI. In this situation the Apache will try to interpret that part of your page but fails with the reported error message.

    You can read more about this here:
    http://httpd.apache.org/docs/2.0/howto/ssi.html#config

    Basically, I had this error once and had to remove some commented lines that looked like:

    <!--#comment here -->

  10. #10

    Default

    i got this error when some spammer was abusing my "contact us" page.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts