Wp Tiles Admin Options Broken after Migration to live server
-
I have a fix for those with the same problem. In my case, after a migration, my admin got broken, as the javascript, css and other plugin files couldnt be loaded, cause they had a wrong path (mysite.com/wp-content/myserverpath/wp-tiles, etc). What I did is change $vp_url in constants.php (inside the plugin dir) to:
$vp_url = plugins_url() . ‘/wp-tiles/vafpress-framework’;This problem should be addressed as I understand that using WP_CONTENT_DIR or dirname(__FILE__) inside a plugin is the culprit
- The topic ‘Wp Tiles Admin Options Broken after Migration to live server’ is closed to new replies.