[DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

Page 9 of 20 FirstFirst 123456789101112131415161719 ... LastLast
Results 121 to 135 of 295
  1. #121
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    I have no idea to be honest. I switched from firefox to chrome and it just went through.



    Does registration work by the way, I saw in your README it says to create admin account on step 3 on the install page but everytime I do no account appears in the database so cannot login. Again I am trying versions 11-17.
    I'll split the database in 3 differents files , maybe u have issues with timeout because the database its too big...

  2. #122
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    I'll split the database in 3 differents files , maybe u have issues with timeout because the database its too big...
    Possibly, everything else works fine now though just account creation im having issues with so cant go any further with it.

  3. #123
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    Possibly, everything else works fine now though just account creation im having issues with so cant go any further with it.

    After step 3 opens a blank page ?

  4. #124
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    After step 3 opens a blank page ?
    No I just cannot create an account on it. No account showing in database even after doing all the install steps.

  5. #125
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    No I just cannot create an account on it. No account showing in database even after doing all the install steps.
    Weird i'll test again my last commit ok ?


    UPDATES:
    - Register translations working 50%. (Only Portuguese now)

  6. #126
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    Weird i'll test again my last commit ok ?


    UPDATES:
    - Register translations working 50%. (Only Portuguese now)
    Yeah no problem. The only thing it says in debugger when I click register is that teste is not defined. No idea if that means anything. Just cannot create an account at all.

  7. #127
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    Yeah no problem. The only thing it says in debugger when I click register is that teste is not defined. No idea if that means anything. Just cannot create an account at all.
    That is a test function to add click event to open habboexperience (who not exists on install or Register), i will fix soon...


    UPDATE:
    - Now Register Translating working :D [PORTUGUESE/ENGLISH] ( Except for Alerts )

    NEXT:
    - Logout translate tags
    - Optimize Install (mickyc94 bug)
    Last edited by m.tiago; 20-12-18 at 10:05 PM.

  8. #128
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    That is a test function to add click event to open habboexperience (who not exists on install or Register), i will fix soon...


    UPDATE:
    - Now Register Translating working :D [PORTUGUESE/ENGLISH] ( Except for Alerts )

    NEXT:
    - Logout translate tags
    - Optimize Install (mickyc94 bug)
    Ahh right, who knows what my bug is then. Hopefully you can sort it out. Very good work up to now though, following it daily and you are making some good progress. Look forward to actually using it when bugs are ironed out.

  9. #129
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - Logout translate working

    WHATS NEXT:
    - Fix the instalation issues
    - Translate Install
    - Add new Features on Install
    - Change Ads system from static to array

    - - - Updated - - -

    UPDATE:
    - Install Issue Fixed ( i guess so )
    - Translate Install ( 30%)

  10. #130
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    UPDATE:
    - Logout translate working

    WHATS NEXT:
    - Fix the instalation issues
    - Translate Install
    - Add new Features on Install
    - Change Ads system from static to array

    - - - Updated - - -

    UPDATE:
    - Install Issue Fixed ( i guess so )
    - Translate Install ( 30%)
    Still nothing happening. Step 3 on install now says this at very top but still doesnt add anything to users table upon account creation.

    Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: no parameters were bound in C:\xampp\htdocs\Core\Settings\Models\HotelModel.php on line 57
    It says that but then when I click done it directs me to index.php but wont let me sign in and nothing created in database for that user.



    Last edited by mickyc94; 21-12-18 at 12:55 AM.

  11. #131
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    Still nothing happening. Step 3 on install now says this at very top but still doesnt add anything to users table upon account creation.



    It says that but then when I click done it directs me to index.php but wont let me sign in and nothing created in database for that user.



    I'll release a update with a debug option to show what sql stratment having issues...

  12. #132
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    I'll release a update with a debug option to show what sql stratment having issues...
    Hopefully the issue can be resolved. I can manually create an account by inputting data into the users table in the database and it will stay there but still unable to create an actual account through the CMS. Also rooms table the field 'id' needs to be set to AUTO_INCREMENT otherwise users are unable to create rooms. I had to manually change mine as no idea what SQL query would be to change that. Same goes for the items table as cannot purchase furniture when in game. There will probably be others but unaware at this time.
    Last edited by mickyc94; 22-12-18 at 12:48 AM.

  13. #133
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    Hopefully the issue can be resolved. I can manually create an account by inputting data into the users table in the database and it will stay there but still unable to create an actual account through the CMS. Also rooms table the field 'id' needs to be set to AUTO_INCREMENT otherwise users are unable to create rooms. I had to manually change mine as no idea what SQL query would be to change that. Same goes for the items table as cannot purchase furniture when in game. There will probably be others but unaware at this time.

    Are u sure u using the latest commit ? check if on core/install have all database structure split in different files...

  14. #134
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    Are u sure u using the latest commit ? check if on core/install have all database structure split in different files...
    Yeah definately using the latest commit, there are 39 SQL files where they are all split up. What version of Xampp are you using for it?
    Last edited by mickyc94; 22-12-18 at 04:17 AM.

  15. #135
    Novice kbpadro is offline
    MemberRank
    Dec 2018 Join Date
    4Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Great work!! Just a friendly advice. It is a good practice to name everything lower case. Unix systems are case-sensitives so Index.php is different to index.php. I tried to run this on Debian and had issues with paths. For example You have:

    Code:
    include "./Core/Classes/Hotel.php";
    include "./Core/Models/HotelModel.php";
    and the actual path to this file is with lower case:
    ./core/classes/
    ./core/model/



Advertisement