Jump to content

Chad

Members
  • Posts

    2
  • Joined

  • Last visited

Chad's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The issue I had was jQuery was not loading because our site is running on "https" and jQuery was trying to load with "http". So just had to remove the "http:" in "core_htmlhead.php" (edit this file under the "admin" folder as well as the "core" folder) so it looks like this... <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
  2. I just finished installing phpVMS 7 following the README file on github. Where do I go from here? I'm assuming there is ( or I need to create ) an admin user? How do I create that user?
×
×
  • Create New...