My ImageManager shows the login page instead of the images and folders.
I have tried the solutions in thread http://forum.cmsmadesimple.org/viewtopi ... =8&t=37977, but none of them helped for me.
Another problem is that all pages show "Page not found" in the preview tab (not sure if that has something to do with the ImageManager-problem).
I have CMSMS version 1.9.4.1 installed.
I hope anyone can help me on this.
Cms Version: 1.9.4.1
Installed Modules:
CMSMailer: 2.0.1
FileManager: 1.1.0
MenuManager: 1.7.6
ModuleManager: 1.4.2
News: 2.11.2
nuSOAP: 1.0.2
Printing: 1.1.2
Search: 1.6.10
ThemeManager: 1.1.4
TinyMCE: 2.8.4
FrontEndUsers: 1.12.16
NMS: 2.3.2
Uploads: 1.12
CGExtensions: 1.25.4
CustomContent: 1.7.3
Gallery: 1.4.4
SiteMapMadeSimple: 1.2.2
Config Information:
php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 32000000
default_upload_permission: 664
url_rewriting: mod_rewrite
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.6
md5_function: Aan (Waar)
gd_version: 2
tempnam_function: Aan (Waar)
magic_quotes_runtime: Uit (Onwaar)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 120
output_buffering: 4096
safe_mode: Uit (Onwaar)
file_uploads: Aan (Waar)
post_max_size: 32M
upload_max_filesize: 32M
session_save_path: /var/lib/php/session (0776)
session_use_cookies: Aan (Waar)
xml_function: Aan (Waar)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.56
[Solved] Image Manager shows login page
[Solved] Image Manager shows login page
Last edited by Freud on Wed Jul 27, 2011 5:47 am, edited 2 times in total.
-
- Forum Members
- Posts: 18
- Joined: Fri Jul 18, 2008 11:56 pm
Re: Image Manager shows login page
Hi,
have you managed to solve this as I have exactly the same problem with version 1.9.4.2.
have you managed to solve this as I have exactly the same problem with version 1.9.4.2.
Re: Image Manager shows login page
Hello chatterbox,
I just returned from hollidays, so my response took a while.
Yes I solved my problem with the imagemanager.
The problem was the session.save_path in my php.ini-file:
I commented this line and the imagemanager works fine.
Hope this helps for you aswell.
I just returned from hollidays, so my response took a while.
Yes I solved my problem with the imagemanager.
The problem was the session.save_path in my php.ini-file:
Code: Select all
session.save_path = "/var/lib/php/session"
Hope this helps for you aswell.