What does 'undefined' popup mean?

Hello,
When I am trying to click next on the “templates” section of setting up a campaign. I get the error message a popup that says “undefined”. Also get this in the admin Studio.

What could be causing this?

Version 8.3.0

Thanks

Hello @seventhcharlie

step - 1 : Clear your browser’s cache
step - 2 : Set file permission and ownership. Have a look the part of permission and ownership click here
step - 3 : Go to Admin and Repair and Rebuild

I hope this is helpful.

Thanks.

Hello @chirag_biz309
I have just repeated those steps and still getting the same issue.

Any other suggestions as to what might be causing this?

Thanks

Okay @seventhcharlie

Tell me one thing, are you running this SuiteCRM v8.3.0 locally or on server?

Make sure you’ve defined proper “RewriteBase” in the .htaccess file of your CRM.

File Path : /public/legacy/.htaccess

If you defined VirtualHost in etc/apache2/apache2.conf file like below screenshot then RewriteBase in your .htaccess like “RewriteBase /legacy/”

If you not defined VirtualHost in etc/apache2/apache2.conf file then RewriteBase in your .htaccess like “RewriteBase //public/legacy/”

Hello Urvi,
In the apache configuration I currently have:

DocumentRoot /home/crm/public_html

Then in the public/legacy folder I have the .htacesss that came with SuiteCRM.

Do I need to make changes?

Thanks

Here are 2 options for removing undefined from popup so you can use any one of them.

  1. You need to add “VirtualHost” in etc/apache2/apache2.conf file and RewriteBase in your .htaccess like in the below screenshot.

  1. You need to add only RewriteBase in your .htaccess like in the below screenshot.

1 Like