Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 6 of 6

Thread: vBET doesn't work when PHP is run as an apache module

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,
    I will ask about that MichaƂ and write here

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    This feature use this function:
    time_nanosleep() but I checked it and this is supported on PHP 5 version.
    This is unavailable only for Windows versions below 5.3.

    You have a good version of PHP but probably you have an issue in your version of PHP.
    Here you have a full list of functions on your version:PHP Extensions List :: List all loaded extensions
    You can find there a time_nanosleep().

    We can make a test with this feature.
    1. edit your php file:
    Code:
    forum root/includes/vbenterprisetranslator_functions.php
    2. find and comment:
    PHP Code:
    if ($subTranslated && $vbulletin->options['vbenterprisetranslator_google_delay']) { 
    3.paste after this line (after comment)
    PHP Code:
        if ($subTranslated && $vbulletin->options['vbenterprisetranslator_google_delay'] && function_exists('time_nanosleep')) { 
    4. go to your admincp and enable this option.
    If it will be work - you have a problem with your PHP version (some issues - because function time_nanosleep doesnt exist).
    Last edited by kamilkurczak; 27-10-10 at 11:35.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •