hellfire
12-04-2007, 12:02 AM
I have v6.1 as a licensed on another website and I am attempting to install the new v6.3.24 on a new website as a trial. If my customers likes it, they will buy the license.
I can't get past the Login Loop. :(
GoDaddy.com is my hosting company, running PHP 4.3.
I ran the tester and all things passed. I installed the Zend version auto-installer. The install completed just fine, until I needed to login. Welcome to the Login loop. The page would show that I had logged in, but was looping back.
I have contacted GoDaddy about the session path and they emailed me a simple php.ini file:session.save_path = /tmp
I created the directory "tmp" with permissions 777 and uploaded the php.ini file.
The login page then takes me to a page telling me Zend is not installed. Running the tester shows that Zend Optimizer fails and is not detected. Deleting the php.ini file and re-running the tester shows all things passed.
I found the Zend setting from GoDaddy and updated my php.ini file.
session.save_path = /tmp
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
The login page now doesn't show that I am logging in at all. It just loops back to the page.
setup page (http://www.shamanicdearmoring.com/calendar/setup/index.php)
I am a total noob when it comes to PHP.
What is going on and what do I need to do to fix it?
Why does the tester show sessions support, but I still have the login loop?
Thanks
I can't get past the Login Loop. :(
GoDaddy.com is my hosting company, running PHP 4.3.
I ran the tester and all things passed. I installed the Zend version auto-installer. The install completed just fine, until I needed to login. Welcome to the Login loop. The page would show that I had logged in, but was looping back.
I have contacted GoDaddy about the session path and they emailed me a simple php.ini file:session.save_path = /tmp
I created the directory "tmp" with permissions 777 and uploaded the php.ini file.
The login page then takes me to a page telling me Zend is not installed. Running the tester shows that Zend Optimizer fails and is not detected. Deleting the php.ini file and re-running the tester shows all things passed.
I found the Zend setting from GoDaddy and updated my php.ini file.
session.save_path = /tmp
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
The login page now doesn't show that I am logging in at all. It just loops back to the page.
setup page (http://www.shamanicdearmoring.com/calendar/setup/index.php)
I am a total noob when it comes to PHP.
What is going on and what do I need to do to fix it?
Why does the tester show sessions support, but I still have the login loop?
Thanks