What did you change on the page as i am getting "incorrect login" as well ?
I already set in the Config to use MD5 ....
In your Class.users.php
Replace
public function userHash($password, $username) {
return sha1(md5($password) . strtolower($username));
}
With
public function userHash($password, $username) {
return md5($password);
}
your missing the points field from your users table
Add it called points, type varchar
Hi,
Thanks,
But when i change ./engine/classes/class_users.php to :
It still doesn't work :(class UserManager {
public function userHash($password, $username)
{
return md5($password);
}
[HELP] Registration Form [HELP]
I need anybody's help because when I am gonna register my user on the Hotel, it would show this -CLICK ME-. Could you guys help me out with this problem I am encountering right now? Please PM if you know how to fix this problem.
Last edited by NOC; 21-03-13 at 02:55 PM.
"Friends online" on the user profiles aren't showing, how come?
Getting this error on my Phoenix Server people got trouble with getting connected with client. I hadden't this before.. I used RevCMS before never had people having trouble with connecting to the hotel/client. Please look at my errorlog:
Still using same server, same database did everything what sayed here on headtopic. But got problems and I need a fix because I cant figure it out search the forum and GOOGLE. But nothing and tryed by myself but no results. Is there someone with a fix?? Oh and even with a new database people got problem..22-3-2013 10:48:05: Error: System.FormatException: Input string was not in a correct format. at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:48:25: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:48:51: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:50:36: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:53:17: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:53:55: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(
)
at A..()
at A..( ,
)
at A..(Byte[]& )
22-3-2013 10:57:46: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )
22-3-2013 11:13:14: Error: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at A..(String )
at A...ctor(UInt32 , String , String , String , String )
at A. .(UInt32 )
at A. .(UInt32 )
at A..( ,
)
at A..(Byte[]& )
Never had this problem before with RevCMS but this CMS is so nice I wanna use it, and the CMS is causing this problem that people cant connect too the client. I have all configs good in the configuration of the CMS used MD5 hash so people can login with there old account but got problems with connecting to the hotel by client. And some account have NO problems.
I'm using IIS and I keep getting this error. (Normally it's a 503 server error, I turned error reporting to see what the problem was).
Code:Fatal error: Uncaught exception 'RainTpl_Exception' with message 'Cache directory engine/cache/doesn't have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/' in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php:319 Stack trace: #0 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(272): RainTPL->compileFile('index-top', NULL, 'engine/template...', 'engine/cache/', 'engine/cache/in...') #1 C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php(162): RainTPL->check_template('index-top') #2 C:\inetpub\wwwroot\index.php(31): RainTPL->draw('index-top') #3 {main} thrown in C:\inetpub\wwwroot\engine\classes\ext\class_raintpl.php on line 319
Add iusr to your cache folder security with full control