Chocolatey CMS - The Habbo.com Clone

Page 5 of 27 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 396
  1. #61
    Enthusiast S150217754 is offline
    MemberRank
    Feb 2017 Join Date
    45Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by Bubbo Hotel View Post
    Why I have this error? Can you help me please? I've done all the installation

    http://image.prntscr.com/image/f025e...a996ac2e33.png
    Missing of some vital vendor files. Already lodged this issue over github.

  2. #62
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by S150217754 View Post
    Missing of some vital vendor files. Already lodged this issue over github.
    Critical Issue Fixed. Git though that some vendor folders were git submodules.

  3. #63
    Novice Bubbo Hotel is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Did you fix it? I'm still having the same problem

  4. #64
    Member Spitty is offline
    MemberRank
    Oct 2014 Join Date
    SwedenLocation
    52Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    500 error when using CMS with IIS and the web.config provided

    Going to 'URL Rewrite' in IIS says "Line Number 4 - The configuration section 'rewrite' cannot be read because it is missing a section declaration"

    Can't import the htaccess file as it comes up with incompatibility errors etc.

    Any fix?

  5. #65
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    I get this:
    PHP Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in C:\xampp\htdocs\bootstrap\app.php:6Stack trace:#0 C:\xampp\htdocs\artisan(18): require()#1 {main} thrown in C:\xampp\htdocs\bootstrap\app.php on line 6Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in C:\xampp\htdocs\bootstrap\app.php:6Stack trace:#0 C:\xampp\htdocs\artisan(18): require()#1 {main} thrown in C:\xampp\htdocs\bootstrap\app.php on line 6

    I don't seem to be having much luck with this CMS :/

  6. #66
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by RetroPiggy View Post
    I get this:
    PHP Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in C:\xampp\htdocs\bootstrap\app.php:6Stack trace:#0 C:\xampp\htdocs\artisan(18): require()#1 {main} thrown in C:\xampp\htdocs\bootstrap\app.php on line 6Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in C:\xampp\htdocs\bootstrap\app.php:6Stack trace:#0 C:\xampp\htdocs\artisan(18): require()#1 {main} thrown in C:\xampp\htdocs\bootstrap\app.php on line 6

    I don't seem to be having much luck with this CMS :/
    What you downloaded this time?

    - - - Updated - - -

    I just checked line 65, nothing to cause error on line 65. Really. what the hell are you doing?

    - - - Updated - - -

    Quote Originally Posted by Spitty View Post
    500 error when using CMS with IIS and the web.config provided

    Going to 'URL Rewrite' in IIS says "Line Number 4 - The configuration section 'rewrite' cannot be read because it is missing a section declaration"

    Can't import the htaccess file as it comes up with incompatibility errors etc.

    Any fix?
    Can you tell me which error appears? To i deliver to you a valid .htaccess and you send me a converted web.config?

    - - - Updated - - -

    (I mean, which line gives error)

    - - - Updated - - -

    Quote Originally Posted by Bubbo Hotel View Post
    Did you fix it? I'm still having the same problem
    Which error???

    - - - Updated - - -
    @RetroPiggy discovered your error. Same as the earlier error. Fixing it now

    - - - Updated - - -

    Okay. Finally Fixed it.

    Thanks for the patience.
    @Spitty send me the errors when possible.

  7. #67
    Hello there RetroPiggy is offline
    MemberRank
    Aug 2013 Join Date
    UKLocation
    288Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Thanks for fixing that error. The command works fine now and the tables are created. However, still getting error 500 on api/public/registration/new with the captcha code still saying I need to be verified :/

    I feel as if I am starting to annoy you with all the errors im having :(

  8. #68
    Novice Bubbo Hotel is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Now it's work fine for me! thanks you very much!

  9. #69
    Member Spitty is offline
    MemberRank
    Oct 2014 Join Date
    SwedenLocation
    52Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by saamus View Post
    Can you tell me which error appears? To i deliver to you a valid .htaccess and you send me a converted web.config?

    (I mean, which line gives error)
    @Spitty send me the errors when possible.
    "Going to 'URL Rewrite' in IIS says "Line Number 4 - The configuration section 'rewrite' cannot be read because it is missing a section declaration""

    Line number 4 is where the error is at. Using the web.config provided in the git.

    I tried converting the .htaccess to web.config myself with 'import rules' on IIS, but incompatibility errors show: http://i.imgur.com/Rj80gLo.png

  10. #70
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by Spitty View Post
    "Going to 'URL Rewrite' in IIS says "Line Number 4 - The configuration section 'rewrite' cannot be read because it is missing a section declaration""

    Line number 4 is where the error is at. Using the web.config provided in the git.

    I tried converting the .htaccess to web.config myself with 'import rules' on IIS, but incompatibility errors show: http://i.imgur.com/Rj80gLo.png
    Can you try with latest source code from branch "development"? I commited a fix now. If works, send me the converted "web.config".

    Thanks!. And please any Issue/Question create it here.: https://github.com/sant0ro/chocolatey

    - - - Updated - - -

    Quote Originally Posted by RetroPiggy View Post
    Thanks for fixing that error. The command works fine now and the tables are created. However, still getting error 500 on api/public/registration/new with the captcha code still saying I need to be verified :/

    I feel as if I am starting to annoy you with all the errors im having :(
    Piggy if possible can you create an Issue on https://github.com/sant0ro/chocolatey?

    Also attaching a screenshot of the error in the network tab (Response Item).

    That will help a lot much.

  11. #71
    Member Spitty is offline
    MemberRank
    Oct 2014 Join Date
    SwedenLocation
    52Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by saamus View Post
    Can you try with latest source code from branch "development"? I commited a fix now. If works, send me the converted "web.config".
    The new htaccess imported fine, however the site now shows a 'HTTP 500 Error', no details or anything

  12. #72
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by Spitty View Post
    The new htaccess imported fine, however the site now shows a 'HTTP 500 Error', no details or anything
    That's weird :/

    I will need really do a study case for IIS.

  13. #73
    Novice xWonder is offline
    MemberRank
    Jan 2015 Join Date
    GermanyLocation
    3Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by Spitty View Post
    The new htaccess imported fine, however the site now shows a 'HTTP 500 Error', no details or anything
    Got the same problem. Imported well but HTTP 500 Error. Hope you can fix it :)

  14. #74
    Valued Member Anthologique is offline
    MemberRank
    Oct 2014 Join Date
    habboretro.frLocation
    135Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Hello,
    I have this error:
    Parse error: syntax error, unexpected '?' in C:\xampp\htdocs\app\Providers\ViewServiceProvider.php on line 25

    Whoops, looks like something went wrong."

    FatalErrorException in ViewServiceProvider.php line 25:syntax error, unexpected '?'


    • in ViewServiceProvider.php line 25
    • at Application->handleShutdown() in RegistersExceptionHandlers.php line 54
    • at Application->Laravel\Lumen\Concerns\{closure}()


    How resolve this please ?
    Thanks.

  15. #75
    Full-Stack Web Developer Emetophobic is offline
    MemberRank
    Jan 2012 Join Date
    Nice, FranceLocation
    238Posts

    Re: Chocolatey CMS - The Habbo.com Clone

    Quote Originally Posted by Anthologique View Post
    Hello,
    I have this error:
    Parse error: syntax error, unexpected '?' in C:\xampp\htdocs\app\Providers\ViewServiceProvider.php on line 25

    Whoops, looks like something went wrong."

    FatalErrorException in ViewServiceProvider.php line 25:syntax error, unexpected '?'


    • in ViewServiceProvider.php line 25
    • at Application->handleShutdown() in RegistersExceptionHandlers.php line 54
    • at Application->Laravel\Lumen\Concerns\{closure}()


    How resolve this please ?
    Thanks.
    The line 25 of the ViewServiceProvider uses what is called as a Null coalescing operator "??", which actually acts as a "if this is null set this to the value I've put on the right part of the operator", this operator is only available in PHP 7 and upwards, be sure to have it installed instead of a older version.



Advertisement