Did you fix it? I'm still having the same problem
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?
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 - - -
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 - - -
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.
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 :(
Now it's work fine for me! thanks you very much!
"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 - - -
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.
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.