Search found 5 matches
- Fri May 29, 2026 12:23 pm
- Forum: Community Help & Support
- Topic: Install Configuration on Local PC
- Replies: 9
- Views: 1653
Re: Install Configuration on Local PC
Following some debugging using AI, I dtermined that the installation was failing at http://localhost/phoenix/install/install.php?step=4 because of a PHP version incompatibility. So, I just selected a different PHP version in my UniServer PHP selector and everything ran smoothly after that. UniServer...
- Thu May 28, 2026 11:21 am
- Forum: Community Help & Support
- Topic: Install Configuration on Local PC
- Replies: 9
- Views: 1653
Re: Install Configuration on Local PC
Thanks to ChatGPT I got my issue resolved. For anyone who has this issue in the future, you need to amend you config files as follows: 1/ includes/configure.php <?php // set the level of error reporting error_reporting(E_ALL); const HTTP_SERVER = 'http://localhost'; const DIR_WS_CATALOG = '/phoenix/...
- Thu May 28, 2026 9:53 am
- Forum: Community Help & Support
- Topic: Install Configuration on Local PC
- Replies: 9
- Views: 1653
Re: Install Configuration on Local PC
I run install as normal on localhost/phoenix/install/ but after collecting the store information, database etc, the install fails at http://localhost/phoenix/install/install.php?step=4 I examine my includes/configure.php and admin/includes/configure.php files but there are no values written into the...
- Thu May 28, 2026 9:24 am
- Forum: Community Help & Support
- Topic: Install Configuration on Local PC
- Replies: 9
- Views: 1653
Re: Install Configuration on Local PC
Hello! I use UniServer Zero XIV installed on the following folder:
D:\UniServer\www\
I have my phoenix files in:
D:\UniServer\www\phoenix
I also have other installs in my directory, for instance:
D:\UniServer\www\wordpress
D:\UniServer\www\
I have my phoenix files in:
D:\UniServer\www\phoenix
I also have other installs in my directory, for instance:
D:\UniServer\www\wordpress
- Thu May 28, 2026 7:13 am
- Forum: Community Help & Support
- Topic: Install Configuration on Local PC
- Replies: 9
- Views: 1653
Install Configuration on Local PC
Hello! I've downloaded your store app but want to test it on my local machine before I install to my website hosting account. Please can you tell me what settings/paths do I need to use in my configuration files for it to work?