I am using the 1and1 Home Linux plan, and I think that one is limited to 100 MB. I think I might call them up and see if they can do anything about it. Perhaps I could just buy an larger mysql database elsewhere and keep my hosting.
I understand what you are saying, but that does not answer my question. How can I get it to work with 100MB databases or what can I cleanup/compress to make it smaller?
I am using the latest version of phpBB3 with a MySQL4 database. The site has been running actively for ~4 years, so the database is getting decently big. My host, 1and1, limits databases to 100 mb max. It would be silly to spend like a much more for an upgraded plan when all I need is like 50MB more...
I just upgraded from RC3 to RC6 and there appears to a line break in the navbar. I am looking through the css files for a fix. If you know one do share.
I was thinking about doing that but couldn't quite work out what to put, on my previous 2.0.22 installation I used switches in the tpl files to determine what happened to the user. If the user was not logged in javascript would be used to redirect them to login.php?redirect= and the address to the ...
Thanks but I was hoping that the code I recieved would automatically redirect anonymous users to the login page, where if they succesfully login it sends them back to the previous page. Is this possible? PS - The user->data piece of your code was exactly what I wanted in the first part of my post, ...
I have an external page that I am working on that imports some of the phpbb functionality to grab data, like if the user is logged in or not. One problem is that it displays this error at the top of the page, but everything works fine. Is there any way to suppress this error? [phpBB Debug] PHP Notic...
I am having a similar error to simonw: SQL ERROR [ mysql4 ] Column 'module_auth' cannot be null [1048] SQL INSERT INTO phpbb_modules (module_basename, module_mode, module_auth, module_enabled, module_display, parent_id, module_langname, module_class, left_id, right_id) VALUES ('wp_united', 'index', ...
I am trying to build a website into my phpbb3 forum, but I have one problem. I need to get the username when the user is logged in. I though I could use the user_id and then do a mysql query for the username, but when I checked it in phpmyadmin it displayed the username as Blob[x Bytes] on the user ...