First of all, 1and1.com is having a great promo where they are giving away 3 years of professional hosting. Offer expires in a couple of days, so check it out quick. I don't work for them, but thought I'd pass the word.
Now, my problem. I want to use phpwiki on my free 1and1.com hosting deal. I can and have installed phpwiki on my own servers, but I am having troubles on their server. They support mysql and PHP. Now for my problem.
After I set up the index.php file with my DB settings, set the admin password, etc, I go to my page. The first error I receive during the initial "Loading up a virgin wiki" process: lib/CachedMarkup.php:35: Warning[2]: gzcompress: insufficient memory.
If I reload, it seems to load up the remaining pages and fix itself. I have toyed with this behavior by commenting out a couple of lines in CachedMarkup.php. Either way, it seems like I am getting all the pages copied to the database.
The real problem comes then, after the virgin wiki is loaded, and I go to the homepage for the first time, it is blank. All that exists is <html><body></body></html>.
So, I suspect my problem is the loading of the pages into the database. 1and1.com must have some memory limits or something. I attempted to do an install on my local freebsd box, dump the database, and load it to 1and1.com, but I could not get that to work either.
Any suggestions would be helpful.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wow - thanks. I've been pounding my face against my desk for two days. So, what's the deal - am I on a buggy version of PHP or something (i'm using 4.2.3)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey Guys,
First of all, 1and1.com is having a great promo where they are giving away 3 years of professional hosting. Offer expires in a couple of days, so check it out quick. I don't work for them, but thought I'd pass the word.
Now, my problem. I want to use phpwiki on my free 1and1.com hosting deal. I can and have installed phpwiki on my own servers, but I am having troubles on their server. They support mysql and PHP. Now for my problem.
After I set up the index.php file with my DB settings, set the admin password, etc, I go to my page. The first error I receive during the initial "Loading up a virgin wiki" process: lib/CachedMarkup.php:35: Warning[2]: gzcompress: insufficient memory.
If I reload, it seems to load up the remaining pages and fix itself. I have toyed with this behavior by commenting out a couple of lines in CachedMarkup.php. Either way, it seems like I am getting all the pages copied to the database.
The real problem comes then, after the virgin wiki is loaded, and I go to the homepage for the first time, it is blank. All that exists is <html><body></body></html>.
So, I suspect my problem is the loading of the pages into the database. 1and1.com must have some memory limits or something. I attempted to do an install on my local freebsd box, dump the database, and load it to 1and1.com, but I could not get that to work either.
Any suggestions would be helpful.
Thanks
set the compress output parameter in the index.php to false
Wow - thanks. I've been pounding my face against my desk for two days. So, what's the deal - am I on a buggy version of PHP or something (i'm using 4.2.3)?