Hello,
I have set up new installation of SuteCRM 7.2.2 on Ubuntu/nginx/MySql . The process went ok and I have resolved majorite of the issues i found in the log. Now I have several problems
- [58384][1][FATAL] Job 102d5097-a962-3bfc-b42c-556ca6a7f05b (Run Report Generation Scheduled Tasks) faile in CRON run
2.[error] 1059#0: *110 FastCGI sent in stderr: “PHP message: PHP Notice: Undefined property: AOS_Product_Categories::$parent_category_id in /usr/share/nginx/html/modules/AOS_Prod$
PHP message: PHP Notice: Undefined property: AOS_Product_Categories::$parent_category_id in /usr/share/nginx/html/modules/AOS_Product_Categories/AOS_Product_Categories.php on line 62” while readin$
The second is related to Product Categories, more over when I specify a parent category for some product category the parent is also getting a parent category to the child. So it is like some endless loop between the two records.
- [1280][1][WARN] Image icon_Configurator_32.png not found
[1280][1][WARN] Image icon_Configurator_32.png not found
[1280][1][WARN] Image CreateFP_Event_Locations.gif not found
[1280][1][WARN] Image FP_Event_Locations.gif not found
[1280][1][WARN] Image dashboard.png not found
When I search for any of these images I can’t find them in the siteCrm folder
Can you please suggest how to resolve this issues.
I’m runing
- Ubuntu 14.04
- nginx nginx/1.8.0
-php-fpm
Thank you.