
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_shop.php on line 356: Undefined index: cash_mod
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3688: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3690: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3691: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3692: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025)
I haven't done any work for awhile, but I've begun to start coding again. Right now I'm working on the config page and then the shelf feature. My last day of high school is tomorrow (w00t) (except for finals next week) so I should have more time, especially in June before I go to college.danielnguyen wrote:A long time, I haven't seen you release a newer version of this mod. How is your work?
Regards!
I'm not sure exactly what you mean. I double checked the install.xml and it tells you to add the inventory page in the DIY area.desertst0rm wrote:Phantom784 you forgot adding User inventory in User Administration.
The next version will include an option to PM the admin (or whoever) whenever an item is purchased. If you need this functionality right away, you can add it with the instructions in the following post (http://www.phpbb.com/community/viewtopi ... 5#p5047025) However, money is automatically removed from the user's account with the cash mod or simple points system (one of which is required for the mod), so this isn't necessary to ensure they are charged.EY wrote:Do we get a message that X user bought X item from the shop? Or does it take the cash automaticly from the user's cash?
Yep. The different backends will have different code that is run when the items are used. There are also other places where the backend can affect the items. If anyone knows PHP and would like to code a backend or give some input on the API for it, please let me know. I'm working on the core shop right now and can't devote much time to coding backends myself.annepenullar wrote:I'm looking forward for your next release.
So if I'm understanding this right. The "backend feature" will determine how the shop item will function?
Did you have Cash Mod installed at some point in the past? This usually happens because the config value that says the Cash Mod is installed (which is what my mod uses to detect which system to use) is still in the database. Look for and remove it in phpMyAdmin (or whatever you use to access MySQL).annepenullar wrote:Hello, I'm using Simple Points System as my points mod. So I'm receiving:
Is there a way out of this? I don't believe I should install Cash Mod as well.Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_shop.php on line 356: Undefined index: cash_mod [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3688: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3690: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3691: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3692: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3025)