Gbook problem - No messages form
Gbook problem - No messages form
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
...AlenaK wrote:displays an error
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Gbook problem - No messages form
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'.Rolf wrote:...AlenaK wrote:displays an error
Page does not open
Re: Gbook problem - No messages form
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...
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...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Gbook problem - No messages form
Thank you.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...
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>
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 30Code: 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


