Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-01-25 17:52:34
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Internal Server Error and evaluator_trace.php
I’ve found evaluator_trace.php and other threee strange files in my TXP cache directory.
Non the site doesn’t work: only admin and pages run but no articles (which call the DB).
Before the crashing I saw some error (too less memory to load or something similar).
Now the index gives a 500 Internal Server Error.
Any suggestion?
Thanks in advance.
Last edited by candyman (2007-01-25 17:53:10)
Offline
#2 2007-01-25 18:41:10
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Internal Server Error and evaluator_trace.php
I’ve found evaluator_trace.php…
It is okay for that file to be there, it is created by Textpattern. What are the “other three strange files”?
Non the site doesn’t work: only admin and pages run but no articles (which call the DB).
Let me get this straight: the admin works, and sections work, but not article pages/lists?
Before the crashing I saw some error (too less memory to load or something similar). Now the index gives a 500 Internal Server Error.
Have you any plugins or other software installed? Is your host in the midst of changing anything? Did you change anything in your site’s .htaccess file?
Offline
#3 2007-01-25 19:20:37
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Internal Server Error and evaluator_trace.php
Thanks Mary!
Then…
The other files are:
txp_Ki73k9
txp_eVfB2B
txp_mR2ZN7
I have installed many plugins (all Rob Sable’s Live, for example) but actually I’ve put them off.
Yes, admin and section works, pages don’t.
Take a look:
I don’t know if my host changed somethig. Asked them, I’m waiting but I think they don’t.
I’ve modified only the lib/txplib_head.php to load mint’s stats
If you need any other info, let me know.
Thank you!
Last edited by candyman (2007-01-25 19:23:23)
Offline
#4 2007-01-25 21:23:14
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Internal Server Error and evaluator_trace.php
Very odd. Okay, would you post the results of your “High” diagnostics?
You don’t need to worry about those other files either. The first one has to do with comments, the other three are to do with testing the tmp dir. They aren’t harmful, but they can all be deleted, if you want to get rid of them.
Offline
#5 2007-01-26 12:06:19
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Internal Server Error and evaluator_trace.php
Restored the index.php file (the original was modified to install Mint) and get this:
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 52 bytes) in /web/htdocs/www.maidireblog.it/home/textpattern/publish.php on line 512
Last edited by candyman (2007-01-26 19:17:47)
Offline
#6 2007-01-26 19:18:39
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Internal Server Error and evaluator_trace.php
No one had in the past the same problem?
I must reinstall everything?
Offline
#7 2007-01-26 21:06:11
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Internal Server Error and evaluator_trace.php
Patience is a virtue. :) Your diagnostics please?
Edit: Ah, got sent them by email. Thanks. :)
Last edited by Mary (2007-01-26 21:25:20)
Offline
#8 2007-01-26 21:06:17
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Internal Server Error and evaluator_trace.php
The problem is most likely caused by a plugin, or by something in your page template. Turn off plugins one by one if you haven’t already, and try with the default template and forms. Also read the FAQ.
Last edited by zem (2007-01-26 21:06:57)
Alex
Offline
#9 2007-01-26 21:28:01
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Internal Server Error and evaluator_trace.php
Change your production mode to debugging too – do you get any errors or warnings?
Offline
#10 2007-01-27 02:03:30
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Internal Server Error and evaluator_trace.php
I’ll give a try with original pages and forms.
Now all plugin are disactivated.
In test mode appears:
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 47 bytes) in /web/htdocs/www.maidireblog.it/home/textpattern/publish.php on line 512
In debug mode appears:
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 43 bytes) in /web/htdocs/www.maidireblog.it/home/textpattern/lib/txplib_misc.php on line 570
In live mode appers a blank page.
Offline
Re: Internal Server Error and evaluator_trace.php
Have you entered a value for “plugin_cache_directory”? If so where is it pointing to and which files are in there?
If the value is blank, it’s ok.
Offline