Page 2 of 3

Re: Unable save settings

Posted: Sat Jun 27, 2009 10:49 am
by tarantula
alby wrote: Post here your System Information

Alby

CMS Version

1.6


Installed ModulesCMSMailer

1.73.14
FileManager

1.0
MenuManager

1.6
ModuleManager

1.3
News

2.10
nuSOAP

1.0.1
Printing

1.0
Search

1.6.1
ThemeManager

1.1.1
TinyMCE

2.5.0


Config Informationphp_memory_limit:

 
process_whole_template:

false
max_upload_size:

8000000
default_upload_permission:

664
assume_mod_rewrite:

false
page_extension:

 
internal_pretty_urls:

false
use_hierarchy:

true
debug:

true
output_compression:

false
root_url:

http://www.xxx.net
root_path:

/home/xxxxwww/public_html (0750) 
previews_path:

/home/xxxxwww/public_html/tmp/cache (0777) 
uploads_path:

/home/xxxxwww/public_html/uploads (0777) 
uploads_url:

http://www.xxx.net/uploads
image_uploads_path:

/home/xxxxxxwww/public_html/uploads/images (0777) 
image_uploads_url:

http://www.xxxx.net/uploads/images
use_smarty_php_tags:

false
locale:

 
default_encoding:

utf-8
admin_encoding:

utf-8

PHP Information:
Current PHP Version (phpversion):

4.4.7 
md5 function (md5_function):

On (True) 
GD version (gd_version):


tempnam function (tempnam_function):

On (True) 
Magic quotes in runtime (magic_quotes_runtime):

Off (False) 
PHP Effective Memory Limit (memory_limit):

12M 
Maximum Execution Time (max_execution_time):

30 
PHP Safe Mode (safe_mode):

Off (False) 
Session Save Path (session_save_path):

/tmp (1777) 
Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file):


PHP register_globals (register_globals):

Off (False) 
PHP output_buffering (output_buffering):

4096 
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):

8M 
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):

cgi-fcgi 
Server Database (server_db_type):

MySQL (mysql) 
Server Database Version (server_db_version):

4.1.22 
Server Software (server_software):

Microsoft-IIS/6.0 
Server Operating System (server_os):

Linux 2.6.9-67.0.1.ELsmp On i686 


Permission Informationtmp:

/home/xxxxwww/public_html/tmp (0777) 
templates_c:

/home/xxxxwww/public_html/tmp/templates_c (0777) 
modules:

/home/xxxxxwww/public_html/modules (0777) 
File Creation Mask (umask):

/home/XXXXwww/public_html/tmp/cache (0777) 
config_file:

0444 

Re: Unable save settings

Posted: Sat Jun 27, 2009 11:54 am
by alby
Server Software (server_software):

Microsoft-IIS/6.0
Server Operating System (server_os):

Linux 2.6.9-67.0.1.ELsmp On i686
???
Are you sure?


tarantula wrote: PHP Effective Memory Limit (memory_limit):
12M   
Try to put in config.php:
php_memory_limit to:  32M

Alby

Re: Unable save settings

Posted: Sat Jun 27, 2009 3:43 pm
by tarantula
I have put in config.php like this, same error:(((((((((((((((((

$config['php_memory_limit'] = '32M';

Re: Unable save settings

Posted: Mon Jun 29, 2009 6:58 pm
by tarantula
tarantula wrote: I have put in config.php like this, same error:(((((((((((((((((

$config['php_memory_limit'] = '32M';


Any solutions?

Re: Unable save settings

Posted: Mon Jun 29, 2009 7:02 pm
by alby
alby wrote:
tarantula wrote: Plz see my CMS config.php(sample) in attached file. I couldn't find Active debug there?
also how to check server log?
http://wiki.cmsmadesimple.org/index.php ... debug_mode

http://wiki.cmsmadesimple.org/index.php ... erver_logs
I don't see any debug report ....

active debug and look to error in DB (pay attention: Error (0) is not error!)
look to your server error logs when happen

Alby

Re: Unable save settings

Posted: Tue Jun 30, 2009 5:23 am
by tarantula
in admin panel, global settings it shown this log. As we see no errors, but when changing something and pressing submit for applying it automaticaly redirecting to my siite index still

Debug: (4.1E-05)
loading smartyDebug: (0.001381)
loading adodbDebug: (0.001971)
loading page functionsDebug: (0.002945)
loading content functionsDebug: (0.003908)
loading pageinfo functionsDebug: (0.004183)
loading translation functionsDebug: (0.00438)
loading events functionsDebug: (0.004859)
loading php4 entity decode functionsDebug: (0.005642)
done loading filesDebug: (0.014085)

(mysql): SET NAMES 'utf8'
Error (0):
Debug: (0.01515)

(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Error (0):
Debug: (0.018062)

(mysql): SELECT * FROM cms_userplugins
Error (0):
Debug: (0.02671)

(mysql): SELECT * FROM cms_modules WHERE active = 1 ORDER by module_name
Error (0):
Debug display of 'End of include':(0.034573)
Debug: (0.034633)
Session found.  Moving on...Debug: (0.034683)
Session found.  Moving on...Debug: (0.035621)

(mysql): SELECT ug.user_id FROM cms_user_groups ug
                    WHERE ug.user_id = '1' AND ug.group_id = 1
Error (0):
Debug: (0.036102)

(mysql): SELECT DISTINCT permission_name FROM cms_user_groups ug INNER JOIN cms_group_perms gp ON gp.group_id = ug.group_id INNER JOIN cms_permissions p ON p.permission_id = gp.permission_id INNER JOIN cms_groups gr ON gr.group_id = ug.group_id WHERE ug.user_id = '1' AND gr.active = 1
Error (0):
Debug: (0.038044)

(mysql): SELECT * FROM cms_templates ORDER BY template_name
Error (0):
Debug: (0.040253)
Session found.  Moving on...Debug: (0.040671)

(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1'
Error (0):
Debug: (0.040844)
Session found.  Moving on...Debug: (0.041437)
Session found.  Moving on...Debug: (0.042575)
Session found.  Moving on...Debug: (0.043665)
Session found.  Moving on...Debug: (0.044459)
Session found.  Moving on...Debug: (0.045385)
Session found.  Moving on...Debug: (0.046796)
Session found.  Moving on...Debug: (0.047622)
Session found.  Moving on...Debug: (0.048461)
Session found.  Moving on...Debug: (0.049241)
Session found.  Moving on...Debug: (0.051021)

(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id = '1'
Error (0):
Debug: (0.051311)

(mysql): SELECT group_id FROM cms_user_groups WHERE user_id = '1'
Error (0):
Debug: (0.051528)

(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id IN (-1)
Error (0):
Debug: (0.051939)

(mysql): SELECT content_id FROM cms_content WHERE owner_id = '1'
Error (0):
Debug: (0.052316)

(mysql): SELECT user_id,content_id FROM cms_additional_users
Error (0):
Debug: (0.063587)
Session found.  Moving on...Debug: (0.064036)

(mysql): SELECT count(news_id) FROM cms_module_news n
                  WHERE status != 'published'
                    AND (( IFNULL(end_time, '1970-01-01 00:00:01')  = '1970-01-01 00:00:01') OR (end_time > '2009-06-30 05:21:29'))
Error (0):
Debug: (0.064384)

(mysql): SELECT version from cms_version
Error (0):
Debug: (0.065327)

(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title
Error (0):
Debug: (0.066974)

(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template FROM cms_templates WHERE default_template = 1
Error (0):
Debug: (0.067794)

(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template FROM cms_templates WHERE default_template = 1
Error (0):
Debug: (0.077168)

(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
       INNER JOIN cms_events e ON e.event_id = eh.event_id
       ORDER BY eh.handler_order ASC
Error (0):

Re: Unable save settings

Posted: Tue Jun 30, 2009 5:26 am
by tarantula
it is  debug log of add template section:

Debug: (4.000000000004E-05)
loading smartyDebug: (0.001375)
loading adodbDebug: (0.0019670000000001)
loading page functionsDebug: (0.0029170000000001)
loading content functionsDebug: (0.003831)
loading pageinfo functionsDebug: (0.0041070000000001)
loading translation functionsDebug: (0.0042920000000001)
loading events functionsDebug: (0.004779)
loading php4 entity decode functionsDebug: (0.005567)
done loading filesDebug: (0.01394)

(mysql): SET NAMES 'utf8'
Error (0):
Debug: (0.014516)

(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Error (0):
Debug: (0.017377)

(mysql): SELECT * FROM cms_userplugins
Error (0):
Debug: (0.025486)

(mysql): SELECT * FROM cms_modules WHERE active = 1 ORDER by module_name
Error (0):
Debug display of 'End of include':(0.03334)
Debug: (0.033524)
Session found.  Moving on...Debug: (0.034031)
Session found.  Moving on...Debug: (0.034751)

(mysql): SELECT ug.user_id FROM cms_user_groups ug
                    WHERE ug.user_id = '1' AND ug.group_id = 1
Error (0):
Debug: (0.035022)

(mysql): SELECT DISTINCT permission_name FROM cms_user_groups ug INNER JOIN cms_group_perms gp ON gp.group_id = ug.group_id INNER JOIN cms_permissions p ON p.permission_id = gp.permission_id INNER JOIN cms_groups gr ON gr.group_id = ug.group_id WHERE ug.user_id = '1' AND gr.active = 1
Error (0):
Debug: (0.03529)

(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1'
Error (0):
Debug: (0.037406)
Session found.  Moving on...Debug: (0.037477)
Session found.  Moving on...Debug: (0.038064)
Session found.  Moving on...Debug: (0.039202)
Session found.  Moving on...Debug: (0.040288)
Session found.  Moving on...Debug: (0.041092)
Session found.  Moving on...Debug: (0.042016)
Session found.  Moving on...Debug: (0.04345)
Session found.  Moving on...Debug: (0.044276)
Session found.  Moving on...Debug: (0.045108)
Session found.  Moving on...Debug: (0.045885)
Session found.  Moving on...Debug: (0.047712)

(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id = '1'
Error (0):
Debug: (0.047932)

(mysql): SELECT group_id FROM cms_user_groups WHERE user_id = '1'
Error (0):
Debug: (0.048135)

(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id IN (-1)
Error (0):
Debug: (0.048438)

(mysql): SELECT content_id FROM cms_content WHERE owner_id = '1'
Error (0):
Debug: (0.048807)

(mysql): SELECT user_id,content_id FROM cms_additional_users
Error (0):
Debug: (0.05987)
Session found.  Moving on...Debug: (0.060262)

(mysql): SELECT count(news_id) FROM cms_module_news n
                  WHERE status != 'published'
                    AND (( IFNULL(end_time, '1970-01-01 00:00:01')  = '1970-01-01 00:00:01') OR (end_time > '2009-06-30 05:25:09'))
Error (0):
Debug: (0.06057)

(mysql): SELECT version from cms_version
Error (0):
Debug: (0.061457)

(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title
Error (0):
Debug: (0.064863)

(mysql): SELECT count(*) AS count FROM cms_templates WHERE stylesheet is not null and stylesheet != ''
Error (0):

Re: Unable save settings

Posted: Tue Jun 30, 2009 5:33 am
by tarantula
My server log:

[2009-06-30 05:59:38]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:59:38]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:59:00]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:59:00]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:58:06]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:58:05]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:48:23]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:48:22]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:46:12]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:46:12]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:21:34]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:21:34]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:20:39]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[2009-06-30 05:20:39]: error: file is writable by others: (/home/www/public_html/modules/TinyMCE/stylesheet.php)
[Tue Jun 30 05:59:38 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:59:38 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:59:38 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:59:38 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:59:00 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:59:00 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:59:00 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:59:00 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:58:06 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:58:06 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:58:05 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:58:05 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:48:23 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:48:23 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:48:22 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:48:22 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:46:12 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:46:12 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:46:12 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:46:12 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:27:17 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/404.shtml
[Tue Jun 30 05:27:17 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/logs
[Tue Jun 30 05:21:34 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:21:34 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:21:34 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:21:34 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:20:39 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:20:39 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:20:39 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/500.shtml
[Tue Jun 30 05:20:39 2009] [error] [client x.xx.xx.x] Premature end of script headers: /home/www/public_html/modules/TinyMCE/stylesheet.php
[Tue Jun 30 05:19:06 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/404.shtml
[Tue Jun 30 05:19:06 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/favicon.ico
[Tue Jun 30 05:18:34 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/404.shtml
[Tue Jun 30 05:18:34 2009] [error] [client x.xx.xx.x] File does not exist: /home/www/public_html/favicon.ico

Re: Unable save settings

Posted: Tue Jun 30, 2009 8:31 am
by alby
alby wrote: active debug and look to error in DB (pay attention: Error (0) is not error!)
If jump to login you must try to "debug" your system:
- Open with a simple editor admin/siteprefs.php
- Go to row #45:  check_login();
- Comment that row ( put a # char in front of:  #check_login(); ) and save
- Always in debug mode look for errors (and please not post whole page but drop all Error(0) related infos!!)


For template editing is more simple because there is a "intermediate" page.
Always in debug mode from:
http://XXXXX/mle1.6/admin/edittemplate. ... late_id=22
Submit and go to "intermediate":
http://XXXXX/mle1.6/admin/edittemplate.php
with a redirect:
Debug is on. Redirecting disabled... Please click this link to continue.
http://XXXXX/mle1.6/admin/listtemplates ... _=bc962402
Debug: (4.3E-5) - (1121376)

loading smarty
............
If jump to login "stop" your browser with ESC key and look if you have securecode: sp_=XXXXXXXX in link url



You have not answered to:

1. Linux OS system and Microsoft-IIS/6.0 web server?
alby wrote:
Server Software (server_software):

Microsoft-IIS/6.0
Server Operating System (server_os):

Linux 2.6.9-67.0.1.ELsmp On i686
???
Are you sure?
2. Have you checked System Information if "PHP Effective Memory Limit (memory_limit):" report 32M and not 12M now?
tarantula wrote: I have put in config.php like this, same error:(((((((((((((((((

$config['php_memory_limit'] = '32M';
Alby

Re: Unable save settings

Posted: Tue Jun 30, 2009 9:58 am
by tarantula
If jump to login you must try to "debug" your system:
- Open with a simple editor admin/siteprefs.php
- Go to row #45:  check_login();
- Comment that row ( put a # char in front of:  #check_login(); ) and save
- Always in debug mode look for errors (and please not post whole page but drop all Error(0) related infos!!)
I did still problem continuous in global settings, no errors shown in debug mode:(
For template editing is more simple because there is a "intermediate" page.
Always in debug mode from:
http://XXXXX/mle1.6/admin/edittemplate. ... late_id=22
Submit and go to "intermediate":
http://XXXXX/mle1.6/admin/edittemplate.php
with a redirect:
Debug is on. Redirecting disabled... Please click this link to continue.
http://XXXXX/mle1.6/admin/listtemplates ... _=bc962402
Debug: (4.3E-5) - (1121376)

loading smarty
............
If jump to login "stop" your browser with ESC key and look if you have securecode: sp_=XXXXXXXX in link url
I can edit and save existing templates but not possibile to add new templates.............. Same problem transfering to index.php
1. Linux OS system and Microsoft-IIS/6.0 web server?
Info about my hosting server: General server information:

Operating system Linux
Kernel version 2.6.9-67.0.1.ELsmp
Machine Type i686
Apache version 1.3.37 (Unix)
PERL version 5.8.8
PHP version :4.4.7
MySQL version 4.1.22-standard
2. Have you checked System Information if "PHP Effective Memory Limit (memory_limit):" report 32M and not 12M now?
How to chage this limit? is it hosting problem? because as i know it is not possibile to change from site cpanel???
As i know that for clients of hosting companies it is not possibile to change seetings of PHP, no access to php.ini file

Re: Unable save settings

Posted: Tue Jun 30, 2009 10:25 am
by alby
tarantula wrote:
If jump to login you must try to "debug" your system:
- Open with a simple editor admin/siteprefs.php
- Go to row #45:  check_login();
- Comment that row ( put a # char in front of:  #check_login(); ) and save
- Always in debug mode look for errors (and please not post whole page but drop all Error(0) related infos!!)
I did still problem continuous in global settings, no errors shown in debug mode:(
No error in UPDATE query?
But are you in "admin" group?

tarantula wrote:
1. Linux OS system and Microsoft-IIS/6.0 web server?
Info about my hosting server: General server information:

Operating system Linux
Kernel version 2.6.9-67.0.1.ELsmp
Machine Type i686
Apache version 1.3.37 (Unix)
PERL version 5.8.8
PHP version :4.4.7
MySQL version 4.1.22-standard
2. Have you checked System Information if "PHP Effective Memory Limit (memory_limit):" report 32M and not 12M now?
tarantula wrote:
How to chage this limit? is it hosting problem? because as i know it is not possibile to change from site cpanel???
As i know that for clients of hosting companies it is not possibile to change seetings of PHP, no access to php.ini  file
1. Check your "Real server information" and not "General server information"
upload in cmsms_root folder a php file with only:
and check VS System Information

2. If your provider has not disabled ini_set you don't must change php.ini, add in config.php and look in System Information

Alby

Re: Unable save settings

Posted: Wed Jul 01, 2009 5:40 am
by tarantula
No error in UPDATE query?
But are you in "admin" group?
I am in admin group.  There is only one user admin, whom I am using.

Quote
Linux OS system and Microsoft-IIS/6.0 web server?


It seem i am using linux server..

System  Linux belair.micfo.com 2.6.9-67.0.1.ELsmp #1 SMP Wed Dec 19 16:01:12 EST 2007 i686


2. If your provider has not disabled ini_set you don't must change php.ini, add in config.php and look in System Information


In config.php i have changed memory limit in panel, i am doing System Information looking to PHP Effective Memory Limit (memory_limit): it shows red X and 12 MB.. it shown in PHP Information section but in Config Information it shown php_memory_limit: 32M.

Aslo I have tried to change limit in php file (/usr/lib/php.ini ) and got this message Error message from server: Permission denied

So what else i should do for solving this problem?

Re: Unable save settings

Posted: Thu Jul 02, 2009 12:14 pm
by Pierre M.
Hello,
tarantula wrote: ...doing System Information looking to PHP Effective Memory Limit (memory_limit): it shows red X and 12 MB..
12MB is way too low.
tarantula wrote: So what else i should do for solving this problem?
Talk with your hosting provider to raise this 12MB to 64 or 128.

Pierre M.

Re: Unable save settings

Posted: Tue Jul 07, 2009 1:32 pm
by tarantula
Pierre M. wrote: Hello,
tarantula wrote: ...doing System Information looking to PHP Effective Memory Limit (memory_limit): it shows red X and 12 MB..
12MB is way too low.
tarantula wrote: So what else i should do for solving this problem?
Talk with your hosting provider to raise this 12MB to 64 or 128.

Pierre M.
I did changed in php verion and also limit, but same problem, right now no problems show system information and System Verification. So What else should i do for solving this problem?

Current PHP Version (phpversion):

5.2.5 
md5 function (md5_function):

On (True) 
GD version (gd_version):


tempnam function (tempnam_function):

On (True) 
Magic quotes in runtime (magic_quotes_runtime):

Off (False) 
PHP Effective Memory Limit (memory_limit):

64M 
Maximum Execution Time (max_execution_time):

60 
PHP Safe Mode (safe_mode):

Off (False) 
Session Save Path (session_save_path):

/tmp (1777) 
Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file):


PHP register_globals (register_globals):

Off (False) 
PHP output_buffering (output_buffering):

4096 
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):

8M 
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) 

Re: Unable save settings

Posted: Tue Jul 07, 2009 5:45 pm
by Pierre M.
So, there was a red X in System Info and now there is no more red X, right ?

Now that this red X has gone, if there is no other red X, can you please rephrase shortly what works, what your issue is and how to reproduce it ?

Pierre M.