Page 1 of 1
Gbook problem - No messages form
Posted: Sat Jun 18, 2016 9:18 am
by AlenaK
Good afternoon. CMSMS 2.1.4 and Gbook 2.2. Installation with no errors, but the administration is no button to "add a message". On the page is blank, there is no form of writing messages - Tag {Gbook}. When the tag {Gbook action="form"} displays an error loading the page. What could be the problem? Thank you.
Re: Gbook problem - No messages form
Posted: Sat Jun 18, 2016 10:22 am
by Rolf
AlenaK wrote:displays an error
...
Re: Gbook problem - No messages form
Posted: Sat Jun 18, 2016 2:21 pm
by AlenaK
Rolf wrote:AlenaK wrote:displays an error
...
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
Page does not open
Re: Gbook problem - No messages form
Posted: Sun Jun 19, 2016 11:15 am
by Rolf
I use Gbook on CMSMS 2.1.4 on several sites without issues.
So you probably have a problem at your web server.
Check your hosts Error Logs and post your system information here for us to see if something is wrong there...
Re: Gbook problem - No messages form
Posted: Tue Jun 21, 2016 11:02 pm
by AlenaK
Rolf wrote:I use Gbook on CMSMS 2.1.4 on several sites without issues.
So you probably have a problem at your web server.
Check your hosts Error Logs and post your system information here for us to see if something is wrong there...
Thank you.
Form guestbook works, but now the same error 500 when sending a message. Message when this error is added to the database, it is visible when the page reload.
htaccess
Code: Select all
# Attempt to override some php settings, these settings may be helpful on some hosts if your
# default configuration does not meet CMS's minimum requirements, and your host
# has given your account appropriate permissions
#php_value upload_max_filesize "10M"
#php_value session_save_path "tmp/cache"
#php_flag magic_quotes_gpc Off
#php_flag register_globals Off
#php_flag session.use_trans_sid Off
# (this is important, so uncomment if your host permit)
#Options -Indexes
#ServerSignature Off
#
Options +FollowSymLinks
#
<IfModule mod_rewrite.c>
RewriteEngine on
#
#Sub-dir e.g: /cmsms
RewriteBase /
#
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# but ignore POST requests.
#RewriteCond %{REQUEST_URI} !/$
#RewriteCond %{REQUEST_URI} !\.
#RewriteCond %{REQUEST_METHOD} !POST$
#RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
</IfModule>
Settings
Code: Select all
upload_max_filesize 2M
post_max_size 8M
register_globals Off
register_long_arrays Off
magic_quotes_gpc Off
allow_url_fopen Off
display_errors Off
error_reporting E_ALL & ~E_NOTICE
file_uploads On
memory_limit 128M
short_open_tag On
opcache false
ioncube false
zendencoder false
connection time 30
logs
Code: Select all
2016-06-22 01:13:43.327 [NOTICE] [] Content len: 1275, Request line: 'POST /index/otzovy HTTP/1.1'
2016-06-22 01:13:43.327 [NOTICE] [] Redirect: #1, URL: /index.php
2016-06-22 01:17:34.358 [NOTICE] [] Content len: 1140, Request line: 'POST /index/otzovy HTTP/1.1'
2016-06-22 01:17:34.358 [NOTICE] [] Redirect: #1, URL: /index.php
2016-06-22 01:37:37.212 [NOTICE] [] Content len: 1118, Request line: 'POST /index/otzovy HTTP/1.1'
2016-06-22 01:37:37.212 [NOTICE] [] Redirect: #1, URL: /index.php
2016-06-22 02:05:10.262 [NOTICE] [] Content len: 1140, Request line: 'POST /index/otzovy HTTP/1.1'
2016-06-22 02:05:10.262 [NOTICE] [] Redirect: #1, URL: /index.php