Michael Hall Reply #1, 3 years, 4 months ago
The only way I was able to install this latest version was take the following action since the standard installation procedure led to an infinite loop in which the install/index.php file kept calling itself over and over.
The <head> section contains "" which apparently was causing my browser to reload the page repeatedly without doing anything else.
The action I took was to delete the echo and the exit statements from the initial loop-back block and to call the page with this syntax:
www.mydomain.com/install/index.php?action=language
The installation then succeeded and now seems to be working exactly as advertised. What am I missing here about the initial installation step? I haven't noticed anyone reporting this as an issue. I tried a clean install multiple times using Firefox 3 as my browser, but the result was always the same. Not until I followed the above steps was I able to install the software.
It seems like the session_test variable is not retained, but during the installation the configuration tests tell me that everything is configured correctly. Does anyone have any comments about this? Does this mean my session handling ability is incorrect even though the installation reports every aspect of my configuration is correct? How can I test for session-handling correctness and what would be the symptoms if session handling is not working correctly? I haven't as of yet detected any obvious errors with the installation.
The <head> section contains "" which apparently was causing my browser to reload the page repeatedly without doing anything else.
The action I took was to delete the echo and the exit statements from the initial loop-back block and to call the page with this syntax:
www.mydomain.com/install/index.php?action=language
The installation then succeeded and now seems to be working exactly as advertised. What am I missing here about the initial installation step? I haven't noticed anyone reporting this as an issue. I tried a clean install multiple times using Firefox 3 as my browser, but the result was always the same. Not until I followed the above steps was I able to install the software.
It seems like the session_test variable is not retained, but during the installation the configuration tests tell me that everything is configured correctly. Does anyone have any comments about this? Does this mean my session handling ability is incorrect even though the installation reports every aspect of my configuration is correct? How can I test for session-handling correctness and what would be the symptoms if session handling is not working correctly? I haven't as of yet detected any obvious errors with the installation.