• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Invalid or no certificate authority found, using bundled information

Started by major48,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

major48Topic starter

I keep getting a 500 error in my error logs:
Invalid or no certificate authority found, using bundled information

THe error happens twice with each page load.


It seems to be related to Facebook login function. I searched here and could not find anybody else having this problem so I am wondering if it is how my server is setup?

PHP has SSL included  '--with-openssl'
Apache as well: mod_ssl
cURL says yes SSL is installed and version is OpenSSL/0.9.8x

I have tried this solution I found on the web whereby I ad:
BaseFacebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false;
to the file callback.php and it does seem to fix one of the 500 errors. But the other error still persists and causes only half of the page to load when  it is triggered.

Any help would be appreciated.
  •  

PHPVibe A.


major48Topic starter

Yes I did try that already and even stated that I had tried that same solution offered at stackexchange in my initial post.

QuoteI have tried this solution I found on the web whereby I ad:
BaseFacebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false;
to the file callback.php

I have removed the Facebook app ID and secret from the admin on PHPVibe in Login Settings. I also set Facebook logins to NO. The error is gone, however, there are javascript errors telling me that I am missing the ID data. But the script should not be trying to contact Facebook anymore because I said NO to Facebook logins so why is it still trying to check that data?
  •  

major48Topic starter

On a sidenote. I also get this javascript error:

TypeError: $(...).tipsy is not a function
	
$('.tipN').tipsy({gravity: 'n',fade: true, html:true});


In the admin I get this error:
TypeError: $(...).wysihtml5 is not a function
	$('.html5edit').wysihtml5();


That second error seems to break the phpvibe.js script so that many of the other functions don't work like being able to select all checkboxes on the unpublished videos screen. So I commented out the line and then everything else works in my admin.
  •  

PHPVibe A.

Quote from: major48 on
Yes I did try that already and even stated that I had tried that same solution offered at stackexchange in my initial post.

I have removed the Facebook app ID and secret from the admin on PHPVibe in Login Settings. I also set Facebook logins to NO. The error is gone, however, there are javascript errors telling me that I am missing the ID data. But the script should not be trying to contact Facebook anymore because I said NO to Facebook logins so why is it still trying to check that data?

I think it's from the Facebook like in tpl/globals.php bottom of file:

  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId='.Fb_Key.'";

PHPVibe A.

It seems like the Jquery issues are Mozilla only? Can you confirm? I'll add a ticket about it.

major48Topic starter

I went ahead and created a new facebook app for this and now it all seems to work as it should.

As for the javascript errors they were due to a mixture of 3.3 install not being overwritten by the 3.4.

All seems to be working for the time being.
  •  

major48Topic starter

Ahh... and I think I just figured out another thing...

While I was debugging my issues I should have cleared the cache after I reuploaded all of the files for the 3.4 installation. So quite possibly some of my remaining errors were because the cached files were getting loaded. Because after at least 15 minutes or possibly more, things started working as intended. Most likely because the cache expired.
  •  

PHPVibe A.


Similar topics (7)