AD
Asked
Hi,
I have installed Stock Manager Advanced on cPanel and it works ( very slow ), so I wanted to host on a personal Ubuntu & nginX server, but even after following your documentation in details it does not work.
2) Moved DB and content to Windows Server with WAMP installed, this also failed.
I also tried to modify the URL which based on your documentation is possible, but also not working ?
Can you please advise ? I want to host it on my office Windows Server with WAMP 3.2.3.
I have installed Stock Manager Advanced on cPanel and it works ( very slow ), so I wanted to host on a personal Ubuntu & nginX server, but even after following your documentation in details it does not work.
2) Moved DB and content to Windows Server with WAMP installed, this also failed.
I also tried to modify the URL which based on your documentation is possible, but also not working ?
Can you please advise ? I want to host it on my office Windows Server with WAMP 3.2.3.
- MSAnsweredHello,
Once you have moved the files and the database then you only need to update the config file. If it don't work after change the config files, please check your wamp error logs and let us know the error details so that we can suggest.
Thank you - ADAnsweredHi Mian,
Content and DB has been moved to windows server, and the config file has been altered accordingly. If I go to install page, it shows correctly but homepage not, it throws Error 500 and I do not get any error.log from WAMP, and access.log is attached
Please assistAttachments - MSAnsweredHello,
I need error log not access log.
You can enable app log by changing the `log_threshold` to 1 in the `app/config/config.php` and the perform actions again to produce errors. Lastly check the latest log in the `app/logs/` folder. - ADAnsweredHi Mian,
Please find below the log as described.
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
ERROR - 2020-09-29 13:04:37 --> Severity: error --> Exception: Call to undefined function mysqli_init() C:\wamp64\www\inventory\system\database\drivers\mysqli\mysqli_driver.php 135
ERROR - 2020-09-29 13:05:33 --> Severity: error --> Exception: Call to undefined function mysqli_init() C:\wamp64\www\inventory\system\database\drivers\mysqli\mysqli_driver.php 135 - MSAnsweredHello,
May I know your php versions? How have you installed the item? As I know installer checks for `php-mysqli` extension but your error saying `Call to undefined function mysqli_init` Please check `php-mysqli` extension and enable it. You can check with your Server admin/Host about this.
Thank you - ADAnsweredHi Mian,
Refer to attachment for details. I have installed this app on GoDaddy cPanel, and have taken a full backup which have restored on my local server. I am using WAMP to try and host it locally but this app is not working ! MySQLi Extension is enabled. I am the admin, so please advise what needs to be done.Attachments - MSAnsweredHello,
Please try with php7.4 if the extension enabled it shouldn't show such error. Is it working on the live server?
Thank you - ADAnsweredHi Mian,
Have been switching between 7.3 and 7.4 but unsuccessful. It is working on cPanel on GoDaddy ( Live ) but very slow, hence we want to host it internally. Call to Database ( Listing Products etc ) takes time on GoDaddy, even though the resources are more than required for your application. - MSAnsweredHello,
Can you test live demo, if it's slow too? The live demo is on AWS ec2 instance. You should consider SSD based VPS form any provider. DigitalOcean, Vultr and AWS are very famous and there are many others. 2GB RAM instance would be fine if no control panel. Otherwise if you install any control panel you will need 4GB instance.
As you want to install it locally, I suggest using any other platform than wamp server as you can get it working. The other options would be XAMPP, EasyPHP, MAMP, Laragon or WinNMP.
Thank you - ADAnsweredHi Mian,
Issue remains with XAMPP also ( screenshots attached ). The GoDaddy server where live site is hosted is on SSD. I have taken backup of running application along with DB and want to host locally.
Something is very wrong with this Application. It can not be only functional on cPanel ! What about small businesses who have a computer at their shop and want to use WAMP/XAMPP... to host it ?
Please escalate this issue to concerning team. - Login to Reply