Plugin Author
Ozh
(@ozh)
Most likely your server doesn’t want to process and load in browser the .css.php file. There’s a test file in the plugin dir to check that.
wooow thx can you pls tell me more about the test file and how to test it ?
Plugin Author
Ozh
(@ozh)
look for the test file in the plugin’s dir and load it in your browser
how ?
when I make the whole rout …
domain/wpcontent/plugin/ozh/////test.html
๐ didnt worked is there another way ?
I know that maybe its a bad question but can you help me pls ?
Plugin Author
Ozh
(@ozh)
….
Man, you look for a test file in the plugin’s directory. Oh, look, there’s a test.html in the /inc subdir, that’s probably it, don’t you think? So you load http://yoursite/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html just as explained in the plugin’s page on my site.
Load this file in your browser (http://yoursite/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html)
If you see anything but CSS code below, your problem is that your server disables PHP files execution when found in wp-content directory. It’s either done by a .htaccess rule you made, a plugin you uploaded, or sever configuration. In case 1 or 2, you’re on your own. In case 3, contact your server admin. In any case: this server limitation is totally useless regarding hacks and stuff. Just thought I’d let you know.
ok sorry for stupid qustion
this answer means that I shoud contact my prowider ๐
thx I am reporting this issue
Got exactly the same issue. If I try to run the test.html file via ftp, i get this:
http://ftp.nicolozarotti.com/public_html/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html
If I try to run it via http, i get “Nothing found” error:
http://nicolozarotti.com/public_html/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html
What can I do? I don’t even know where to start ๐
Plugin Author
Ozh
(@ozh)
http://nicolozarotti.com/wp-content/plugins/ozh-admin-drop-down-menu/inc/test.html is perfectly found
You’re mixing up physical path as seen in FTP (blah/public_html/dir/blah) with URL.
Thanks alot! How can I solve the htacess issue, so? I’m still learning everything on my own.
However, the CSS issue is not showing constantly: if I activate the plugin sometimes pages are shown normally and sometimes they are not.