-
-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Less_Exception_Compiler #497
Comments
You can see the whole thing at (there is a lot more and it's easier to read there) |
What is the content of /home/sociallyuncensor/public_html/flarum/vendor/flarum/core/less/lib/variables.less? |
In addition in error_log these two lines keep repeating over and over (see below).... Follow up on your question in my next post. PHP Notice: Undefined variable: driver in /public_html/flarum/vendor/illuminate/support/Manager.php on line 84 PHP Warning: Missing argument 1 for Illuminate\Support\Manager::createDriver(), called in /public_html/flarum/vendor/illuminate/support/Manager.php on line 87 and defined in /public_html/flarum/vendor/illuminate/support/Manager.php on line 77 |
variables.less contents:
|
Also in error_log PHP Warning: Invalid argument supplied for foreach() in /public_html/flarum/vendor/flarum/core/src/Support/ExtensionsServiceProvider.php on line 28 |
Can you try a fresh install? Sounds like your installation is bonked somehow... |
I can. |
Also, in the future, when posting debug output, please wrap it in triple backticks (```). Otherwise, your issue ends up referencing a whole lot of other issue numbers (#XX). |
The more I know.... Thanks for the tip |
Looks like your base URL incorrectly has |
FYI, Flarum does not work without URL rewriting at the moment. We'll be working on that soon: flarum/issue-archive#390 |
Config had this 'url' => 'https://sociallyuncensored.com/index.php', So I removed the /index.php in it URL rewrite is indeed turned ON. |
IT WORKS !!! :) (so long as you leave out index.php) |
The text was updated successfully, but these errors were encountered: