• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] iam facing issues on ssl

Started by sharekhan,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sharekhanTopic starter

hi Guys..


i just install PHPVive on my server i have SSL certificate from Comodo, its not allowing me to edit all functions untill unload ssl error..

max some features iam not able to edit on ssl please look in to it
  •  

PHPVibe A.

Can you tell me which are those scripts? Jquery and Jquery Ui?

sharekhanTopic starter

idk which script under admin panel  when click on videos to import it never open the option untill i unload ssl.. even other admin option never opens..
  •  

PHPVibe A.

Click "learn more" and see if it lists the scripts, so I can help you with some fast editing.

sharekhanTopic starter

  •  

PHPVibe A.

Let's work on 3.5 since it's close, I will add a chooser for local files.
If you are really in a hurry, you will need to do some edits so it pulls jquery and jquery ui from your server, not google's cnd.

Can you wait?

sharekhanTopic starter

NP i will wait ..please add some themes to latest present one really sucks with white entire page..
  •  

PHPVibe A.

Themes are always a personal choice, what for some sucks, for others is awesome.
But, yet, we do have 12 themes in html state waiting for coding.

sharekhanTopic starter

  •  

Marius P.

You need to copy jquery and jquery ui and link them locally.

In tpl.globals.php change:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>



to


<script type="text/javascript" src="'.tpl().'js/jquery.min.js"></script>



and


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>



to



<script type="text/javascript" src="'.tpl().'js/jqueryui.js"></script>



Copy the 2 files to /tpl/main/js (jquery.min.js and jqueryui.js


Same goes for /moderator, where the file to edit is adm-functions.php





Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

This way the js files are not loaded from google cdn, but from your site and you will have no problems with ssl.
Why do you use ssl btw?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sharekhanTopic starter

I have main site on root and i use it /video under root.

Can you tell me how can i redirect it from http to https
  •  

PHPVibe A.

Hi, simply change the site_url in vibe_config.php and add the "s" to http

hamnawa

I have followed this tutorial on 3.4 but getting some missed design everything is appearing messy.

As far as I think changing the Google link from http to https should aslo work but What am i missing here?
  •  

PHPVibe A.


hamnawa

What configurations are needed to properly configure SSH with new version 3.6.

I have followed what is said above and result messy design.
  •  

PHPVibe A.

The tutorial works on 3.6, you just need to make sure you don't break code and that you download and upload the js files to their locations.

Similar topics (7)