Error loading scripts(.js/.css) in admin area
-
I just installed the plugin and found it great, but I have a big problem of delay in loading the panel.

Something is wrong with loading scripts into the dashbord area and causing a majour delay in all areas of the dashboard.
There is a confusion with plugin_path, plugin_dir, plugin_url, which created a wrong url (non-existent) to call the files.
.
I suspect that the error is in using the defined directory variables
.
I set the variables in my wp-config.phpDefine('WP_PLUGIN_DIR', '/home/DOMAIN/public_html/PLUGIN-DIR'); Define('FTP_PLUGIN_DIR', '/home/DOMAIN/public_html/PLUGIN-DIR/'); Define('WP_PLUGIN_URL', 'http://SITE-DOMAIN/PLUGIN-DIR');From what i see “The Event Calendar” is using site_url + plugin_path
And not “plugin_url”
.
tanks
–
Translated by Google
The topic ‘Error loading scripts(.js/.css) in admin area’ is closed to new replies.