- [+]
- Community
- Sales Tracker
- Tools
- Counters
- Graphics
- Malls
- Guides
- Help/About
|
|
||
|
Wed, 07/10/2009 - 12:58pm
When i enter a new price of a couple of items in the item database (buy at & sell at) and start the program the next time, some of the items' prices have changed into something completely else :s thx for answering! well i'm on vista home premium SP1 32-bit (if there's anything else you need to know, just tell me) i dont know what kind of scrshots i should give, but on the ones i added the price difference is shown
Browser is very important since different browsers output text in different ways. For instance in IE, the description of the pictures are omitted whereas in FF, it shows up as [] Anyways there is nothing that can be done at this time except make sequential backups of your data every now and then. Im guessing if you open up you c:\neomallers\users\PROFILE NAME\db_shopstock\data_shopstock.db file in notepad, there are multiple blank entries at the top which appear to be part of the reason. You can delete it and just basically move on. Have no idea why it happens but it could be related to any security programs/language that you might have installed and via the shop front. For instance, under certain languages 1,000 becomes 1.000 and under the Swedish version of XP, it becomes 1 000 (this one took 2 and a half years to detect and fix - LOL). All these tiny details can throw off the portal's processing system. Again, i really dont know the cause of it, so i'm just poking around. ok nvr mind then Lol mean tree, I can't make it crash either sayumi wrote:
When i enter a new price of a couple of items in the item database (buy at & sell at) and start the program the next time, some of the items' prices have changed into something completely else :s Yes. I just noticed it tonight. Many of my prices are set to 28 for the cost and in several instances the cost is higher than the price -- one item I had a -14K in sales EDIT: Searched on cost = 28 Each of those items had the same stats on the right hand side of the page -- Also the comments field was the same for each-- All of the prices are still correct though and the glitch did not retroactively change my sales because my graph still looks the same as it always did -- (correct # of sales and profit/cost ratio) I have to go look for the other info you requested so will edit again... BRB ~ Mimi mean tree wrote:
Browser is very important since different browsers output text in different ways. For instance in IE, the description of the pictures are omitted whereas in FF, it shows up as [] mean tree wrote:
Anyways there is nothing that can be done at this time except make sequential backups of your data every now and then. Im guessing if you open up you c:\neomallers\users\PROFILE NAME\db_shopstock\data_shopstock.db file in notepad, there are multiple blank entries at the top which appear to be part of the reason. You can delete it and just basically move on. []{***}{***}{***}{***}{***}{***}{***}{***}{***}{***}{***} mean tree wrote:
Have no idea why it happens but it could be related to any security programs/language that you might have installed and via the shop front. For instance, under certain languages 1,000 becomes 1.000 and under the Swedish version of XP, it becomes 1 000 (this one took 2 and a half years to detect and fix - LOL). All these tiny details can throw off the portal's processing system. Again, i really dont know the cause of it, so i'm just poking around. I'll bet the bug-finding is the most aggravating! Kinda like balancing a checkbook, Profits & Losses, etc. and being off by .01 -- ANNOYING! Thanks for everything, D! ~ Mimi Yeah you should delete all of that non sense and dont rush in copying and pasting. Since as far as I can tell, it's caused by the shop front and since it doesnt happen all the time, it's most likely user error such as forgetting to copy something EDIT: Went through another marathon of trying to f*** up the database system (pasting the entire shop, pasting next 80 items text, omitting the item title, pasting up to N and leaving the P in NP out, etc etc) but it still fails. The protection system keeps kicking in and shuts down the portal Also, if possible, can you install a program called TeamViewer? It will allow me to see how you use the NeoMallers Portal and maybe there is a certain thing that causes problems - thanks Edit again: Did you recently use the bulk add feature? since that creates blank/weird entries at the end. dont know if that's relevant but... For s = 0 To (lstShopFrontNew.ListCount)
Call NoDuplicatesInList(frmShopStock.lstShopStock, lstShopFrontNew.List(s))
Call frmShopStock.AddItem(lstShopFrontNew.List(s))
If chkShopFrontScan.Value = 1 Then
lngInStock = Val(ReadIniValue(App.Path & "\users\" & strUsername & "\" & "cache\shopnew.db", lstShopFrontNew.List(s), "High"))
lngInStockWarn = Val(frmSettings.txtWarnLevel)
Call frmShopStock.UpdateItem(lstShopFrontNew.List(s))
End If
If chkFrontAssignMall.Value = 1 Then
lngMallPrice = Val(ReadIniValue(App.Path & "\users\" & strUsername & "\" & "cache\shopnew2.db", lstShopFrontNew.List(s), "Mall"))
Debug.Print "Assigning mall price " & lngMallPrice & " to " & lstShopFrontNew.List(s)
End If
Call frmShopStock.UpdateItem(lstShopFrontNew.List(s))
Next s
For s = 0 To[b] (lstShopFrontNew.ListCount) I think i got it! Hope this was the source. New portal will be come by tonight mean tree wrote:
I think i got it! WOW! That was amazingly fast, great job! I am thrilled that I was selling completely different stock when this happened so I can just delete the entries instead of looking up each item and trying to put a real cost in there. ^^ ~ Mimi
|
Male
Location: Toronto, ON
Rating: + 23
[KB#01 - Intro]
Please try to provide screenshots and as much details as possible including the following
1. Operating System & Language Ex: Windows XP PRO English 32-bit Edition, Service Pack 2
2. Browser & Version Ex: Firefox 3.0 English
3. Your NeoMallers Portal Version. This is shown at the bottom of the main screen
It's a database hiccup that happens randomly. I dont know why but it just does that from time to time. There was a fix that was patched to prevent values from being reset to zero (since that was the case back then), now it's being reset to something else. Funny thing is, I've added extra spaces and all kinds of corrupt data and portal has refused to screw up, both in Vista and XP