Forum

[SOLVED] Since upgr...
 
Notifications
Clear all

[SOLVED] Since upgrade to 6.0.5 not able to save any data. Always gets Technical Error

31 Posts
3 Users
0 Reactions
31.8 K Views
(@iconic)
Posts: 280
Active Member
Topic starter
 

I tried removing php-mbstring from easyapache4 and installed it again but still no luck.
I tried to find any errors generated by ProjeQtOr. Cpanel by default set it up like wherever error occurs it logs it into error_log file in folder but there is no such file showing any kind of error.

Is there any way we can check log to find out what is going on? Also I doubt my php.ini config is not according to ProjeQtOr requirment, so is there any way I can find out which config settings needs to be changed?


 
Posted : 15 Feb 2017 6H21
(@babynus)
Posts: 14952
Member Admin
 

You must check projector log file in projeqtor/files/logs and apache error log file (may content explanations)


 
Posted : 16 Feb 2017 0H51
(@iconic)
Posts: 280
Active Member
Topic starter
 

Okay, finally found error in logs, I am receiving following error most of time.

Error on SqlElement to get 'idTargetVersion' for Class 'Activity' : field 'idTargetVersion' not found in Database.


 
Posted : 16 Feb 2017 7H38
(@babynus)
Posts: 14952
Member Admin
 

Do you have some customized screen ?
If so, get to /model/custom, open Activity.php file and remove line with idTargetVersion (it should be something like public $idTargetVersion;
(this field was renamed to idTargetProductVersion)


 
Posted : 16 Feb 2017 20H53
(@iconic)
Posts: 280
Active Member
Topic starter
 

I commented line public idTargetVersion from /model/custom but now i am receiving following error

Error on SqlElement to get 'idTargetVersion' for Class 'Activity' : field 'idTargetVersion' not found in Database.

I did not see updated field name idTargetProductVersion. I also tried clearing cache.
The database version and application version is 6.0.6.
One more thing I do not have any kind customization done in software as per my knowledge so I believe we do not have customized screen so what to do?
In /model/custom I have two files which are _securityCheck.php and Activity.php


 
Posted : 17 Feb 2017 8H04
(@babynus)
Posts: 14952
Member Admin
 

If you do not have customization, just remove /model/custom/Activity.php
(rename it for instance as Activity.php.sav to keep trace, in case of...)


 
Posted : 17 Feb 2017 10H16
Page 2 / 2
Share:

Scroll to Top