Search found 126 matches

by d1m0
Wed Oct 13, 2010 7:12 am
Forum: [3.0.x] Support Forum
Topic: white page on new phpbb
Replies: 4
Views: 277

Re: white page on new phpbb

What is the phpBB version of the old forum the database of which you are using for the upgrade?

Have you checked your error logs for any particular error that could be causing the white page?

It would also be best if you fill in the support template to tell us more about your forum.
by d1m0
Fri Oct 08, 2010 7:01 am
Forum: [3.0.x] Support Forum
Topic: 403 error when editing a post
Replies: 5
Views: 284

Re: 403 error when editing a post

The exact reason for both the 403 and 500 errors will appear in the Apache error log. If you have access to this log - check the errors - they should give you some hints about the possible solutions. And since the 403 error is a result from something your host did, you should contact them to have th...
by d1m0
Fri Oct 08, 2010 6:48 am
Forum: [3.0.x] Support Forum
Topic: my forum won't send a registration confirmation email
Replies: 4
Views: 1524

Re: my forum won't send a registration confirmation email

To enable allow_url_fopen, simply create a php.ini file and place this line in it:

Code: Select all

allow_url_fopen = on
If this doesn't help, you should contact your host and ask for help. The problem is clearly in their setup.
by d1m0
Wed Oct 06, 2010 6:44 am
Forum: [3.0.x] Support Forum
Topic: 500 Internal Server Error along with a 400 error
Replies: 4
Views: 1059

Re: 500 Internal Server Error along with a 400 error

When you have such HTTP errors on your site, it is a good idea to check your error logs before taking drastic measures such as reinstallation. The reason for a 500 Internal Server Error or a 400 Bad Request in many cases is a problem on the hosting server, not in the application you are using. Check...
by d1m0
Mon Oct 04, 2010 8:13 am
Forum: [3.0.x] Support Forum
Topic: PhpBB Caching
Replies: 6
Views: 485

Re: PhpBB Caching

Do you have a chat or shoutbox mod installed? Generally, these are the two types of mods that can cause high server load. If you want to stay at your current hosting plan, it would be best to disable/remove as many mods as possible. It is also possible that your forum is simply too popular and attra...
by d1m0
Fri Oct 01, 2010 6:51 am
Forum: [3.0.x] Support Forum
Topic: Restore users & post
Replies: 2
Views: 106

Re: Restore users & post

Users and posts are not kept in a folder, they are kept in database tables. The error you've received is not related to that. I would advise you to search this forum for "could not get style data" and try the solutions in the threads you find. If none of them works for you, fill in the sup...
by d1m0
Tue Sep 21, 2010 7:40 am
Forum: [3.0.x] Support Forum
Topic: Error when users post to forums
Replies: 3
Views: 148

Re: Error when users post to forums

The error "MySQL server has gone away" is most probably caused either by a crashed table or by a heavy SQL query which takes too long to execute and as a result the mysql server times out. If you have recently enabled any new mods, I would advise you to disable them and see if this helps. ...
by d1m0
Mon Sep 20, 2010 6:30 am
Forum: [3.0.x] Support Forum
Topic: Vew New Posts not working
Replies: 10
Views: 750

Re: Vew New Posts not working

Please fill in the support template to tell us about your forum and the exact error you get (if any). Then we might be able to help :)
by d1m0
Mon Sep 20, 2010 6:27 am
Forum: [3.0.x] Support Forum
Topic: Virtual Server - Security and other issues
Replies: 3
Views: 281

Re: Virtual Server - Security and other issues

Basically, it all depends on your VPS vendor and what sort of software and setup their hosting comes with. We cannot offer any advice unless you give more info about your virtual server such as what operating system it uses, what presintalled software it has (cPanel, Plesk), etc. All in all, if you ...
by d1m0
Mon Sep 20, 2010 6:18 am
Forum: [3.0.x] Support Forum
Topic: SQL ERROR [ mysql4 ] - Out of memory
Replies: 10
Views: 477

Re: SQL ERROR [ mysql4 ] - Out of memory

Provided that you have over 36 mods installed, it is no surprise that you are having such issues. I would advise you to disable as many mods as possible, this should significantly reduce your forum's memory usage and, hopefully, will resolve your issue. The other alternative would be to start lookin...
by d1m0
Wed Sep 15, 2010 7:30 am
Forum: [3.0.x] Support Forum
Topic: 500 error after trying to launch a mod exteral install file
Replies: 5
Views: 193

Re: 500 error after trying to launch a mod exteral install f

If it happens with all mods, I would say the problem is caused by incorrect permissions of the uploaded files. You can check your error log for the exact reason for the ISE. Try changing the permissions to 755 and see whether this resolves the problem. You may want to contact your host and ask about...
by d1m0
Tue Aug 31, 2010 6:42 am
Forum: [3.0.x] Support Forum
Topic: Errors
Replies: 4
Views: 211

Re: Errors

Obviously open_basedir is enabled and your phpBB folder is not included in it. You can add by creating a php.ini file containing: open_basedir = /path/to/your/phpbb The other alternative is to disable open_basedir for your account. However, depending on your host's setup, modifying PHP settings can ...
by d1m0
Tue Aug 31, 2010 6:28 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Website banner instead of forum logo
Replies: 3
Views: 238

Re: Website banner instead of forum logo

It is not easy to provide exact instructions without knowing more about your forum, theme used, flash banner you want to set, etc.

However, you can check this and this threads for more information. They should help you with you place a flash banner on your forum.
by d1m0
Fri Aug 27, 2010 10:02 am
Forum: [3.0.x] Support Forum
Topic: How to use eaccelerator or xcache with phpBB 3.07PL1
Replies: 9
Views: 2655

Re: How to use eaccelerator with phpBB 3.07PL1

APC should work without any problems. Just make sure you don't have Zend Optimizer enabled, because APC won't work properly along with Zend Optimizer.

Go to advanced search