![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]()
Posts: 4
Registered: 2007-10-20 |
Hi!!
First of all Id like to thx the MyUpb team... Great Stuff... Got it working in less that a year... hehe... Seriously... I needed a forum that I could easly customize and fit in my website.. Found It!! Please take a look, www.infobenidorm.net/benidorm-forum... I only can not get on thing working.. When a new user registers the Subject of the register email is always "no subject"... It even happens when registering in this site!! Any ideas...? Bye! Smoke hash and eat PHP. |
|
Last edited by: bunker on Oct 20, 2007 3:59:21 pm
| |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Open register.php in a text editor.
Find the line: PHP Code: if(!@mail($_POST["u_email"], $register_sbj, $register_msg, "From: ".$_REGISTER["admin_email"])) error_log ("Unable to send register email conformation to user: ".$_POST["u_login"], 3, "./logs/error.log");
and change it to: PHP Code: if(!@mail($_POST["u_email"], $_REGISTER['register_sbj'], $register_msg, "From: ".$_REGISTER["admin_email"])) error_log ("Unable to send register email conformation to user: ".$_POST["u_login"], 3, "./logs/error.log");
and then upload it to your server again myUPB Developer |
![]() UPB Graphics Designer
Posts: 79
Registered: 2007-07-04 |
I like what you have done with your site's skin!
![]() |
![]() UPB Team Member
Posts: 893
Registered: 2006-11-14 |
Wow, I also like what you did to your forum! Did the fix work?
--Jerroyd Moore
Bachelors of Science, Computer Science 2011 Jack Baskin School of Engineering University of California, Santa Cruz |
![]()
Posts: 4
Registered: 2007-10-20 |
Hi!
The Fix Works Fine! Saludos! |