Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
I'm trying to get an install of version 1.3.11 working. And I'm having a lot of problems.
It would not work on my windows development server. The install script wouldn't even run.
It installed after using root as the database username on my linux development server, but from there I cannot do anything with it because the applet won't do anything.
It installed on my hosting account without problems.. until I tried to log in. Then I got '22 Naahh.. it will not work!'.
I'm out of ideas for how to make it work.
**Issue fixed with different hosting provider.
Last edited by Tzolkin (04-10-2008 04:35:24)
Offline
It would not work on my windows development server.
That depends on how the server is set up, I guess. I test all my code under Windows with Apache and PHP. My PHP installation is not running as an Apache module, however.
It installed after using root as the database username on my linux development server, but from there I cannot do anything with it because the applet won't do anything.
As in, the applet won't run, the applet freezes, or it won't submit data? If it won't submit data, check that the web server will accept raw POST data (data that is streamed through sockets, and not HTTP formatted). I'm not sure what a default install of Apache does these days, especially on Linux.
22 Naahh.. it will not work!
Yep... that's the problem right there. At least one hosting provider has a security policy in effect that will not allow the "functions.php" file to run. I haven't found the specific code that triggers this. Most hosts do not have this problem.
Offline