[ABD] Shop Mod v.1.0 Beta 5

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by Adrian1 »

Longhorn9024, go to ACP and in ACP Shop Info run the "set do default settings"
RPG MOD for phpbb3
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by crayadder »

Thanks for your help Adrian. After I added the column I was able to login and activate the mod. When I ran the install_shop.php it died at creating that column again. I commented that line out of the file and it died at trying to create phpbb_shop_actions stating that it already existed. Checking the file you drop phpbb_shop_actions, but create shop_actions. I added a drop shop_actions and that fixed that problem. Then the process stopped at altering the Users table stating that Title already existed. I dropped title, title_color, and title_font from the table and ran the install_shop.php one more time. This time it worked.

Now to play with the shop!
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by crayadder »

Hi there,

I can't access the shop. I have ensured that my user has all permissions set to yes, but when I click on the shop menu icon it gives me the "you do not have permission to access this area" message and logs me out.

What else can I check?
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by Adrian1 »

crayadder wrote:Hi there,

I can't access the shop. I have ensured that my user has all permissions set to yes, but when I click on the shop menu icon it gives me the "you do not have permission to access this area" message and logs me out.

What else can I check?
it is 75% possibility to have a duplicate permission added.
RPG MOD for phpbb3
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by crayadder »

Hi Adrian,

I appreciate the help. Where do I check for a duplicate permission?

thanks again,
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
Longhorn9024
Registered User
Posts: 44
Joined: Tue Oct 07, 2008 8:37 pm

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by Longhorn9024 »

I can't seem to get the Change Username Special Item to work. It allows my test account to buy the item, then I click on the item in "Your Inventory" screen and it takes me to a page to change the username. Then I type in a new name and click { USE } and it takes me to a blank screen and nothing happens.
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by Adrian1 »

crayadder wrote:Hi Adrian,

I appreciate the help. Where do I check for a duplicate permission?

thanks again,
in the sql tabase also receck if you added and give the right permission to users
RPG MOD for phpbb3
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by Adrian1 »

Longhorn9024 wrote:I can't seem to get the Change Username Special Item to work. It allows my test account to buy the item, then I click on the item in "Your Inventory" screen and it takes me to a page to change the username. Then I type in a new name and click { USE } and it takes me to a blank screen and nothing happens.
it is know bug. It will be fixed.
RPG MOD for phpbb3
TayneC8
Registered User
Posts: 68
Joined: Sat Jun 06, 2009 10:41 pm

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by TayneC8 »

Hey, can anyone help me with this? When I go to the install file I get this.

General Error
SQL ERROR [ mysql4 ]

Table 'phpbb_shop_actions' already exists [1050]

SQL

CREATE TABLE `phpbb_shop_actions` ( `id` int(10) NOT NULL AUTO_INCREMENT, `user_id` int(10) NOT NULL, `target_id` int(10) NOT NULL DEFAULT '0', `type` varchar(32) NOT NULL, `info` text NOT NULL, `ip` varchar(15) NOT NULL, `time` int(10) NOT NULL, `expire` int(10) NOT NULL, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `target_id` (`target_id`), KEY `time` (`time`), KEY `expire` (`expire`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=13;

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: shop_install.php
LINE: 191
CALL: dbal_mysql->sql_query()

What can I do?
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by crayadder »

So I checked the user permissions and what I found is the following block of text:

Code: Select all

zik0zjzik0zjzik0zi
i1cjyo000000
zik0zjzhxjwg
Not sure how to interpret it. How can I tell if I have duplicate permissions?
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
crayadder
Registered User
Posts: 51
Joined: Wed Jan 14, 2004 6:32 pm
Location: Vancouver, B.C. Canada

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by crayadder »

So I backed up my DB and tried deleting the 3rd line from my permissions and that seemed to work. Now I've got an entirely different problem. The shopping cart icon isn't displaying beside the Shop menu item. I've been going through the mod changes but can't find anything wrong yet. Any suggestions on what I can before I go to the trouble of reinstalling the whole thing?
Cray Adder

-"The Galaxy is my home; the Universe, my backyard."
GatorHunter
Registered User
Posts: 26
Joined: Sun Jul 19, 2009 4:24 pm

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by GatorHunter »

I read that you were 95% complete on the Subsilver a week ago, was wondering if there was a update on this?
www.gatorsgames.com
/Get Gaming/
BMercer
Registered User
Posts: 55
Joined: Tue Aug 04, 2009 10:58 pm

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by BMercer »

In his site adrian said it was going to be released on 3 - 5 septemeber.
autinhyeu
Registered User
Posts: 685
Joined: Mon Apr 14, 2008 6:34 am
Location: Vietnamese
Contact:

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by autinhyeu »

waiting the release :D
phpBB Community in Vietnamese: http://www.phpbbvn.com

Sorry, my English language is fine impossible
User avatar
kayowalemi
Registered User
Posts: 10
Joined: Sat Aug 30, 2008 8:39 am

Re: [Beta] Shop Mod v.1.0 Beta 5

Post by kayowalemi »

autinhyeu wrote:waiting the release :D
I have died of the suspense ten times today :lol:
Locked

Return to “[3.0.x] Abandoned MODs”