Hello,
I bought the script and try to install, but: After step 3, it is always back to the beginning.
1) I choose the language.
2) All entries green/ok.
3) DB (Access data checked multiple times).
...and YES, I have read the forum entry "WHAT TO DO: cannot complete installation procedure? ",mod_rewrite is enabled.
Does anyone have an idea what else to try?
Thank you
Dirk
3.0.2 cannot install step3 to step 4
Moderators: alexandrleonenko, alexmst
-
- Site Admin
- Posts: 6195
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: 3.0.2 cannot install step3 to step 4
In index.php change
defined('APPHP_MODE') or define('APPHP_MODE', 'production');
to
defined('APPHP_MODE') or define('APPHP_MODE', 'debug');
and try again, do you see any error?
defined('APPHP_MODE') or define('APPHP_MODE', 'production');
to
defined('APPHP_MODE') or define('APPHP_MODE', 'debug');
and try again, do you see any error?
Re: 3.0.2 cannot install step3 to step 4
DEBUG-Modus is on.defined('APPHP_MODE') or define('APPHP_MODE', 'debug');
Console, Warnings, Errors (0)
Params (7)
Script name:
Script version:
Framework version: 1.2.2
PHP version: 7.1.7
DB: no
Total running time: 1.16682 sec.
Script running time: 1.16682 sec.
SQL running time: 0 sec.
Total memory usage: 199.1 kb
GZip Output compression: no
HTML Output compression: no
CSS Output compression: no
JS Output compression: no
Action: [ Clear Session & Cookies ]
Action: [ Clear Cache & Minified - 0 files ]
LOADED CLASSES:
Array
(
[0] => Modules\Setup\Controllers\SetupController
)
INCLUDED FILES:
Array
(
[0] => /var/www/clients/client38/web243/web/sandbox/protected/modules/setup/views/setup/index.php
[1] => /var/www/clients/client38/web243/web/sandbox/templates/setup/default.php
)
- Attachments
-
- install-step2.jpg (105.59 KiB) Viewed 7813 times
Re: 3.0.2 cannot install step3 to step 4
any idea?
-
- Site Admin
- Posts: 6195
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: 3.0.2 cannot install step3 to step 4
Do you see errors in debug panel?
Contact to support and provide them access to your site to check.
Contact to support and provide them access to your site to check.
Re: 3.0.2 cannot install step3 to step 4
DEBUG-Modus is on.
Console, Warnings, Errors (0)
Ok, I contact the support, thank you.
Re: 3.0.2 cannot install step3 to step 4
Thanks, support helped, now everything works.
The thread can be closed.
The thread can be closed.
Re: 3.0.2 cannot install step3 to step 4
Wish I could get to step3. After loading the application and trying to run it I get the following on the screen:
Database connection error!
This application is currently experiencing some database difficulties
Description: Missing database configuration file
File: /home/now50104/public_html/framework/db/CDatabase.php
Line: 103
If you're unsure what this error means you should probably contact your host. If you still need a help, you can alway visit ApPHP Support Forums.
The php file is where it is supposed to be but the system can not see it. How do I solve this issue.
Database connection error!
This application is currently experiencing some database difficulties
Description: Missing database configuration file
File: /home/now50104/public_html/framework/db/CDatabase.php
Line: 103
If you're unsure what this error means you should probably contact your host. If you still need a help, you can alway visit ApPHP Support Forums.
The php file is where it is supposed to be but the system can not see it. How do I solve this issue.
-
- Site Admin
- Posts: 6195
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: 3.0.2 cannot install step3 to step 4
Clean your protected/config/ folder and try installation again.