[solved][vr2.1.1] Error 503

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Appolix
New Member
New Member
Posts: 2
Joined: Tue Jan 05, 2016 12:58 pm

[solved][vr2.1.1] Error 503

Post by Appolix »

Hi, I am currently testing 2.1.1 for an update from 1.12 but I am having trouble with changing the page template in the content manager, everytime I change the Template I recieve a whitescreen with a 503 error, on page refresh is the new template set. Any Ideas how I can fix this or has anyone the same problem?

Code: Select all

Cms Version: 2.1.1
Installed Modules:
AdminSearch: 1.0
CMSContentManager: 1.1
DesignManager: 1.1.1
FileManager: 1.5.2
CGExtensions: 1.51
MicroTiny: 2.0.2
ModuleManager: 2.0.1
Navigator: 1.0.2
News: 2.50.3
Search: 1.50.2
CGSimpleSmarty: 2.0.2
JQueryTools: 1.3.8
CGBlog: 1.13.3

Config Information:
php_memory_limit:
max_upload_size: 32000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/Berlin
permissive_smarty: false

Php Information:
phpversion: 5.6.14
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 8192
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: Unlimited
register_globals: Off (False)
output_buffering: On
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 48M
upload_max_filesize: 32M
session_save_path: /var/tmp (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Software: Apache/2.2.31 (Unix)
Server Api: cgi-fcgi
Server Os: SunOS SunOS localhost 5.10 Generic_142901-13 i86pc On SunOS localhost 5.10 Generic_142901-13 i86pc
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.47
Server Db Grants: Could not find a suitable "GRANT ALL" permission, this does not necessarily lead to problems... But if you have problems installing/removing modules or adding and deleting items/pages this could be the cause!

Permission Information:
tmp: /mnt/weba/c2/23/53645323/htdocs/gh2/tmp (0750)
tmp_cache: /mnt/weba/c2/23/53645323/htdocs/gh2/tmp/cache (0750)
templates_c: /mnt/weba/c2/23/53645323/htdocs/gh2/tmp/templates_c (0750)
modules: /mnt/weba/c2/23/53645323/htdocs/gh2/modules (0750)
uploads: /mnt/weba/c2/23/53645323/htdocs/gh2/uploads (0750)
File Creation Mask (umask): /mnt/weba/c2/23/53645323/htdocs/gh2/tmp/cache (0750)
config_file: 0444
Last edited by Appolix on Wed Jan 06, 2016 12:21 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: [vr2.1.1] Error 503

Post by calguy1000 »

The CMSMS code does not at any time generate a 503 error.
With some quick googling (particularly related to Solaris). I found that the 503 error is probably caused by PHP crashing.

This can be due to a bug in your version of PHP compiled for your platform, or a configuration error in your PHP setup.

So... you will need to check your server logs, check your apache error logs, and see if there is anything that can give you a hint as to what is causing it, and then start googling.

Or, if this is not your server... then you will have to contact your host provider for assistance.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Appolix
New Member
New Member
Posts: 2
Joined: Tue Jan 05, 2016 12:58 pm

Re: [vr2.1.1] Error 503

Post by Appolix »

Thank you for your answer, the answer was a little easier than I had thought.. after checking my server logs and not finding anything I serched my provider in connection with the 503 error to find out they have a setting "Filter against guest book spam" which was on stopping the php script from changing the page template.

So anyone with a Strato server and a 503 error check the box under ServerSide Security :)
Post Reply

Return to “CMSMS Core”