-
Notifications
You must be signed in to change notification settings - Fork 10
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
attempting to run standalone does not work (for me) #88
Comments
The answer seems to be that it only works with php 7.1; it is very unhappy with any other version. |
@omz13 are you seeing this issue still? I'm able to run this locally with PHP 7.4 |
@jamietanna sorry to say, if I try PHP 7.4 (and I've tried 7.4.12 and 7.4.15 in my MAMP Pro environment) I still run into errors, although slightly different ones: e.g. On the dashboard, the first error thrown is a |
Make sure "short open tags" is enabled in your PHP config |
Thanks @aaronpk for the pointer... so, ahem, apparently, MAMP Pro defaults to short_open_tag to Off for each php version that it installs... I've tweaked my php.ini for 7.4.15 and all seems to be working |
great! I should probably just rewrite this to not use short open tags |
I'm trying to run micropub.rocks standalone in my test environment.
In `lib\config.php' I have set up my database and, importantly, set
The welcome page looks fine and informs me:
But I am not seeing the
home
ordashboard
tabs (as per micropub.rocks)... and if I try to access theServer Reports
tab, I'm getting a lot of errors such as:I assume this is because there's no endpoint configured, but I can't configure one because there's no
dashboard
tab to add one ( "Add new client").Any ideas?
The text was updated successfully, but these errors were encountered: