Please, I have 2 major problems with the system 1- The first problem is when I import products, not all of them appear in the system, especially the products whose name is a mixture of Arabic and English, although the system tells me that all products have been imported, but when I check the products, not all of them appear, although I followed all the rules for the product file.
2-The second problem is when I export a specific report or export products, the export does not take place and this error appears “this page isnt error working http error 500” and this apache error log “[Mon Feb 06 22:35:08.559989 2023] [mpm_winnt:notice] [pid 20228:tid 388] AH00354: Child: Starting 150 worker threads.”
- MSAnswered
Hello,
-
If the instruction followed there should be such issues. You can check sma_products table in your database.
-
Please check your server’s php error logs and let me know the error details. The error is nto related. If you are not sure about server error logs, you can try enabling the app log by changing the
log_threshold
to 1 inapp/config/config.php
and then try to export again. Lastly check the latest log file in theapp/logs/
folder.
Thank you
-
- Mا
Mohamed Yhia (ضد العلمانية)
AnsweredRegarding the second problem this is error log “ERROR - 2023-02-09 00:17:35 --> Could not find the language line “site_logs” ERROR - 2023-02-09 00:17:35 --> Could not find the language line “set_avg_cost” ERROR - 2023-02-09 00:17:35 --> Could not find the language line “transferring” ERROR - 2023-02-09 00:17:35 --> Could not find the language line “required_invalid” ERROR - 2023-02-09 00:17:40 --> Severity: error --> Exception: syntax error, unexpected ‘|’, expecting variable (T_VARIABLE) C:\xampp74\htdocs\tediarypos\vendor\psr\simple-cache\src\CacheInterface.php 34”
- MSAnswered
Hello,
What’s your php version? SMA supported PHP 7.4, 8.0 & 8.1
You can try running
composer install
again to re-install the dependencies.Thank you
- Mا
Mohamed Yhia (ضد العلمانية)
Answeredthanks the problem is solved
- Login to Reply