Illumina CMS [PHP, OOP, Phoenix/Butterfly, Updated]

Page 5 of 26 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 376
  1. #61
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by tomsandz View Post


    Why is my housekeeping like this?
    It's the log in page...

  2. #62
    Enthusiast Alexsander Lima is offline
    MemberRank
    Nov 2012 Join Date
    42Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Help ?
    con DB ?
    imagem.png

  3. #63
    Account Upgraded | Title Enabled! tomsandz is offline
    MemberRank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by Jonteh View Post
    It's the log in page...
    My bad, i was just having trouble with logging in it said "incorrect login" but i found out i had to change the hash to get it working. My "friends online" isn't showing I have friends online in user profiles, do you have any idea why? :D

  4. #64
    is it me or is it just .. duckietm is offline
    MemberRank
    Oct 2010 Join Date
    339Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    What did you change on the page as i am getting "incorrect login" as well ?
    I already set in the Config to use MD5 ....

  5. #65
    Mr VPS - Cheap VPS Server NOC is offline
    MemberRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    844Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by duckietm View Post
    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);
    }

    Quote Originally Posted by Alexsander Lima View Post
    Help ?
    con DB ?
    imagem.png
    your missing the points field from your users table

    Add it called points, type varchar

  6. #66
    is it me or is it just .. duckietm is offline
    MemberRank
    Oct 2010 Join Date
    339Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Hi,

    Thanks,

    But when i change ./engine/classes/class_users.php to :
    class UserManager {
    public function userHash($password, $username)
    {
    return md5($password);
    }
    It still doesn't work :(

  7. #67
    Novice SuperBored is offline
    MemberRank
    Mar 2013 Join Date
    4Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    [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.

  8. #68
    Mr VPS - Cheap VPS Server NOC is offline
    MemberRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    844Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by duckietm View Post
    Hi,

    Thanks,

    But when i change ./engine/classes/class_users.php to :

    It still doesn't work :(

    What cms are you using previously ?

    Quote Originally Posted by SuperBored View Post
    [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.
    Check your site config in Lightcms.php
    Last edited by NOC; 21-03-13 at 02:55 PM.

  9. #69
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by SuperBored View Post
    [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.
    Your CMS cannot grab the images. Make sure you have set the correct config.

    Quote Originally Posted by R3ap3r View Post
    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);
    }
    That's not needed anymore, I added a config option for hashing.

  10. #70
    Account Upgraded | Title Enabled! tomsandz is offline
    MemberRank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    "Friends online" on the user profiles aren't showing, how come?

  11. #71
    Apprentice Aytar Koobecaf is offline
    MemberRank
    Mar 2013 Join Date
    16Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    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:
    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[]& )

    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..

    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.

  12. #72
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by Aytar Koobecaf View Post
    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..

    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.
    Add this somewhere in your client.php:

    Code:
    $db->real_query("UPDATE users SET last_online = UNIX_TIMESTAMP() WHERE username = '" . USERNAME . "'");

  13. #73
    Alpha Member zMagenta is offline
    MemberRank
    Jun 2011 Join Date
    1,860Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    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

  14. #74
    Mr VPS - Cheap VPS Server NOC is offline
    MemberRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    844Posts

    [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Add iusr to your cache folder security with full control

  15. #75
    Proficient Member owot is offline
    MemberRank
    Jun 2010 Join Date
    185Posts

    Re: [REL] Illumina CMS [PHP, OOP, MySQLi, Uber 3]

    Quote Originally Posted by zMagenta View Post
    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
    Yeh change the permissions on your wwwroot folder so your user has full control. (done when you right click wwwroot).



Advertisement