-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By phillipschmitz
500 Error after the latest Core Update.
I have no idea why and what causes the problem, or how to solve it. (Maybe reupload the wire folder?)
Any ideas?
-
By karian
Hi, based on the work of @microcipcip and @gebeer (see their posts here and here), I put together a React + Processwire boilerplate (profile).
Here is the Github repository: https://github.com/lapico/process-react
Cheers,
K
-
By dweeda
I installed an SSL Certificate, then edited my .htaccess file:
# -----------------------------------------------------------------------------------------------
# 9. If you only want to allow HTTPS, uncomment the RewriteCond and RewriteRule lines below.
# -----------------------------------------------------------------------------------------------
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
by uncommenting out the Rewrite lines.
Now I get 404 error pages when I try go to any .../processwire-master/<pagename>/
This includes my admin page at .../processwire-master/processwire/, so i can't get into my admin.
What else do I need to do?
-
By louisstephens
So I recently upgraded my sandbox environment to the latest master version from .62(?). I logged in and received the following error:
"There appear to be multiple copies of module "AdminThemeUikit" on the file system."
Unfortunately, in my haste, I removed the theme from site->modules so it doesnt exist anymore, and the theme has defaulted somewhat to the old theme. Is there a way to restore UIkit as the theme for processwire natively, or do I need to completely re-install?
-