TAV1702 Posted February 28, 2010 Report Share Posted February 28, 2010 I have not gave this a try yet. I was wondering if it was going to be overwritten with updates and such is why I waited. I think it is really a great addon and am itching to give it a test try. Is it as simple as the link to it was overwritten maybe? Surely it don't get installed by editing phpVMS core files does it? Link to comment Share on other sites More sharing options...
euroglide-lee Posted March 4, 2010 Report Share Posted March 4, 2010 hi jacob been trying to get hold of you i know you are busy with this pilotshop but please contact me cheers 1 Link to comment Share on other sites More sharing options...
OneWorldVirtual Posted March 9, 2010 Report Share Posted March 9, 2010 There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem ERROR: Unknown Punctuation String @ 21 STR: ================================================= SQL: The pilotshop table ================================================= CREATE TABLE `phpvms_pilotshop` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 15 ) NULL , `name` VARCHAR( 100 ) NULL , `shop_type` INT( 15 ) NULL , `product_type` INT( 15 ) NULL , `image_link` TEXT NULL , `description` TEXT NULL , `price` FLOAT NULL ) The pilotshop_types table ================================================= CREATE TABLE `phpvms_pilotshop_types` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `type` INT( 1 ) NULL , `name` VARCHAR( 100 ) NULL , `description` TEXT NULL ) The pilotshop_bought table ================================================= CREATE TABLE `phpvms_pilotshop_bought` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pilot_id` INT( 11 ) NULL , `product_id` INT( 11 ) NULL ) SQL query: The pilotshop table ================================================= CREATE TABLE `phpvms_pilotshop` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 15 ) NULL , `name` VARCHAR( 100 ) NULL , `shop_type` INT( 15 ) NULL , `product_type` INT( 15 ) NULL , `image_link` TEXT NULL , `description` TEXT NULL , `price` FLOAT NULL ) The pilotshop_types table ================================================= CREATE TABLE `phpvms_pilotshop_types` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `type` INT( 1 ) NULL , `name` VARCHAR( 100 ) NULL , `description` TEXT NULL ) The pilotshop_bought table ================================================= CREATE TABLE `phpvms_pilotshop_bought` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pilot_id` INT( 11 ) NULL , `product_id` INT( 11 ) NULL ) MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'The pilotshop table ================================================= CREATE TA' at line 1 Any ideas anyone? Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 10, 2010 Administrators Report Share Posted March 10, 2010 They're missing engine types: CREATE TABLE `phpvms_pilotshop_bought` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pilot_id` INT( 11 ) NULL , `product_id` INT( 11 ) NULL ) ENGINE = MYISAM; CREATE TABLE `phpvms_pilotshop_types` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `type` INT( 1 ) NULL , `name` VARCHAR( 100 ) NULL , `description` TEXT NULL ) ENGINE = MYISAM; CREATE TABLE `phpvms_pilotshop` ( `id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 15 ) NULL , `name` VARCHAR( 100 ) NULL , `shop_type` INT( 15 ) NULL , `product_type` INT( 15 ) NULL , `image_link` TEXT NULL , `description` TEXT NULL , `price` FLOAT NULL ) ENGINE = MYISAM; Also, it seems like you were copying the installation text in also. Just copy the code above and try it Link to comment Share on other sites More sharing options...
Nagelfar Posted March 28, 2010 Report Share Posted March 28, 2010 Hey I´ve got a feature request: - Is it possible to add something to the pilot center or to a special page where you can see what a pilot already bought? Link to comment Share on other sites More sharing options...
MaciejO Posted March 28, 2010 Report Share Posted March 28, 2010 Its already done man Just go to PilotHome in the PilotShop and there it is ! Link to comment Share on other sites More sharing options...
Nagelfar Posted March 28, 2010 Report Share Posted March 28, 2010 dam...you´re right:-) but thanks anyway *hehe* Link to comment Share on other sites More sharing options...
Alex Posted April 15, 2010 Report Share Posted April 15, 2010 i keep getting this error when clicking on the shopadmin overview Warning: Invalid argument supplied for foreach() in /home/atlasvi1/public_html/admin/templates/ShopAdmin/shops_overview.tpl on line 36 heres the offending line? foreach($allshoptypes as $shoptype) { and the same in page_pilothome.tpl foreach ( $products as $product) { ?> any clues Link to comment Share on other sites More sharing options...
Alex Posted April 26, 2010 Report Share Posted April 26, 2010 Could someone have a look at this as at the moment i cannot see what i have purchased? Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 26, 2010 Administrators Report Share Posted April 26, 2010 I think Kritek has abandoned the project, I have not seen him around in some time. Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 26, 2010 Moderators Report Share Posted April 26, 2010 I think Kritek has abandoned the project, I have not seen him around in some time. Yeah same here simpilot. I haven't heard a peep about him. Maybe busy or got bored with it. Link to comment Share on other sites More sharing options...
Kritikdevelopment Posted April 27, 2010 Author Report Share Posted April 27, 2010 Hey guys, Sorry for my inactivity, hectic life. The foreach error you are receiving could be produced due to the lack of data added. Add a shop, type or whatever and see if it goes away. This was my first app release so of course, it was sketchy but do expect a new installment this summer. Any more questions email me at kritikdevelopment@gmail.com Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 27, 2010 Moderators Report Share Posted April 27, 2010 Hey guys, Sorry for my inactivity, hectic life. The foreach error you are receiving could be produced due to the lack of data added. Add a shop, type or whatever and see if it goes away. This was my first app release so of course, it was sketchy but do expect a new installment this summer. Any more questions email me at kritikdevelopment@gmail.com WELCOME BACK!!!!! Happy to see you online!!! Link to comment Share on other sites More sharing options...
Alex Posted April 28, 2010 Report Share Posted April 28, 2010 I have added products,type and shop which work ok, however when i click on the "Pilots Home" icon, which i assumes takes you to view the items you have [purchased, this is when i get the error. Link to comment Share on other sites More sharing options...
TAV1702 Posted May 7, 2010 Report Share Posted May 7, 2010 I think this addon needs a admin module like the events addon has so when phpvms gets updated, it does not over write anything. For now, I will add my own link in footer or something like that that only admin can see so I do not have to edit any pf the core phpVMS files. Not sure I will ever use this addon, but was curious to see what it was about. I got a shop up and running smoothly the first try. Link to comment Share on other sites More sharing options...
MrAmsterdam Posted May 13, 2010 Report Share Posted May 13, 2010 guys, can anyone help me here? When i try to add a shop type or product type, it says that the type has been added, but when i look at all the types or at the database, nothing is added at all... Strange,.. can someone tell me the steps to take to figure out where the problem is? Regards, Lucas Link to comment Share on other sites More sharing options...
TAV1702 Posted May 13, 2010 Report Share Posted May 13, 2010 guys, can anyone help me here? When i try to add a shop type or product type, it says that the type has been added, but when i look at all the types or at the database, nothing is added at all... Strange,.. can someone tell me the steps to take to figure out where the problem is? Regards, Lucas I am not real sure as to why you are having that issue. I did a test install of phpVMS on my WAMP server and then added this addon once more and followed directions to the T and I had a shop up and running smoothly. I am trying to replicate your problem. If I am able to and find an answer, I will gladly come back and let you know. Link to comment Share on other sites More sharing options...
MrAmsterdam Posted May 13, 2010 Report Share Posted May 13, 2010 Thanks.. i am looking into the problem as well.. Regards Lucas Link to comment Share on other sites More sharing options...
MrAmsterdam Posted May 13, 2010 Report Share Posted May 13, 2010 i got it! I didn't import all the sql queries... sorry guys! Link to comment Share on other sites More sharing options...
TAV1702 Posted May 14, 2010 Report Share Posted May 14, 2010 i got it! I didn't import all the sql queries... sorry guys! Glad you got it all worked out. Link to comment Share on other sites More sharing options...
4961301 Posted June 25, 2010 Report Share Posted June 25, 2010 Fatal error: Class 'PilotShopData' not found in /home/whitejet/public_html/admin/modules/ShopAdmin/ShopAdmin.php on line 60 why show that? On the Overview Link to comment Share on other sites More sharing options...
MrAmsterdam Posted July 27, 2010 Report Share Posted July 27, 2010 hi guys, is it possible to add the purchased items in the pilotcenter for every pilot to see what they have bought? regards Lucas Link to comment Share on other sites More sharing options...
Moderators joeri Posted July 27, 2010 Moderators Report Share Posted July 27, 2010 i don't think this is under construction annymore Link to comment Share on other sites More sharing options...
MrAmsterdam Posted July 27, 2010 Report Share Posted July 27, 2010 ok copy Link to comment Share on other sites More sharing options...
Northeast_Captain Posted July 27, 2010 Report Share Posted July 27, 2010 Hello All, I can't get this to work. I have it installed and everything, but when it tells me to add a shop then a product and i do, it doesn't show up and i keep doing it over and over and yet nothing. does anyone have any ideas? Thank you Website: Northeast Airlines Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 28, 2010 Administrators Report Share Posted July 28, 2010 I would dig back through the thread, I think there are some fixes along the way. The developer has abandoned the project I believe, he has not been around since April. Link to comment Share on other sites More sharing options...
smoke2312 Posted August 27, 2010 Report Share Posted August 27, 2010 I would like to give this addon a try but I cannot get the sql to upload for some wierd reason Link to comment Share on other sites More sharing options...
Administrators simpilot Posted August 27, 2010 Administrators Report Share Posted August 27, 2010 I would like to give this addon a try but I cannot get the sql to upload for some wierd reason There is a fix for it here -> http://forum.phpvms.net/topic/1954-pilotshop-releases-tracking/page__view__findpost__p__14816 Link to comment Share on other sites More sharing options...
TAV1702 Posted August 27, 2010 Report Share Posted August 27, 2010 Another issue my self and a few others have bumped in to was after purchasing items, when you click the pilots home page you can not see the items that you purchased. The reason, it is not populating the database with the item that you purchased. Link to comment Share on other sites More sharing options...
Moderators Kyle Posted August 28, 2010 Moderators Report Share Posted August 28, 2010 I really hope it's not the phpVMS updates affecting it, becasue i been getting it lately. But i'll look into it what is wrong casue I think i must did something with the editing of the files but i'm not sure but i'll look into it later and return later this week. Link to comment Share on other sites More sharing options...
Recommended Posts