🚀 DaVueTheme 1.0.1-beta release. Reactive theme for SuiteCRM is now available to download!

Dears, any response?

Hello haythamrajab!

Great job! Thank you for your contribution.
Let’s start in order…

You write:

it works fine with suiteCRM version 7.13.3 but doesn’t work with version 7.14.5 & 7.14.3

I remind you that version 7.14.5 has not been tested and has not been announced for support
More details here: release note
Its support is planned for the next release.

Please,

  • switch the User whose “My Activity Stream” breaks to the standard SuiteP,
  • open the ‘Home’ tab under it,
  • take a screenshot of the dashlet,
  • attach it here

Judging by the console, there is a problem with one of the values that your SuiteCRM instance gave

Next, you have screenshots of the ListView

  • Opportunities
  • Emails
  • AM_ProjectTemplates

The Emails and AM_Project _Templates modules do give errors, because they are still in development (updates in the next release)…
But Opportunities should work (if you have the latest version of DaVue, and the correct combination of SuiteCRM + PHP).

Sometimes, when navigating through the menu from a module with an error (for example, Emails), the error that occurred on it does not allow the rest of the process to work normally (Js features).

Try going to Opportunities and just refresh the page.

Please specify the versions:

  • DaVue
  • SuiteCRM
  • PHP

Hi,
I attached the image here.

Hi,

Regarding opportunities, I cleared everything then logged in and directly opened “Opportunities” but I got the same as the above screenshot, it doesn’t open and gave me some JS errors as per the screenshot.

DaVue: 1.0.1-beta build:1715902226
SuiteCRM: Version 7.13.3
PHP: 7.4

Kindly advise, when do you expect to release the new version?

The next issue is scheduled for early December =)

Hi @doappteam ,
Any idea why am I getting this detail view issue in all modules?
Edit view and list view is working fine.

I am using suite 7.13.3 along with php 7.4.33 but also tried with 8.0.33 (same issue).

I tried clearing cache, repair rebuild from admin - nothing works.

I tried debugging ajax call responsible for retrieving page data and this is what it returns:

It could be issue of custom fields or layout.

You can go to below location for all modules and check:

Admin → Studio → MODULE → Layouts → Detail View


In detail view, you can do reset to default for a module and check it.

I do not have any custom fields. I did fresh installation with seed data.

Hi!
Thanks for the help! =)))

We have been trying to reproduce this error for a long time and without success.

But thanks to two posts from haythamrajab and sadiq-soomro may have found the right direction.

You both use an Apache server running Windows, and we haven’t checked such a case.
All releases are usually tested on either Docker or Debian Linux…

There are known compatibility issues with PHP for Wamp and Lamp, this is primarily

  • namespaces
  • case sensitivity
  • file rights

and so on…

We will definitely raise the test contour for Wamp and try to release edits with the next release.

P.S. If you want to figure it out for yourself as soon as possible, then here’s a hint where to start working with XDebug

lib/DaVue/Controllers/SmartyController.php -> public function response()
point: $response = json_encode($this->response);

lib/DaVue/Controllers/ApiController.php -> public function response()
point: $response = json_encode($this->response);

Depending on the call, all server responses arrive at one of these points

Well, I will setup the debian linux on my VM and will try the release.
Thanks again for amazing work @doappteam .

1 Like

Thanks for your feedback. Does it mean that it won’t work on windows?

Hi @doappteam ,

hope everything is good at your side, any updates please?

Hi. Yes, everything is fine =)
We are completing the Email module and have started general testing before the release!
Here is a preview of the new UI for Email

2 Likes

@doappteam ,
Any idea when will it be made compatible with suite8?

Hi. Yes, support for SuiteCRM8 is planned, but a little later.
This is due to the fact that our commercial customers who had a request for a new UI are using version 7.

2 Likes

Hi @doappteam ,

any updates please

Hi @doappteam
Today I was trying the campaign creation. on opening any type I got the same error as shown in the attached shots.


also, when I’m trying to create a report and open it I got the following error:

also, I can’t find “charts” module in this version

Hi @haythamrajab

As we wrote above, we see the problem in the following:

But thanks to two posts from sadiq-soomro and haythamrajab, they may have found the right direction.
You both use an Apache server running Windows, and we haven’t checked such a case.
All releases are usually tested on either Docker or Debian Linux…

There are known compatibility issues with PHP for Wamp and Lamp, this is primarily

  • namespaces
  • case sensitivity
  • file rights

and so on…

We will definitely raise the test contour for Wamp and try to release edits with the next release.

It remains to wait quite a bit =))