Page 1 of 1

[Solved] Content > Pages not displaying

Posted: Sun Mar 21, 2010 7:18 pm
by stealer
Hi all,

I'm experiencing something strange with my CMS setup.  The site works ok, pages are served etc but when I login to the admin console and select content > pages.  Nothing happens, listcontent.php attempts to load but the page is blank and both FF and IE say "done".  I've tried this on more than one workstation and with different logins.

There's no page source to view, this also remains blank.  Every other area loads with no problem, Image manage, content blocks etc.  Here's my sys info... anyone seen this before?

----------------------------------------------

Cms Version: 1.6.6

Installed Modules:

CMSMailer: 1.73.14
FileManager: 1.0.1
MenuManager: 1.6.2
ModuleManager: 1.3.1
News: 2.10.3
nuSOAP: 1.0.1
Printing: 1.0.4
Search: 1.6.1
ThemeManager: 1.1.1
TinyMCE: 2.5.5
CGExtensions: 1.17.8
FormBuilder: 0.6.1
Twitter: 0.0.7
SitePusher: 0.1
JQueryTools: 1.0.5
NeoModule: 0.2.3
CopySites: 0.0.1


Config Information:

php_memory_limit:
process_whole_template: false
max_upload_size: 10000000
default_upload_permission: 664
assume_mod_rewrite: false
page_extension:
internal_pretty_urls: false
use_hierarchy: true


Php Information:

phpversion: 5.2.12
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
memory_limit: 24M
max_execution_time: 60
safe_mode: Off (False)
session_save_path: /tmp (1777)
session.use_cookies: On (True)


Server Information:

Server Api: cgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.0.89


----------------------------------------------

Re: Content > Pages not displaying

Posted: Sun Mar 21, 2010 7:23 pm
by Rolf
Hello Stealer,

Try to increase your php_memory_limit in the config.php to f.i. 40M
Check afterwards in the System Information if the increased value is shown there.

Regards, Rolf

Re: Content > Pages not displaying

Posted: Sun Mar 21, 2010 7:41 pm
by stealer
Config Information:

php_memory_limit: 40M
process_whole_template: false
max_upload_size: 10000000
default_upload_permission: 664
assume_mod_rewrite: false
page_extension:
internal_pretty_urls: false
use_hierarchy: true

Done, pages are still not displayed.

Re: Content > Pages not displaying

Posted: Sun Mar 21, 2010 7:57 pm
by Rolf
You can try to Clear Cache -> Site Admin >> Global Settings >> Advanced Setup

Do you have access to the servers logs? Perhaps any errors there?

Try to set debug true in the config.php. Any errors here? error(0) is no error.

Grtz. Rolf

Re: Content > Pages not displaying

Posted: Sun Mar 21, 2010 8:19 pm
by stealer
Thanks Rolf,

I had debug set on earlier but couldn't see anything.  I've just turned it back on and the top of the page was generating an error regarding the "Copysites" module.  I'm not using this so I've removed it and now I can see my pages again.  Still not sure what happened but thanks for your help.

Re: Content > Pages not displaying / CopySites error?

Posted: Fri Jun 25, 2010 3:12 am
by WebGirl
stealer wrote: ... the page was generating an error regarding the "Copysites" module.  I'm not using this so I've removed it and now I can see my pages again.
I just had the same error:
Warning: unlink(/home/xxxxxxx/public_htmluploads/curl_copysite_cookies.txt) [function.unlink]: No such file or directory in /home/humble/public_html/modules/CopySites/CopySites.module.php  on line 74
I've never heard of CopySites Module, so I deleted the folder using the File Manager (as suggested by rolf).

Now my site is working again ... weird ....