Starter Pack
-----
| Author | Message | |
|---|---|---|
|
Gephri |
||
| Fri Nov 17, 2006 11:36 am Post subject: Starter Pack | ||
|
During installation of Starter Pack 1.0.0 I can not find the following code in admin/admin_shop.php
Code: else { message_die(GENERAL_MESSAGE, 'Invalid Action'); }
Can you tell me where to place the code for this mod Code: elseif ( $action == 'starter' )
{ $sp_admin->show_admin(); } Thanks! PS you may want to correct the file name to match the install instructions from shop_starterpack_config.tpl to shop_startpack_config.tpl |
||
|
Thoul |
||
| Fri Nov 17, 2006 12:38 pm Post subject: re: Starter Pack | ||
|
That line has since been replaced by this:
Code: else { message_die(GENERAL_MESSAGE, $lang['invalid_command']); }
I guess I need to update the install to reflect that, and fix that typo. I already did with Effects Store, but forgot to do this one. Thanks for bringing it up. |
||
Page 1 of 1