The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
That give me this php error:
Code:
Fatal error: Call to undefined function: curl_init() in /var/www/virtual/site.com/htdocs/forum/global.php(384) : eval()'d code on line 7 |
#12
|
||||
|
||||
That error is from not having curl configured on the server
If this is with a hosting company, you will need to have them install/enable it. If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server. If this is Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed. |
#13
|
||||
|
||||
In the other way.. using this code:
Code:
ob_start(); include('path/test/includes/dbar.php'); $includedphp = ob_get_contents(); ob_end_clean(); |
#14
|
||||
|
||||
And the error is?
|
#15
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showpost.php?p=1686626&postcount=5" target="_blank">https://vborg.vbsupport.ru/showp...26&postcount=5</a>
|
#16
|
||||
|
||||
According to your server's configuration, from the current location of vBulletin, you are only allowed to include files from:
Code:
/var/www/virtual/community.mysite.com/ /var/www/virtual/community.mysite.com/htdocs/ /usr/share/php/ /tmp/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|