simplexml_load_file error
-
Hi, I am getting below error on my XAMPP. Cany anyone help please..
https://www.slideshare.net/api/2/search\_slideshows?api\_key=xxxxxx&ts=1413579243&hash=4a5a2485ebc026a59ef9f8168f1c9960f004023c&q=PHP&lang=en
Warning: simplexml_load_file(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\GraffitiWire\search_slideshow.php on line 27Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://www.slideshare.net/api/2/search\_slideshows?api\_key=xxxxxx&ts=1413579243&hash=4a5a2485ebc026a59ef9f8168f1c9960f004023c&q=PHP&lang=en" in C:\xampp\htdocs\GraffitiWire\search_slideshow.php on line 27
Technology News @ www.JassimRahma.com
-
Hi, I am getting below error on my XAMPP. Cany anyone help please..
https://www.slideshare.net/api/2/search\_slideshows?api\_key=xxxxxx&ts=1413579243&hash=4a5a2485ebc026a59ef9f8168f1c9960f004023c&q=PHP&lang=en
Warning: simplexml_load_file(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\GraffitiWire\search_slideshow.php on line 27Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://www.slideshare.net/api/2/search\_slideshows?api\_key=xxxxxx&ts=1413579243&hash=4a5a2485ebc026a59ef9f8168f1c9960f004023c&q=PHP&lang=en" in C:\xampp\htdocs\GraffitiWire\search_slideshow.php on line 27
Technology News @ www.JassimRahma.com
-
How? I have the following in my php.ini:
extension=php_openssl.dll
Technology News @ www.JassimRahma.com
-
How? I have the following in my php.ini:
extension=php_openssl.dll
Technology News @ www.JassimRahma.com
Jassim Rahma wrote:
How
Dunno, what does the manual say? Did you do a Google, or are you expecting me to? http://stackoverflow.com/questions/1705856/socket-transport-ssl-in-php-not-enabled[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
Jassim Rahma wrote:
How
Dunno, what does the manual say? Did you do a Google, or are you expecting me to? http://stackoverflow.com/questions/1705856/socket-transport-ssl-in-php-not-enabled[^]
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
I did. According to the article you mentioned, I should check the extension path and openssl extenstion. Here is my php.ini:
; On windows:
extension_dir="C:\xampp\php\ext"extension=php_openssl.dll
Technology News @ www.JassimRahma.com
-
I did. According to the article you mentioned, I should check the extension path and openssl extenstion. Here is my php.ini:
; On windows:
extension_dir="C:\xampp\php\ext"extension=php_openssl.dll
Technology News @ www.JassimRahma.com
Jassim Rahma wrote:
I did.
:omg: Ah, well, then I'll have to upvote you.
Jassim Rahma wrote:
Here is my php.ini:
Looks decent. Where did you download your XAMP? If I have the same copy I could give it a try in the weekend. Do take in account that the other domain probably does not fall under the certificate; you could test that by hosting some dummy-content on the original server.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]