Module Admin Panel Developer Tools -> Studio

hi,

i’ve upgrade my suiteCRM to version 7.9.4
but when i access module Admin and open module Studio, there’s none of module shows.
i’ve attach screen shoot.

Just try by giving a repair and rebuild. White screen sometimes appears after the upgrade, please switch ON php errors and see is there any fatal errors.

Also please check you file permission. is this UNIX or Windows environment?

hi nazi,

i’ve repair and rebuild, file permission have open too.
but it still blank.
there is no error, but list of module doesn’t show.
i use Windows Environment for my SuiteCRM.
thanks

This Error still not solve, even i’ve done running quick repair and rebuild.

any other advice to solve this?
thanks

air

Hello, I am also having the same problem already tried all the above mentioned options and did not solve.
Does anyone have a solution?

Can be a javascript error.

Take a look at “js console” of your browser and reload the studio page. There are errors? If yes, what kind of errors?

1 Like

you just go to admin->repair->quick repair rebuild.
then solve this problem

Problem is in .htaccess I found. Not sure how but there are many things in there that to secure install are put to 403 forbidden.

So far I have had to uncomment following to have things work properly. I will probably need to comment out more.

#RedirectMatch 403 (?i)/+vendor
#RedirectMatch 403 (?i)/+service
#RedirectMatch 403 (?i)/+build
#RedirectMatch 403 (?i)/+Api

This helped me find the problem. Thank you.

About .htaccess problems in recent versions, please see this

https://github.com/salesagility/SuiteCRM/pull/7762

1 Like

Should this list be safe and comment out the rest? (Uncommented are remainder shown in that link)

BEGIN SUGARCRM RESTRICTIONS

RedirectMatch 403 (?i)..log$
RedirectMatch 403 (?i)/+not_imported_.
.txt
RedirectMatch 403 (?i)/+(soap|cache|xtemplate|data|examples|include|log4php|metadata|modules|vendor|custom)/+.*.(php|tpl)
RedirectMatch 403 (?i)/+emailmandelivery.php
RedirectMatch 403 (?i)/+.git
RedirectMatch 403 (?i)/+.cache/
RedirectMatch 403 (?i)/+tests
RedirectMatch 403 (?i)/+RoboFile.php
RedirectMatch 403 (?i)/+composer.json
RedirectMatch 403 (?i)/+composer.lock
RedirectMatch 403 (?i)/+cache/+diagnostic
RedirectMatch 403 (?i)/+files.md5$

#RedirectMatch 403 (?i)/+upload/
#RedirectMatch 403 (?i)/+Zend
#RedirectMatch 403 (?i)/+vendor
#RedirectMatch 403 (?i)/+service
#RedirectMatch 403 (?i)/+build
#RedirectMatch 403 (?i)/+lib
#RedirectMatch 403 (?i)/+Api