[Bug] Changing wp-content folder and errors

edited September 2014 in Other
Hi

because of security considerations, I'm changing the wp-content folder to data (wordpress support this) and after this change, I get this errors in console panel in the firebug:

Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style-colors.php?ver=4.2
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style.php?ver=4.2
Failed to load resource: the server responded with a status of 404 (Not Found) http://domain.com/core/data/themes/images/top_bar_right_shadow.png
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style-colors.php?ver=4.2
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/core/data/themes/betheme/style.php?ver=4.2

How can I fix it?

Thank you.

Comments

  • Hi,

    if you changed wp-admin/ to data/ you should also change paths in style-colors.php and style.php files. After that everything will be fine.
  • Hi

    I'm sorry, It's typing mistake. I'm changing WP-CONTENT to data.

    I try to fix this myself and I changed style-colors.php and style.php and popup.php files. 

    But I report this issue to fix it in the next release. you must use proper API Instead of "wp-content" in your codes.

    Thank you.
  • But we do it with the best practice in accordance to wordpress API. It can`t be done other way. All good, customizable, top themes do it the same way because this is the only right way.

    Thanks for understanding!
Sign In or Register to comment.