Thank you for considering an update for the DaVueTheme to eliminate the Apache mode_rewrite and .htaccess dependencies. I appreciate the effort from your team!
I encountered a similar issue as reported by @quicktin. After installing the theme on SuiteCRM 7.14. After activating it for a user, I was redirected to “/suitecrm/app/?module=Home&action=index,” resulting in a page not found error. Do you have updated version of your theme to resolve this issue?
My second question, will you will be working on a version of the theme compatible with SuiteCRM 8.6 as well? If you could send me the test distribution, I’d be happy to help with the testing on my instance!
After configuring a domain name to point to the SuiteCRM folder, the issue was resolved, and I successfully connected to SuiteCRM with the DaVue theme installed. The current URL is now “http://suitecrm7.local/app/?module=Home&action=index”
Now, I am encountering a new issue. When I log into the CRM, I can see the menus and sidebar, but the main page is blank. My browser console shows a type error, as indicated in the screenshot.
I would appreciate it if someone could help me understand what the issue is and how to fix it.
Hi, Tom.S!
Sorry for the delay - we are currently preparing a big update of ‘doAppTheme’ and I apparently missed the notification.
A version for SuiteCRM 8 is planned, but later.
Regarding your mistake, we would really like to understand its causes (especially considering the upcoming release).
If it’s not difficult, please send in private messages:
config.php
config_override.php
your Apache server settings files
virtual host settings files
We will try to reproduce the case and make a fix for it.
P.S. Just in case, before sending all this, check the access settings (Roles and Groups) of the User under whom you are trying to use the theme.
Please note that I installed the “daVueTheme_v1.0.0-beta.zip” and “daVueTheme_v1.0.1-beta.zip” on both suiteCRM 7.14.5 and 7.14.0 but when I install and try to change the theme based on admin profile it redirects me to http://localhost/suitecrm7140/app/?module=Home&action=ListView
with the error
Not Found
The requested URL was not found on this server.
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 Server at localhost Port 80
Hi.
Check in config.php correctness of site_url - it should be in your case http://localhost/suitecrm7140
I also recommend checking that mod_rewrite for Apache is enabled.
PS… And sorry for the delay - the team was on vacation.
Now I could able to run the theme but, I am encountering a new issue. When I log into the CRM, I can see the menus and sidebar, but the main page is blank. My browser console shows a type error, as indicated in the screenshot.
Hi haythamrajab.
The entire installation process is shown from beginning to end in the video at the beginning of the topic.
You wrote earlier that you installed two versions of the theme. I hope you deleted the old version before installing the new one.
Next, you write that you are using SuiteCRM version 7.14.5.
Errors on your screenshots indicate that for some reason, a full response was not received from the server for Vue.
Pay attention release note to the CRM and PHP version compatibility table, as well as the supported versions.
I’m also still confused by the URLs on the screenshots. We are testing in Docker, we do not have such a problem…
Is it possible to test on a system without subfolders? so that the url looks like http://localhost/app/?module=Home&action=ListView
We are currently preparing a big update where planned
new reports
dashboard improvement
working with deals
email interface
also, if there is information for debugging, we will try to solve your problem
Thank you for your patience! Your contribution is very important to us!
We have outlined your request with the team and highlighted several points.
1 . Try logging in using DaVueTheme under a non-admin user.
2. In the screenshots we see the url http://localhost/app/?module=Home&action=ListView and error messages specific to dashlets.
2.1. Try, having previously logged in as a user with the DaVue theme, to enter a link directly in a new browser tabhttp://localhost/app/?module=Accounts&action=ListView - does the list appear?
2.2. Check the dashlets
switch the user to the SuiteP theme, go to the Home tab under it and delete all dashlets from the page, clean the browser cache
switch the user to the DaVue theme, go to the Home tab - does it open correctly?
if the previous point is successful - start adding dashlets - which one will break?
1 . Try logging in using DaVueTheme under a non-admin user. I already logging in using non-admin user which is “will” user in the sample data
2. In the screenshots we see the url http://localhost/app/?module=Home&action=ListView and error messages specific to dashlets. yes the error appears on home page (Dashboard)
2.1. Try, having previously logged in as a user with the DaVue theme, to enter a link directly in a new browser tabhttp://localhost/app/?module=Accounts&action=ListView - does the list appear?
it works fine with suiteCRM version 7.13.3 but doesn’t work with version 7.14.5 & 7.14.3
2.2. Check the dashlets
switch the user to the SuiteP theme, go to the Home tab under it and delete all dashlets from the page, clean the browser cache Done
switch the user to the DaVue theme, go to the Home tab - does it open correctly? Done, yes opened correctly
if the previous point is successful - start adding dashlets - which one will break?
*it broke in “My Activity Stream” *