Page 1 of 1

[Solved]Cannot see Current Pages under the Content menu after install.

Posted: Sun Oct 25, 2009 7:32 pm
by dcleckley
Hello all.  I installed 1.6.5 and right after install, I could not see any pages under 'content-->pages'.  Essentially, when I click on Pages, I get a blank page where it should show the initial pages after install.  I upgraded to 1.6.6. and still no change.  Here is my information.  

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
FormBuilder
0.5.12

Config Information
php_memory_limit:

process_whole_template:
false
max_upload_size:
2000000
default_upload_permission:
664
assume_mod_rewrite:
false
page_extension:

internal_pretty_urls:
false
use_hierarchy:
true
debug:
false
output_compression:
false
root_url:
http://www.preferrededucation.com
root_path:
/home/preferrededucation/httpdocs (0775)
previews_path:
/home/preferrededucation/httpdocs/tmp/cache (0777)
uploads_path:
/home/preferrededucation/httpdocs/uploads (0777)
uploads_url:
http://www.preferrededucation.com/uploads
image_uploads_path:
/home/preferrededucation/httpdocs/uploads/images (0777)
image_uploads_url:
http://www.preferrededucation.com/uploads/images
use_smarty_php_tags:
false
locale:

default_encoding:
utf-8
admin_encoding:
utf-8
PHP Information:
Current PHP Version (phpversion):
5.2.4-2ubuntu5.7
md5 function (md5_function):
On (True)
GD version (gd_version):
2
tempnam function (tempnam_function):
On (True)
Magic quotes in runtime (magic_quotes_runtime):
Off (False)
PHP Effective Memory Limit (memory_limit):
16M
Maximum Execution Time (max_execution_time):
30
PHP Safe Mode (safe_mode):
Off (False)
Session Save Path (session_save_path):
/var/lib/php5 (1733)
Session Use Cookies (session.use_cookies):
On (True)
Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file):

PHP register_globals (register_globals):
On (True)
PHP output_buffering (output_buffering):
On
disable_functions in PHP (disable_functions):

PHP Open Basedir (open_basedir):

Test for remote URL (test_remote_url):

fsockopen: Connection ok!  
fopen: Connection ok!
File uploads (file_uploads):
On (True)
Maximum Post Size (post_max_size):
8M
Maximum Upload Size (upload_max_filesize):
2M
Basic XML (expat) support (xml_function):
On (True)
Test file_get_contents (file_get_contents):
On (True)
Test ini_set (check_ini_set):
On (True)
Server Information:
Server API (server_api):
apache2handler
Server Database (server_db_type):
MySQL (mysql)
Server Database Version (server_db_version):
5.0.51a
Server Software (server_software):
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.7 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g
Server Operating System (server_os):
Linux 2.6.24-19-server On x86_64

Permission Information
tmp:
/home/preferrededucation/httpdocs/tmp (0777)
templates_c:
/home/preferrededucation/httpdocs/tmp/templates_c (0777)
modules:
/home/preferrededucation/httpdocs/modules (0777)
File Creation Mask (umask):
/home/preferrededucation/httpdocs/tmp/cache (0777)
config_file:

Re: Cannot see Current Pages under the Content menu after install.

Posted: Sun Oct 25, 2009 7:34 pm
by RonnyK
try increasing memory_limit to 24M to make sure that it isnt memory that tricks you....

Ronny

Cannot see Current Pages under the Content menu after install.

Posted: Sun Oct 25, 2009 7:44 pm
by dcleckley
Thanks!

Resolved by changing setting in the config.php file to 24M.