I have been using PHPIX for some time now with out any problem. I installed a new server and moved the album dir from one machine to the other. To the best of my knowledge the machine are setup identical. However when I go to the album now it will list the albums fine. However, when I click on any of the albums it just reloads the list of albums again. I have chmod 777 all the files I have chwon nobody.nobody. I have chacked that all the paths are correct. I am not sure why this stopped working. I am hoping that someone has seen the problem and it is jsut a simple fix.
Thank you for your time.
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any errors in the logs or other places?
It could also be that "register_globals" is disables.
PHPix relies on (this will change, since it is now not a "good thing") the get/post being globals, so the code is probably not getting any variables from GET, therefore showing the list of albums all the time. If you do not want to enable register_globals, check back in a few days and I will have the vars as $_REQUEST[var] to be a little more safe/clean.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been using PHPIX for some time now with out any problem. I installed a new server and moved the album dir from one machine to the other. To the best of my knowledge the machine are setup identical. However when I go to the album now it will list the albums fine. However, when I click on any of the albums it just reloads the list of albums again. I have chmod 777 all the files I have chwon nobody.nobody. I have chacked that all the paths are correct. I am not sure why this stopped working. I am hoping that someone has seen the problem and it is jsut a simple fix.
Thank you for your time.
Ben
I forgot to mention I am running apache 1.3.26 and php-4.2.2 I used Apachetoolbox to compile everything in one shot.
Are there any errors in the logs or other places?
It could also be that "register_globals" is disables.
PHPix relies on (this will change, since it is now not a "good thing") the get/post being globals, so the code is probably not getting any variables from GET, therefore showing the list of albums all the time. If you do not want to enable register_globals, check back in a few days and I will have the vars as $_REQUEST[var] to be a little more safe/clean.