DirtyRat
Newbie   Posts: 5 Registered: 5/16/2007 Status: Offline
|
posted on 5/16/2007 at 11:52 PM |
A similar question has been posted in the 1.77 AT section, but still
appears not to be resolved.
http://spidean.mckenzies.net/modules.php?op=modload&nam
e=SpideanForums&file=viewthread&tid=4589#pid
My site continues to receive the above error. It has been attributed to
some problem with Auto-Theme. I have my DOCTYPE template set to
HTML401_Transitional and I have Strip out head content set to NO as
mentioned in the above thread.
Are there any fixes available for this problem?
- PHP-Nuke
- Version 7.9
- AutoTheme Lite .87
|
| |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 5/17/2007 at 12:42 AM |
The admin only or other pages (which ones)? AutoTheme admin or all
admin?
IE browser only?
What OS and web server is your server running (Windows/Apache,
Windows/IIS, Linux/Apache)?
-Shawn |
| |
DirtyRat
Newbie   Posts: 5 Registered: 5/16/2007 Status: Offline
|
posted on 5/17/2007 at 03:38 AM |
All users, admin and general. Mostly on forum pages, but also Private
Messages and others.
All browsers (IE and Firefox)
Linux/Apache
|
| |
DirtyRat
Newbie   Posts: 5 Registered: 5/16/2007 Status: Offline
|
posted on 5/28/2007 at 01:47 AM |
Any status available on fixing this problem?
Site is hosted by www.siteground.com
www.joinkof.com
|
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 5/28/2007 at 02:54 AM |
Well, I've clicked in your forums, in many categories and many, many posts
and even viewed user's profiles. I haven't seen this message ever. Does
it happen with users that aren't loggedin?
Mars, can you test in IE and see if it's working for you?
-Shawn |
| |
Mars
Moderator   Posts: 349 Registered: 3/11/2003 Status: Offline
|
posted on 5/28/2007 at 01:27 PM |
I just went all through the site with both IE 7 and FireFox 2.0 and never
once received an error. Could be a cookie issue with the forums or maybe
people using non-standard characters in their user names.
____________________ PostNuke Themes
PHPNuke Themes
AutoThemes
Your #1 source for FREE and custom AutoThemes! |
| |
DirtyRat
Newbie   Posts: 5 Registered: 5/16/2007 Status: Offline
|
posted on 5/29/2007 at 12:06 AM |
Thanks for checking and responding. I don't have any non-standard
characters in my name and I have the problem still. I use IE6, but other
members use IE7 and Firefox and still have the problems. The problems are
not consistent or continual, but they occur intermittently. There could be
hours of error free operation followed by hours of problems. It's not
associated with site usage as it has happened at both high load and when I
am the sole user of the site.
If there is any other information I can give you, just let me know.
|
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 5/29/2007 at 12:34 AM |
Not really. Premature end of script headers means that something is
preventing the script from completing or possibly from even starting. A
google search shows the following culprits:
1. Running PHP as a CGI instead of as an Apache module
2. Apache mis-config regarding some memory limit
3. Some PHP mis-config, maybe doc_root
4. Server problem (high memory or cpu util at those times), just because
your site isn't heavily utilized doesn't mean that the server isn't. Are
you on a shared host?
Everything that I have seen shows that PHP is being run as a CGI and not a
module when this error occurs. Running CGI isn't recommended anyway.
-Shawn
[Edited on 5/29/2007 by Shawn] |
| |
DirtyRat
Newbie   Posts: 5 Registered: 5/16/2007 Status: Offline
|
posted on 5/30/2007 at 02:15 AM |
Thanks, but I don't know what you're talking about with PHP running as a
CGI. My host provides several thousand sites, many of which are running
phpNuke. So, yes, their servers could be overloaded. My installation of
phpNuke was done by a Fantastico script provided by my host. So, the
integration with Apache is all behind the scenes from my point of view.
|
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 5/30/2007 at 01:05 PM |
Your host is either over utilized or it is mis-configured and it is likely
only apparent when the server is heavily utilized. You might consider
another host.
-Shawn
[Edited on 5/30/2007 by Shawn] |
| |