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 10 of 24

Thread: Many problems installing on vbulletin 5

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Sep 2015
    Posts
    13

    Exclamation Many problems installing on vbulletin 5

    Hello, i have some problems installing on vbulletin 5
    I have uploaded files, set my google api key and all needed settings on admincp

    When i tried to import the product-vbenterprisetranslator.xml i got the error:

    [QUOTE]
    Importing Product, Please Wait...

    [:]
    Warning: require_once(...//vbenterprisetranslator_functions_admin.php): failed to open stream: No such file or directory in .../includes/adminfunctions_product.php(881) : eval()'d code on line 2
    Fatal error: require_once(): Failed opening required '/home/forumsrv/public_html/core//vbenterprisetranslator_functions_admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forumsrv/public_html/core/includes/adminfunctions_product.php(881) : eval()'d code on line 2
    [\QUOTE]

    [\QUOTE]

    so i added this line to my "+core+includes+config.php" to decalre the "['Misc']['admincpdir']"
    [QUOTE]$config['Misc']['admincpdir'] = 'admincp';[\QUOTE]
    vbulletin 5.1.9 does not have this line from default.

    How can this xml ask for a variable that is not present??

    Anyway, after that it installed. I went to vbet settings and added my google api key and set all needed settings.

    After i edited my .htaccess and added first this lines (provided on do-not-upload+tools+redirecting-rules):
    [QUOTE]RewriteEngine On
    Options FollowSymLinks

    RewriteRule ^\?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)\archive\index.php\(.*)?$ archive\index.php?\$2&language=$1 [L,QSA]
    RewriteRule ^\?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)\$ index.php?language=$1 [L,QSA]
    RewriteRule ^\?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)\(.*)?$ $2?language=$1 [L,QSA]
    [\QUOTE]


    Did not worked at all, any language flag i selected language was still english

    then i added the rest lines on the .htaccess:
    [QUOTE]RewriteCond %{QUERY_STRING} !redirected=
    RewriteCond %{QUERY_STRING} !do=
    RewriteCond %{REQUEST_URI} !(admincp|modcp|clientscript|cpstyles|images|css|js|login|auth|ajax)
    RewriteRule ^(.*)$ vbenterprisetranslator_front_controller.php?redirected=$1 [L,QSA][\QUOTE]

    Worked, when i clicked on language flag it changed the forum language, BUT.. the image attachments were not showing and i could not logon on admincp,
    when i tried to login on admincp i got this error:
    [QUOTE] No input file specified. [\QUOTE]


    EDIT 2-10-15:

    Please read my last post on this thread to get helped for installing on vbulletin 5.1.9
    Last edited by rafail; 02-10-15 at 17:24.

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
  •