Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: How to get my sections back
Look at the webserver logfiles. How does your request for the section tab look in the webserver access logs?
Offline
#14 2007-11-29 11:54:04
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
This is coming up in the access log
194.82.216.174 – - [29/Nov/2007:12:48:55 +0000] “GET /textpattern/index.php?event=section HTTP/1.1” 200 -
194.82.216.174 – - [29/Nov/2007:12:48:55 +0000] “GET /textpattern/index.php?event=section HTTP/1.1” 200 -
and this in the erro log
[Thu Nov 29 12:51:01 2007] [error] [client 194.82.216.174] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3256321 bytes) in Unknown on line 0, referer: http://194.82.216.4:8080/textpattern/index.php?event=page
[Thu Nov 29 12:51:01 2007] [error] [client 194.82.216.174] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3256321 bytes) in Unknown on line 0, referer: http://194.82.216.4:8080/textpattern/index.php?event=page
Offline
#15 2007-11-29 12:27:43
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: How to get my sections back
Strange, the error log timestamps don’t correspond to the section request you posted. However, you could try upping the memory limit in php.ini — but I don’t know what the path to that will be on a windows server.
Look for the line that reads…
memory_limit = 8M
and change it to something like…
memory_limit = 16M
Then see if that get’s rid of your errors.
— Steve
Offline
#16 2007-11-29 13:13:07
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
I know it doesn’t mention anything relating to the section page, its quite weird. I’ve upped the memory limit but it’s still moaning liking before. I very greatfull for all the help I’m getting btw.
Offline
#17 2007-11-29 13:16:32
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: How to get my sections back
Out of curiosity, just how many sections are there in your site anyway?
— Steve
Offline
#18 2007-11-29 13:26:25
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
about 200 odd, each course we have has to have its own section.
Offline
#19 2007-12-03 15:15:57
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
can anybody help with this please!
Offline
Re: How to get my sections back
Can you post the diagnostics here?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#21 2007-12-04 08:47:05
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
Textpattern version: 4.0.5 (r2466)
Last Update: 2007-10-09 08:50:16/2007-07-01 22:03:44
Document root: E:/Apache2/htdocs (E:\Apache2\htdocs)
$path_to_site: E:\Apache2\htdocs
Textpattern path: E:\Apache2\htdocs\textpattern
Permanent link mode: section_id_title
upload_tmp_dir: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\upload
Temporary directory path: E:/Apache2/htdocs/textpattern/tmp
Site URL: 194.82.216.4:8080
PHP version: 5.2.5
GD Image Library: unavailable
Server Local Time: 2007-12-04 09:44:48
MySQL: 5.0.15-nt
Locale: en_GB.UTF-8
Server: Apache/2.0.59 (Win32) PHP/5.2.5
Apache version: Apache/2.0.59 (Win32) PHP/5.2.5
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Windows NT 5.2
Pre-flight check:
————————————
Web Domain DNS lookup fails: 194.82.216.4
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
#php_value register_globals 0
————————————
Offline
Re: How to get my sections back
Can you post the full diagnostics as well?
Offline
#23 2007-12-04 11:42:59
- gmorgan
- Member
- Registered: 2007-11-26
- Posts: 42
Re: How to get my sections back
what full diagnostics
Offline
Re: How to get my sections back
diagnostics tab -> select ‘full’ from the select menu at the bottom.
Offline