SuiteCRM 7.15.0 is Awesome!

Just installed SuiteCRM 7.15.0 on one of my Dev installs. WOW, no issues, no problems, all the new features seem to work without any problems! Setup the Google Oauth and calendar sync easily without issue! The documentation is a little sparse but I managed.

Congratulations to the dev team. This is a very smooth upgrade and all the features seem to work as expected. Plan to install it in my live envrionment tomorrow.

4 Likes

Could you please try out below on your v7.15?

Error: It does not support .jpg and .jpeg logos.

admin → System Settings → Select Logo

 The file format of the image must be JPEG or PNG. Upload a new file with the file extension .jpg or .png.

I just uploaded a PNG file, no problem. Check the allowed MIME types in your hosting.

Yeah, I am saying that we have issue with .jpeg and .jpg format.

Ah sorry I missed the part it was only JPG. Yes I can confirm JPG does not work. Convert it to PNG it works, just tested.

1 Like

I installed SuiteCRM 7.15 as a new clean install. (still scared about bugs in V8). I was looking to use the inbound email and calendar features. Remote LINUX server. SQL 8.4.3-3

Lots of the features are working great. I especially like the limit on how many emails to read at a time.

Getting more ambitious I started entering Projects and tasks. I love that relationships are already there. But keep getting a database failure SQL 1109 which puts an end to the joy…

Any ideas?

Hey Harvey, I’m successfully using projects and project tasks on 7.15 I”m using MariaDB 10.11. Do you have any other errors in the log that may help identfy the specific query causing the problem?

Error retrieving Project list:  Query Failed: (SELECT project_task.id ,  project_task.name ,  project_task.date_start ,  project_task.date_finish ,  project_task.assigned_user_id  ,  'projecttask' panel_name  FROM project_task  INNER JOIN  project projecttask_rel ON project_task.project_id=projecttask_rel.id AND projecttask_rel.deleted=0  where ( project_task.project_id='6077626b-c006-04c5-2dc5-69617e7ee788') AND project_task.deleted=0) ORDER BY project_task.project_task_id asc LIMIT 0,10: MySQL error 1109: Unknown table 'project_task' in order clause

SQL using innoDB

The error is very clear. You don’t have the table project_task in your database. Either a hiccup on install during db schema setup or the installer has a bug. Just create the table an you’ll be fine.

Before you do this run a quick repair and rebuild to ensure that it doesn’t get created automatically for you