That error indicates that the SMTP server will not allow email from the address you specified in the admin panel, or that it will not email to the address that is being specified. Well you are right, it is SMTP related, thank you. I did it manually by telnet and found that the user was being sent t...
However, when someone clicks on "Register" and then click son "I am over 13.." they immediatly are give the message "Sorry, but this username has already been taken."
Upgraded to PHP.exe 4.3.10 replaced my files etc.. tried it with new php.ini and old php.ini file get same problem. Note: This is run on my own server Error I get with phpbb 2.0.11 and 2.0.6 Code: phpBB : Critical Error Error creating new session DEBUG MODE INSERT INTO phpbb_sessions (session_id, se...
(Edit: Updated info - figured out one problem) Ok more info. I was using PHP 4.3.3 and PHPBB 2.0.6 IF I copy the PHP 4.3.3 php_mssql.dll (I'm using MS SQL 2k) to the new 4.3.10 extensions folder, the Critcal error goes away on the 2.0.6 phpbb If I put back the php_msssql.dll from the new php 4.3.10 ...
Error I get with phpbb 2.0.11 and 2.0.6 before I upgraded it phpBB : Critical Error Error creating new session DEBUG MODE INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in) VALUES ('2b444c3644c16905e3ed52d9702c7b90', 2, ...
It does, I even ran that query statement through maually and I got back 0 results. I then manually added an item and a shop just to see if it would go away and it didn't. But the statement works just fine manually. Results are nothing though. Since I can't add an item because I don't get a drop down...
Yes, it's not phpbb causing this error, it IS a mod, but no one there seems to know the reason, so thought I'd just ask the general if this error has come up before or if anyone had any thoughts. I think the $result var is empty when it goes to the function. Just trying to figure out what that funct...