How to install InvoicePlane through Softculous

Your post was flagged by the community.

The url in the config file of your setup is set to 127.0.0.1.

You need to ftp into your site and change the config file
it’s the ipconfig.php

Could you please explain ?
What should i do ?
I have installed it through Softculous

And I think this is the reason why:

  1. you should search for help there, as they maybe have their own installation way
  2. you are not able to install it, as InvoicePlane does have a very good and detailed manual/wiki where it is written how to install it and what the requirements are → WIKI

Yes, seems like hes trying to access it localy. But I honestly do not know if he maybe wanna run it on a local webserver :man_shrugging:

1 Like

I cant say anything about Softculous as I have never ever used it.
But thinks now are getting more clear as you provided more infos like the Config

I have called: http://invoice.goodlifefresh.in and I also have been redirected to http://127.0.0.7/index.php/welcome

So yes, something is wrong with your installation or ServerConfiguration.

Could you provide your .htaccess? or any serverrules you have implemented?
Somewhere you (or Softculous) implemented 127.0.0.7 as the Hostname/Domain.

As I have not set this up I dont know where exactly this redirect (302) happens. But InvoicePlane does not and never had redirected to any local IP.

Also: please use SSL (HTTPS) for applications like this :slight_smile: just to not send sensible informations like these getting handeled by InvociePlane unencrypted through the web

.

I would assume there are some missconfigurations with the cluster at Softculous side.

I would (if you have access to the cluster) try:

cluster up
cluster down
cluster up --public-hostname=invoice.goodlifefresh.in

But seems like the application is working properly as you get redirected to the URL /index.php/welcome then some weird server/cluster configurations kicks in and set the hostname to 127.0.0.7

Even if you call http://invoice.goodlifefresh.in/index.php/welcome the links inside the html are all set to “127.0.0.7”. Just search for some SERVER-Configurations containing 127.0.0.7 and edit them so they match your hostname

Thanks for your information

Yes sure…
Please wait !

.htaccess File

## If you are using a subfolder please remove the hash in front of the line ‘#RewriteBase /subfolder’
## and replace ‘subfolder’ with the actual name of your folder, i.e. ‘RewriteBase /invoices’

<IfModule mod_rewrite.c>

  RewriteEngine On
  RewriteBase /
  RewriteRule ^index\.php$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule . /index.php [L]
  
  ## Remove the hash in front of the following two lines if you want to force HTTPS
  #RewriteCond %{HTTPS} off
  #RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]


</IfModule>

I don’t have permission to access cluster from my web server !

What I would really recommend to you is:

Ask at Softculous for support. This is 100% not related to InvoicePlane itself.
I never had this issue and can not debug it, if you do not host it on your own server, but instead on Softculous.

Just call/write them and ask for, if they can check for some configurations that redirect to 127.0.0.7.
I can not help here much