For example when a user thats already opted-in or subscribed tries to sign up again...it would throw an error because it already finds them in the database
If wanted to re-word one of those error messages...where would I find it?
(03-26-2009 12:52 PM)i2-Services, Inc. Wrote: [ -> ]/configs/config.php
Can you explain more details about what parameter must I change?
Thanks
(01-23-2010 08:33 AM)HowieHjones Wrote: [ -> ] (03-26-2009 12:52 PM)i2-Services, Inc. Wrote: [ -> ]/configs/config.php
Can you explain more details about what parameter must I change?
Thanks
if you are wanting to change the wording of the error message like I was...open up the file config/config.php in your php editor and then look at the very bottom on the text and you will see the error messages. I pasted the part of the code below....you would change part in bold
// Already a Subscriber Text
define('var_Already_Registered', "
You are currently a subscriber. Visit the Control Panel to view your account." );
// Check for Confirmation e-Mail
define('var_Waiting_Verification', "
Please check your e-mail account for your confirmation e-mail" );
maybe that helps?? is that what are you talking about?
some error can't handle. Example:
ERROR 1044: Access denied for user: 'ituser@mail.ramon.intranet' to database 'itcom'
This error ocurrs when a intent of a sql insert of no authorized user. The results: mysql_errno = 0 and the mysql_error = ""
Baltimore web design