• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]

Newbie Spellweaver
Joined
Oct 13, 2019
Messages
11
Reaction score
0
Amazing release.
Could you provide a captcha validation?
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84
On the base.blade

From : <form method="POST" id="loginForm" ">

to : <form method="POST" id="loginForm" action="{{route('login')}}">

This will fix the error at the loginscreen:

Code:
{
        throw new MethodNotAllowedHttpException(
            $others,
            sprintf(
                'The %s method is not supported for this route. Supported methods: %s.',
                $method,
                implode(', ', $others)
            )
        );
    }

Thanks to Aussie.

Please note that the only problem with this that the maintenance setting doesn't work anymore.
 
Back
Top