Quote:
Originally Posted by Cap'n Steve
Thanks, but that's not really the issue. I just don't have the time right now to give it the attention it needs, especially since the licensing changes mean that I'm probably going to stop using vBulletin completely.
|
Steve, this is sad news indeed. QuoteIt! is one of a handful of modifications which I deem essential to my vBulletin installation. Will you be permitting another developer to take over this modification? Unfortunately, I am not talented enough to offer this service myself. I have invested in VB4 already but will not be upgrading until key modifications are compatible (not to mention remaining bugs and shortcomings).
I receive the following errors on forumhome when I enable QuoteIt! within an upgraded test installation:
Quote:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: quote_listbit in [path]/includes/functions.php on line 3893
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1146) : eval()'d code on line 67
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: quote_randomquote in [path]/includes/functions.php on line 3893
|
Executing quotes.php results in the following:
Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1146) : eval()'d code on line 67
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: quote_listbit in [path]/includes/functions.php on line 3893
(REPEATED SEVERAL TIMES)
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3893
Parse error: syntax error, unexpected T_STRING in /ROOT DIRECTORY (REFERENCE REMOVED)/quotes.php(172) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: quote_filterbit in [path]/includes/functions.php on line 3893
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: quote_listquote in [path]/includes/functions.php on line 3893
|
Note that the page resolves normally after these error messages, though the style format is heavily broken when viewing the quotes page.
Viewing a post with an embedded quote displays the following, with no page resolution thereafter:
Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1146) : eval()'d code on line 67
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:4501) in [path]/includes/functions.php on line 3742
|
Does anyone know where to start with resolving these issues?