-
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
-
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.
-
Umm ... Thank you very much.
I will try to take a look at the phpBB code then.
-
my site is an Invision Forum (not free software!) and I've got often "[an error occurred while processing this directive]" error ....
-
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.
-
i still get this error periodically. anyone figure out why it happens?
-
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.
-
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.
-
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 -->
-
i got this error when some spammer was abusing my "contact us" page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules