Page 1 of 1

ImageManager [WORK AROUND] showing AdminPanel, and wrong [SOLVED] CSS path.

Posted: Sat Jun 09, 2007 11:00 am
by MacApp
This is my first CMS and i am testing it on my local network. After installation i have 2 problems: In both wrong situation i dont have errors on apache log file.

My configuration:
  • CMS Made Simple version 1.0.6
  • Mac OS X 10.3.9
  • Apache/1.3.33 (Darwin) PHP/4.4.7
  • PostgreSQL 8.1.3 on powerpc-apple-darwin7.9.0, compiled by GCC gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
Sorry for my bad english (i amĀ  Italian)
Thanks, MacApp

Re: ImageManager showing AdminPanel, and wrong [SOLVED] CSS path.

Posted: Sat Jun 09, 2007 1:04 pm
by MacApp
MacApp wrote:{...} {...}
Point 2 SOLVED replacing everywhere in "config.php" the hard coded (by installer) 'localhost' with a call to a function returning $HTTP_HOST.
Point 1 (ImageManager showing AdminPanel instead of a image list) still not working.
thanks, MacApp

Re: ImageManager [WORK AROUND] showing AdminPanel, and wrong [SOLVED] CSS path.

Posted: Sat Jun 09, 2007 3:27 pm
by MacApp
MacApp wrote:
  • The admin->Content->ImageManager is showingin the admin panel instead of a image list (see the attached image)
I solved changing php configuration parameter "session.auto_start" from 0 to 1. I dont know it this parameter settings is a request or not. Because of that i consider it a work around and not a solution. Any comment?
thanks MacApp