When I changed the defined url, I can't page through

Discussion in 'PHP' started by chrisj, Dec 17, 2013.

  1. #1
    I'm using the PHPmotion script.
    I've changed the URL in SiteAdmin. I removed the http:// from the url setting there, so that it will work with an SSL.

    The file that I'm stumped with is the inner_member_profile.htm which is for the My Account part of the script. In this user account, thumbnail images of the users' uploaded videos appear there in their Profile.
    Below the row of thumbnails is page number links 1 2 3 4 Next >> (see attached image).
    Before the url change, I could page to the next page of thumbnails, but not after the change.
    Do you have any ideas? Any suggestion will be appreciated.
     

    Attached Files:

    chrisj, Dec 17, 2013 IP
  2. aidanriley629

    aidanriley629 Banned

    Messages:
    429
    Likes Received:
    23
    Best Answers:
    3
    Trophy Points:
    175
    #2
    Try using https instead of http
     
    aidanriley629, Dec 17, 2013 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #3
    sounds like one of your scripts might be blocked -- without seeing the site in question it's impossible to diagnose, but taking a wild guess I'd say you probably have an absolute URI in your markup that's pointing at http.

    When you go https, EVERYTHING -- images, style, scripts -- MUST be https or it will be blocked by the browser as a security risk. Check your <script src=""> in the markup and make sure none of them say http.
     
    deathshadow, Dec 18, 2013 IP
  4. chrisj

    chrisj Well-Known Member

    Messages:
    606
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    Thanks
     
    chrisj, Dec 18, 2013 IP