Plugin fail due to SSL error
-
I have had a plugin running from sometime now and then it stopped working. This is the code in question.
$url = plugins_url( '/' , __FILE__ ); $op = file_get_contents(plugins_url( '../PRTHSEL_Visualizer.html' , __FILE__ ));All the searching tells me it is a problem with the certificate. Inmotionshosting says it is my plugin. It is not telling me my path is inncorrect. I have this plugin running on a bluehost account no problem. Is there a different way to get file content to parse that works? I tried fopen and fread but I still get SSL errors.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Plugin fail due to SSL error’ is closed to new replies.