Author Topic: installation error smfshop 3.0  (Read 2327 times)

Offline worm82075

installation error smfshop 3.0
« on: March 02, 2008, 06:24:37 pm »
your mod installed fine and operates well as far as i can tell. problem is i tried to install another mod and got a failed test on post.php file. upon investigation of the mod's xml i see that it is searching for this code block
Code: [Select]
createPost($msgOptions, $topicOptions, $posterOptions);

if (isset($topicOptions['id']))
$topic = $topicOptions['id'];
}

upon investigation of the post.php I found that the code for smfshop was inserted into the center of that code block.

looking at the install_smf1-1.xml i see that is exactly what it was told to do
Code: [Select]
<operation>
            <search position="before"><![CDATA[
createPost($msgOptions, $topicOptions, $posterOptions);

]]></search>
            <add><![CDATA[
// BEGIN SMFShop New Version (Build 12) code
i was trying to install the tagging system
and  your's was a fresh install
just thought i would give you a heads up
« Last Edit: March 02, 2008, 06:26:24 pm by worm82075 »
Our Site is Nearly Complete