quote:
Originally posted by Chrono
btw, if i enter the manager through this link: http://keystorm.net/KSMAS/index.php/
it wont display the avatars i have already uloaded (i mean, itwill show the red X instead )
It should return a 404 now
quote:
Originally posted by wu_tang
Erm, KeyStorm I am STILL getting the error wene uploading pictures. Here is the error this time:
Warning: Invalid argument supplied for foreach() in /home/www/web12/html/KSMAS/include/output.inc.php on line 16
Warning: Cannot add header information - headers already sent by (output started at /home/www/web12/html/KSMAS/include/output.inc.php:16) in /home/www/web12/html/KSMAS/include/output.inc.php on line 26
Erm Sean, let me tell you a couple of things:
- You were trying to upload? Well, output.inc.php is only included when it's time to show the avatar, nwhere else....
- Still? Looks fairly different from the last error you got.
- Erm.... Sean, you dont need to "erm" me each time you post some problem...
Now to the problem.
I've seen you caused the script to fail several times and in several ways because the session got closed whe it shouldn't and the only possible explanation to that error is that session keep closing themselves.
This can be caused by a couple of things: Opening pages in new windows or waiting too much so that the server kills the session.
Sessions rely mainly on the server, but a session is defined by an instance of the browser which has a unique id (you may have as many sessions as browsers open even without changing your IP). I've heard of browser mods that change the session-id somehow. If this is the case I can't do anyithing to help it. Just tell you to uninstall that crap.
I don't think there can't be any other explanation, though.