Is your web server really running as www-data:www-data? You’re not supposed to use those names directly from the documentation, you’re supposed to use the ones that actually apply to your system.
Otherwise, you’re really removing access when you mean to give access.
Thank you for your reply.
I am on Ubuntu 22.04. Here are some screenshots to support www-data runs Apache. Even I tired with the root user with 777 access.
May I know what I am supposed to do Repair and Rebuild? Because I am unable to redirect the admin page. When I click the admin link, it shows “Unexpected error when calling action”
I am not sure how this works in SuiteCRM 8, is there something under public/legacy/vendor?
I know there are also Symfony console commands in v8, from the top leve, something like
./bin/console suitecrm:repair
or ./bin/console suitecrm:app:repair
but I can’t try it right now. Try to find your way around that console, there’s probably a way to list all available commands.
Unrelated: did you do all the mod_rewrite configurations and web root, correctly? I don’t like the look of your URLs in the screenshots above, that “public” shouldn’t be there.
I updated vhost and document root. Still I am getting the issues.
I tried to migrate from the beginning with php 8.0. I am getting the issues. Please check the screenshot.
Dear @pgr,
I think it is the theme that creates the issue. I switched to the Suit 8 theme, pages are loading. But for Suit P theme, everything breaks.
Can you please tell me why this is happening? Or I need to start a new topic?