Quote:
Originally Posted by Kiran-E-Sehar
what was that
my forum is not working now
when i opn any post it dosent show any thing except these errors
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4097
Warning: array_merge() [ function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 9
Warning: array_merge() [ function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1312) : eval()'d code on line 28
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5403) in [path]/includes/functions.php on line 3904
|
are you sure you downloaded / installed the correct version of this mod ?
that error posted seems like it's the version for vb3
make sure you grabed the version for vb4
if you can't turn off the hooks via admincp add this code to the very top of your config.php file and take the // out of the second line.. save and upload
// Setting the below will disable all hooks for me if I run into trouble.
//define('DISABLE_HOOKS', true);
this will turn off the hooks
then unistall the version you added and delete ALL the files upload ..
then re-install
then add the // back to the second line you added to the config file.. to turn the hooks back on..
hope this helps
Quote:
Originally Posted by Fakher
i see this error
The following dependencies were not met:
1. This product is not compatible with version 4.1.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
|
do this
Quote:
Originally Posted by Hippy
search for this (line 10)
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
and chagne it to this
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />
|