Hi,
I have been trying to install invoice plane on my local web server. I have downloaded all the files put them in a sub-directory under root and i keep getting an error that the setup page is not available.
Please assist anyone, is there something I am doing wrong?
Kovah
January 22, 2016, 7:02am
#2
Here’s the link to the InvoicePlan FAQ:
https://wiki.invoiceplane.com/en/1.0/general/faq#error01
And here are some threads that are already discussed this topic. Please try the solutions posted there first:
Hello
I'm trying to install invoiceplane I copied all files from master release,add .htaccess
After that i'm trying to start setup by enter localhost/index.php/setup or localhost/setup in browser But in both case where is an error
The requested URL /setup was not found on this server. or The requested URL /setup/language was not found on this server.
Language file present in /var/www/html/application/modules/setup/language
Can you help?
Thank you
I tried an upgrade from v. 1.0.2 to v 1.1, following the upgrade instructions, but when I type the url for setup, I get a 404 error.
I then tried a new install of v. 1.0.2 and was able to install successfully.
Did I miss out on anything?
I have extracted all the files to a subdirectory on my domain and now when i try to access sub_directory/setup it throws 404error. .htaccess is not the problem as i am using nginx. also i tried the virtualhost conf solution provided here, but it didn't work either. Have any idea what must be causing this?
here is my .conf
server {
server_name www.mydomain.com;
return 301 $scheme://mydomain.com$request_uri;
}
server {
listen 80;
root /var/www/mydomain.com;
index index.…
Need help urgently...
The setup link http://mydomain.com/setup is sending me to a 404 error page. I've successfully connected to the database after configuring the database.php file but the root is still saying that tables are missing. Is there any way i could obtain a mysql file with the default structure to setup the database manually?
hi,
i've started an AMI instance in amazon aws. I've installed php, httpd, mysql and they are all working fine.
i've copied the latest version of invoiceplane to /var/www/html. I see that all the files/directories are existent. I can retrieve the file license.txt from my browser. I created a phpinfo and the file gets parsed fine and i can see in my browser that mod_rewrite is enabled. The file. htaccess is also present.
Why am I still getting a 404 when trying to access http://my.ip…
I managed to install. Thank you for your assistance. I edited the htc access.
Kovah
closed
February 16, 2016, 1:21pm
#4
This topic was automatically closed after 24 hours. New replies are no longer allowed.