Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Menu appears behind video


  • Please log in to reply
8 replies to this topic

#1 < no first name > Ming

< no first name > Ming

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 19 April 2011 - 11:47 PM

Hi there. Manage to setup the TubePress but the video is behind on top of the menu. Urgently need your help.
http://www.cityngv.c...ndar/videos.php

Would appreciate your help because we need to show the client in 2 days time.

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 22 April 2011 - 02:48 PM

Hi,

Did you manage to sort this out? I checked out your gallery in a few different browsers and didn't see anything unusual. Let me know what I'm missing and I'll be happy to help troubleshoot. Thanks!

#3 < no first name > Ming

< no first name > Ming

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 26 April 2011 - 08:50 PM

Hi there. Thanks for replying. The url was just a temp. I have transfered it to http://www.kotaiskan...com/videos1.php Then all the errors starts coming. According to my web guy, the hosting has upgrade to PHP5. So I am not sure what is going on. Your gallery will save me ALOT of work.

Please help. Need to get the gallery out soon.

#4 Tone

Tone

    Advanced Member

  • Members
  • PipPipPip
  • 49 posts

Posted 27 April 2011 - 08:35 AM

Your paths are messed up. Notice the double slashes between tubepress_pro and sys:
<script type="text/javascript" src="http://www.kotaiskandar.com/iskandar/tubepress_pro//sys/ui/static/js/jquery-1.5.1.min.js"></script>
<script type="text/javascript">function getTubePressBaseUrl(){return "http://www.kotaiskandar.com/iskandar/tubepress_pro/";}</script>

<script type="text/javascript" src="http://www.kotaiskandar.com/iskandar/tubepress_pro//sys/ui/static/js/tubepress.js"></script>
<link rel="stylesheet" href="http://www.kotaiskandar.com/iskandar/tubepress_pro//sys/ui/themes/default/style.css" type="text/css" />


#5 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 27 April 2011 - 12:18 PM

Also, the error message ("Fatal error: Call to undefined function mb_detect_encoding()") is saying that your PHP installation doesn't have the mbstring extension. As noted at http://tubepress.com/download/, this is a requirement if you're using TubePress in standalone PHP. I would ask your system admin to install the extension for you. Let me know how else I can help.

#6 < no first name > Ming

< no first name > Ming

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 27 April 2011 - 11:45 PM

thanks alot guys! But I gotta know if its also an issue if its using Windows Server. Our's not Linux.

#7 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 28 April 2011 - 05:12 PM

I gotta know if its also an issue if its using Windows Server. Our's not Linux.


The OS of the server shouldn't matter to TubePress

#8 < no first name > Ming

< no first name > Ming

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 04 May 2011 - 02:46 AM

hey guys! Thanks alot for looking out for me!Its all working now :D

It took those guys almost half a week to get the mb string extension installed.

Anyway you guys are awesome!

#9 < no first name > Ming

< no first name > Ming

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 11 May 2011 - 01:13 AM

Oh man....after getting the IT guy to install the extension, a new error appears. even on a blank page file ><

Error Message:
Error in my_thread_global_end(): 1 threads didn't exit PHP Warning: PHP Startup: Unable to load dynamic library 'D:\Program Files (x86)\SWsoft\Plesk\Additional\PleskPHP5\ext\php_exif.dll' - The specified module could not be found. in Unknown on line 0

We tried to load the mbstring extension first by configuring php.ini such that "extension=php_mbstring.dll" is placed before "extension=php_exif.dll" Still it doesn't work ><

Help would be much appreciated.