I have made a new installation of CMSMS:
----------------------------------------------
Cms Version: 1.11.11
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.7
ModuleManager: 1.5.8
News: 2.14.4
Search: 1.7.11
ThemeManager: 1.1.8
CGExtensions: 1.42.2
FrontEndUsers: 1.24
SelfRegistration: 1.8.2
Gallery: 2.0.1
CustomContent: 1.10
FormBuilder: 0.8
GBFilePicker: 1.3.3
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 256000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.3
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 256M
max_execution_time: 1600
output_buffering: 0
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 128M
upload_max_filesize: 256M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.83
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found
----------------------------------------------
I use this template:
http://www.cmstemplatebuddy.com/templat ... msms/3/008
----------
You may see the page here:
http://www.dombok.se
You may use self registration to register as a user here:
http://dombok.se/index.php?page=registrera-konto
(In swedish but it's nothing but the usual self reg...)
----------
I have set four pages as Protected Content, will show in menu when logged in.
I have placed a very simple form in one of the protected pages via an UDT:
Code: Select all
echo'
<div Id="uploaddiv">
<form action="http://www.dombok.se/index.php?page=registrera-post" method="post" Id="upload">
<input type="hidden" name="upload" value="upload">
<table>
<tr>
<td width="100px">Datum</td><td><input name="Datum"type="text" ><br /></td>
</tr>
<tr>
<td></td>
<td><input Id="sokid" type="submit" style="width:auto;" value="Spara och lägg till en ny"><input Id="rensa" name="Rensa" type="button" style="width:auto; margin-left:10px;" onClick="location.href=\'http://www.dombok.se/index.php?page=registrera-post\' "value="Rensa" /><br /></td>
</table>
</form>
</div>
';
Problems
1. If I try to submit this form I get kicked out of the session now and then, independent of what browser I use.
One way that I regularly can reproduce this is if I login from FF (usually I can submit the form, but not always) then logout, open Chrome and login and try to submit the form, kicked out.
2. How do I set up FEU to remember that I'm logged in even if I close the browser? If I login now, close the browser and open it again I can't access the protected pages.
As you may underastand this is not my comfort zone but I try to read all available instructions, but it's easy to overlook things.