https://anarchyhangout.000webhostapp.com/
https://anarchyhangout.000webhostapp.com/
Syntax error in template "file:/storage/ssd5/438/7682438/public_html/ow_system_plugins/base/views/components/sign_in.html" on line 3 "{form name='sign-in'}" unknown tag "form"
I think you have some missing or corrupt files...
What do you have for lines 101 and 108 in the following file:
/storage/ssd5/438/7682438/public_html/ow_utilities/url.php
Then on the client you want to access the install on (can be the same machine) you'll need to edit it's host file to associate that domain with the localhost AKA Loopback (127.0.0.1).
So on Linux (All I use) and Apple, the file is /etc/hosts:
127.0.0.1 your-domain-name-goes-here.com
Linux users, I leave to you on how to edit this file as you're more than capable!
Apple Users may need some help:
On Windows the file is at:
C:\windows\system32\drivers\etc\hosts
You'll need to edit that file with an Elevated Notepad process (Right click Notepad icon -> Run as Administrator)..
Hosts files take precedence over DNS so this is an effective way to attach the domain to your localhost for test / dev setups...
You'll also want to make sure the appropriate Apache modules are enabled like mb-string and rewrite..
I have a working Oxwall installs on PHP 7, even with mysqli disabled...
There are minimal changes needed to get it working actually...
I also have been successful with deploying local installs like you're doing, so it is possible and these are the keys you're missing...
Oxwall needs a domain to rewrite when client makes request ;-)