UG
Asked
downloaded fresh file, it doesn't initialize. at times it will not display anything
Attachments
- MSAnsweredHello,
Please check your server's php error logs and let me know the error details so that I can suggest.
Thank you - UGAnswered- Wampserver trace report -
File created by Wampserver install
[06-May-2023 17:26:25 UTC] PHP Fatal error: Maximum execution time of 360 seconds exceeded in C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Dbi\DbiMysqli.php on line 199
[06-May-2023 17:26:25 UTC] PHP Stack trace:
[06-May-2023 17:26:25 UTC] PHP 1. {main}() C:\wamp64\apps\phpmyadmin5.0.2\import.php:0
[06-May-2023 17:26:25 UTC] PHP 2. PhpMyAdmin\Plugins\Import\ImportSql->doImport() C:\wamp64\apps\phpmyadmin5.0.2\import.php:572
[06-May-2023 17:26:25 UTC] PHP 3. PhpMyAdmin\Import->runQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Plugins\Import\ImportSql.php:160
[06-May-2023 17:26:25 UTC] PHP 4. PhpMyAdmin\Import->executeQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Import.php:264
[06-May-2023 17:26:25 UTC] PHP 5. PhpMyAdmin\DatabaseInterface->tryQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Import.php:102
[06-May-2023 17:26:25 UTC] PHP 6. PhpMyAdmin\Dbi\DbiMysqli->realQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\DatabaseInterface.php:316
[06-May-2023 17:42:59 UTC] PHP Fatal error: Maximum execution time of 360 seconds exceeded in C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Dbi\DbiMysqli.php on line 199
[06-May-2023 17:42:59 UTC] PHP Stack trace:
[06-May-2023 17:42:59 UTC] PHP 1. {main}() C:\wamp64\apps\phpmyadmin5.0.2\import.php:0
[06-May-2023 17:42:59 UTC] PHP 2. PhpMyAdmin\Plugins\Import\ImportSql->doImport() C:\wamp64\apps\phpmyadmin5.0.2\import.php:572
[06-May-2023 17:42:59 UTC] PHP 3. PhpMyAdmin\Import->runQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Plugins\Import\ImportSql.php:160
[06-May-2023 17:42:59 UTC] PHP 4. PhpMyAdmin\Import->executeQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Import.php:264
[06-May-2023 17:42:59 UTC] PHP 5. PhpMyAdmin\DatabaseInterface->tryQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\Import.php:102
[06-May-2023 17:42:59 UTC] PHP 6. PhpMyAdmin\Dbi\DbiMysqli->realQuery() C:\wamp64\apps\phpmyadmin5.0.2\libraries\classes\DatabaseInterface.php:316
[26-May-2023 07:06:59 UTC] PHP Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'jbphijxp_update'@'localhost' (using password: YES) in C:\wamp64\www\1\index.php on line 226
[26-May-2023 07:06:59 UTC] PHP Stack trace:
[26-May-2023 07:06:59 UTC] PHP 1. {main}() C:\wamp64\www\1\index.php:0
[26-May-2023 07:06:59 UTC] PHP 2. mysqli->__construct() C:\wamp64\www\1\index.php:226 - MSAnsweredHello,
The errors are database base related for phpmyadmin.
You can access the installer in browser by adding `/install` at the end of your URL and perform installation.
I suggest to reintall the wamp. If you have other items running the you can try any other plateform like xampp. mamp, easyphp or laragon. I cna help with item related issue. I can't be of nay help for web plateform related issues.
Pleaes be informed that Simple POS required php7.4 ot php8.0
Thank you - UGAnsweredI am installing to configure locally and upload online thereafter, please how do I go about the database ?
- MSAnsweredHello,
I have no idea of your local setup as I suggest, you can start over again by install wamp server again.
I suggest you try install live server so that I can help you check.
Thank you - UGAnsweredhere is the errorAttachments
- MSAnsweredHello,
1. Please make sure that `.htaccess` file was move with other files. You can copy it from download file and paste to your folder agian.
2. Please check that mod_rewrite is enabled and configured to use the `.htaccess` from site folder.
3. Please make sure that the `base_url` in `app/config/config.php` is correct.
Thank you - Login to Reply