Don't know whether this is web server related (Roxen Challenger with PHP 4.0.2 on Linux is the one my web hoster uses). I haven't experienced anything like that on my local testing system (regular LAMP with PHP 4.0.4). OK, here's what's happening:
The PHP scripts work fine (basically), but whenever I launch up into index.php (the main file) without any arguments in the URL the web server doesn't respond in any way (that means nothing will be returned to the browser). I tracked it down to the point, that I can use it all by passing the dummy argument "album=" with no value with the URL. Then it acts like it should be. Somehow the check for a value in the $album variable doesn't work or do anything in that system, and it stalls.
Any hints on how to solve it? Is it maybe server or PHP version related? Could the code be tweaked to circumvent this prob? I've tried out various things but unfortunately I can't offer any solution.
If anyone wants to check out the behaviour you can point your browsers to
Neale, if you'd want to add it to your sample sites, go ahead, I don't mind. The album system will (as soon as we can switch servers) also be ported to www.blue-devils.org.
BTW, only other things but style changed is a localization to German. Maybe that's something that could also be configurable e. g. in a locale.inc file. There are only very few lines to be fixed so it shouldn't be hard to even do it by simple PHP variables.
Guy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-02-12
Guy, could you open up a bug on this? If it's a bug, I'll remember to put Roxen on my laptop sometime and check out the problem :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Don't know whether this is web server related (Roxen Challenger with PHP 4.0.2 on Linux is the one my web hoster uses). I haven't experienced anything like that on my local testing system (regular LAMP with PHP 4.0.4). OK, here's what's happening:
The PHP scripts work fine (basically), but whenever I launch up into index.php (the main file) without any arguments in the URL the web server doesn't respond in any way (that means nothing will be returned to the browser). I tracked it down to the point, that I can use it all by passing the dummy argument "album=" with no value with the URL. Then it acts like it should be. Somehow the check for a value in the $album variable doesn't work or do anything in that system, and it stalls.
Any hints on how to solve it? Is it maybe server or PHP version related? Could the code be tweaked to circumvent this prob? I've tried out various things but unfortunately I can't offer any solution.
If anyone wants to check out the behaviour you can point your browsers to
http://www.kloss-familie.de/phpix/
Neale, if you'd want to add it to your sample sites, go ahead, I don't mind. The album system will (as soon as we can switch servers) also be ported to www.blue-devils.org.
BTW, only other things but style changed is a localization to German. Maybe that's something that could also be configurable e. g. in a locale.inc file. There are only very few lines to be fixed so it shouldn't be hard to even do it by simple PHP variables.
Guy
Guy, could you open up a bug on this? If it's a bug, I'll remember to put Roxen on my laptop sometime and check out the problem :-)