-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install not working #411
Comments
Hi Vezza. Can you try the latest dev build from this link? http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz What web server are you using? |
Same error... My web server is a Apache 2.4.41 on Fedora 30 x86_64 linux system. It seems to me that the install folder is missing inside the package... |
It's not missing, it uses mod_rewrite to rewrite the URLs... is Apache configured to use/parse |
So this seems to be working on an Apache/cPanel install: Make sure the directory you're pointing to for Apache is the public/ folder, not the root phpVMS folder. |
Actually I'm seeing some issues with loading assets. The easiest is just to point to |
Hi, Which is the last known good version which can be safely deployed on a live server? |
The dev version I linked to above |
BTW it hasn't been released yet, so I wouldn't use it for an active VA. I'm hoping to get this into a 2nd beta and released soon |
Thanks. There is definitely room for fixing the install process or the documentation. I have been scratching my head for the last two days trying to set it up, but just cant seem to wrap my head around it. I have it installed in a folder called phpvms. My (sub) domain used for testing is pointing to the /phpvms/public folder. When i launch the site, it goes to the page which says "phpVMS Not Installed" I hit the "Head on to the Installer" button and then i get : |
@cyrussutaria - what version of php? I had the same issue with php 7.2.21. After host updated to php 7.2.22 the issue was resolved. Not sure if it was the php version or that the host had mis-configured that php version somehow. Different releases of phpVMS v7 didn't matter. |
~$ php -v On my hosting providers control panel, the ver selected for php is 7.3 |
Yikes. Is the site using PHP 7.1 or higher? You can control that in cpanel |
That is the CLI version. phpinfo would show 7.3. I fixed the alias now. But same problem. Host is pointing to phpvms/public directory |
I don't think it's related to the PHP versions, is likely that Apache isn't
reading the htaccess file. Any errors in the logs? Without that is going to
be difficult to debug.
|
Hi, it was an error related to initial htaccess file. fixed with a simple / |
Do you know what exactly you changed, for future reference? Thanks!
…On Mon, Dec 16, 2019, 9:11 AM cyrussutaria ***@***.***> wrote:
Hi, it was an error related to initial htaccess file. fixed with a simple /
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#411>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYLGEDFYXWTSJXVFLYALLQY6EC3ANCNFSM4JC24LSA>
.
|
RewriteRule ^ index.php [L] Funny, but it worked. |
Describe the bug
I'm trying to install the latest beta version (7.0.0) but as soon as I click "Head to the installer" I get the 404 Not Found Error page and the following message:
Not Found
The requested URL was not found on this server.
Version
7.0.0 (beta)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
when you click 'Head to the installer' I'm expecting the installer page
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: