Search found 8935 matches

by Noxwizard
Sat Apr 13, 2024 6:05 pm
Forum: [3.3.x] Support Forum
Topic: PHP Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php
Replies: 5
Views: 666

Re: PHP Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php

Based on the line numbers, there should be another error message printed prior to those which is the actual error. The header errors are a result of the first error message being printed.
by Noxwizard
Sat Mar 23, 2024 9:45 pm
Forum: [3.3.x] Support Forum
Topic: Updating from 3.3.7 to 3.3.11 - Getting 500 error
Replies: 2
Views: 178

Re: Updating from 3.3.7 to 3.3.11 - Getting 500 error

Based on the error, it looks like phpbb\template\twig\node\expression\binary\notequalequal.php is missing. If it is, you should re-upload it from the Full Package download.
by Noxwizard
Tue Feb 20, 2024 12:54 am
Forum: [3.3.x] Support Forum
Topic: Every post goes to an error page or a blank screen on phone.
Replies: 13
Views: 1380

Re: Every post goes to an error page or a blank screen on phone.

BF004 wrote: Mon Feb 19, 2024 11:45 pm Or do you mean on the site host, blue host?
Yes, these types of error will show on the server's error logs. Sometimes they're available in your website's control panel and sometimes you need to ask the host.
by Noxwizard
Fri Feb 16, 2024 2:29 am
Forum: [3.3.x] Support Forum
Topic: Re: Fresh, clean install of phpBB 3.3 not working on MAMP - Installer timeout
Replies: 3
Views: 508

Re: Fresh, clean install of phpBB 3.3 not working on MAMP - Installer timeout

No real evidence to substantiate this but that pid exit signal illegal instruction error in the Apache log indicated that my CPU was trying to handle instructions that it just couldn't. Correct, this indicates that a program contains opcodes that the CPU does not understand. This is an issue with t...
by Noxwizard
Sat Feb 10, 2024 9:26 pm
Forum: [3.3.x] Support Forum
Topic: White screen after updating to 3.3.11
Replies: 15
Views: 630

Re: White screen after updating to 3.3.11

White pages typically indicate a suppressed PHP error. Those error should be in PHP's error log. If you don't see an error log, you need to check the PHP configuration, namely your error_log setting.
by Noxwizard
Fri Feb 09, 2024 11:56 pm
Forum: [3.3.x] Support Forum
Topic: Cannot get to ACP after PHP update
Replies: 7
Views: 435

Re: Cannot get to ACP after PHP update

Ice_Pyro wrote: Fri Feb 09, 2024 8:13 pm What version of phpBB are you using? phpBB 3.3.1
It looks like it might actually be 3.3.0 based on the line numbers in the error message. Either way, you should update to 3.3.11 which has better support for PHP 8 than the early versions of phpBB 3.3 did.
by Noxwizard
Wed Feb 07, 2024 2:31 am
Forum: [3.2.x] Support Forum
Topic: HTTP ERROR 500 crash after spambot change
Replies: 7
Views: 919

Re: HTTP ERROR 500 crash after spambot change

What version of phpBB and PHP are you running? You've posted this in the 3.3.x forum, but your previous posts indicate you're running 3.2.8. The files in the error message no longer exist in 3.3, so it does look like 3.2.x. Additionally, based on the error, you've updated PHP to 8.0+, which is not c...
by Noxwizard
Sun Feb 04, 2024 7:06 pm
Forum: [3.3.x] Support Forum
Topic: Need a little help with an old board forced to convert.
Replies: 10
Views: 476

Re: Need a little help with an old board forced to convert.

This line is the problem:

Code: Select all

ini_set(‘session.use_trans_sid’, false);
Those are not apostrophes ', they are UTF-8 left and right single quotation marks (U+2018 and U+2019). Replace them with normal apostrophes and re-upload the file.
by Noxwizard
Sun Feb 04, 2024 5:39 pm
Forum: [3.3.x] Support Forum
Topic: Need a little help with an old board forced to convert.
Replies: 10
Views: 476

Re: Need a little help with an old board forced to convert.

I cleaned up your error message a bit. It's complaining about config.php having unusual constants in it. Can you post your config.php with the user and password masked?
by Noxwizard
Fri Feb 02, 2024 3:06 am
Forum: Announcements
Topic: End of Support for phpBB 3.2.x
Replies: 0
Views: 15303

End of Support for phpBB 3.2.x

Hello, As of August 1st, 2024, we will no longer be providing support for phpBB 3.2.x. The support forums will be locked, but will be still be available in a read-only form for reference. All download links for phpBB 3.2.x will be removed. If you still need those packages, you will be able to obtain...
by Noxwizard
Sun Jan 28, 2024 10:09 pm
Forum: [3.3.x] Support Forum
Topic: After converting database forum not working ! Sorry cound not post to conv forum
Replies: 12
Views: 1134

Re: After converting database forum not working ! Sorry cound not post to conv forum

If you are editing those details in the database directly, you will need to purge the cache afterwards: https://www.phpbb.com/support/docs/en/3 ... pbb-cache/
by Noxwizard
Sun Jan 28, 2024 10:06 pm
Forum: [3.3.x] Support Forum
Topic: Error installing PhpBB3
Replies: 2
Views: 275

Re: Error installing PhpBB3

Try the troubleshooting steps here: https://www.phpbb.com/support/docs/en/3 ... meoutquot/
Then let us know if an error surfaces.
by Noxwizard
Tue Jan 09, 2024 2:11 am
Forum: [3.3.x] Support Forum
Topic: Ordered list causing HTTP error 500
Replies: 9
Views: 629

Re: Ordered list causing HTTP error 500

As you say, phpBB 3.3.x currently supports PHP 7.4 and 3.3.11 works correctly under it. To address your error, it looks like your PHP version may been set to PHP 8 at some point and then switched to PHP 7. The text rendering library we use will switch functions depending on which version of PHP is l...
by Noxwizard
Sat Dec 30, 2023 6:23 pm
Forum: [3.3.x] Support Forum
Topic: Posting is very slow
Replies: 2
Views: 475

Re: Posting is very slow

You should also check the error log in the ACP. Slow email servers can cause delays like this and if it errors out, those will be recorded in the ACP error log.
by Noxwizard
Sat Dec 30, 2023 1:52 am
Forum: [3.3.x] Support Forum
Topic: phpBB Oauth vs. OneAll Social Login with Facebook
Replies: 4
Views: 1418

Re: phpBB Oauth vs. OneAll Social Login with Facebook

That said, I'd prefer to use the native Oauth facility in phpBB. However, when I enable it, it does *not* request the user's email address; and the user must still register to create a new account if they don't already have an account to link to. Is there a way to change this behavior - so that php...

Go to advanced search