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 - zzuzu

Pages: [1]
1
Bugs / 8: Undefined index: shop_menu_button error
« on: October 01, 2010, 07:11:57 pm »
I keep getting error:

http://xxx.com/index.php?action=post2;
xml8: Undefined index: shop_menu_button
File: /home/dmdcom/public_html/Sources/Subs.php
Line: 4391

On that line is:
Code: [Select]
'title' => $txt['shop_menu_button'],
Can anyone help me with it, please?

It also says

http://xxx.com/index.php?action=shop;do=invother2;member=mistyspice
8: Undefined index: cannot_shop_main
File: /home/dmdcom/public_html/Sources/Errors.php
Line: 201

that's
Code: [Select]
$error_message = empty($sprintf) ? $txt[$error] : vsprintf($txt[$error], $sprintf);

Pages: [1]