Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - worm82075

Pages: [1]
1
Bugs / 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

Pages: [1]