SMFShop > Bugs

bug in install_SMF1-1.xml

(1/1)

feeble:
since this is my 6th time installing SMFShop and on both linux and windows and using php4 and 5 setups.

im pretty confident that this is a bug.

please refer to


--- Code: ---<operation>
<search positon="before"><![CDATA[
'is_guest' => false,
]]></search>
<add><![CDATA[
// Begin SMFShop MOD Version New Version
'money' => $profile['money'],
// End SMFShop MOD
]]></add>
</operation>
--- End code ---

please note that even thou it does say before and not replace, it is actually removing the line
--- Code: ---'is_guest' => false,
--- End code ---

im puzzled myself, but its been breaking a few other packages and thought i might mention it. its quite vexing.

would it be possible to change the code to

--- Code: ---<operation>
<search positon="replace"><![CDATA[
'is_guest' => false,
]]></search>
<add><![CDATA[
'is_guest' => false,
// Begin SMFShop MOD Version New Version
'money' => $profile['money'],
// End SMFShop MOD
]]></add>
</operation>
--- End code ---

for future versions.

Daniel15:
Ah, I see the problem (look carefully at positon).
I'll post an update very soon.

EDIT: OK, the bug has been fixed. Please download the latest SMFShop package, and verify that it works correctly.
If you really want to know what it was, click here :P
 

feeble:
lol, yeah ok, looked over it.

cant blame me for missing that, ive got a cold. lol.

but then again thats been a bug for a while.

thanks for fixing it so fast as well aye

Daniel15:

--- Quote ---lol, yeah ok, looked over it.

cant blame me for missing that, ive got a cold. lol.
--- End quote ---
Yeah, I didn't notice that either :P.

Navigation

[0] Message Index

Go to full version