xfImage [Deleted]

Look at line 9 of that error, that is the add-on causing the issue.
You can't just blame someone else's add-on just because you see it referenced somewhere in an error generated by your add-on.

Look at line 6 and 5 of the error... they are indicating your own code has problems.

Let's look at Line 142:

PHP:
$exist = $db->fetchRow("SHOW COLUMNS FROM `xfimage_transactions` LIKE `type`");

Let's see if that query works by running the query direct...

10:32:03 SHOW COLUMNS FROM `xfimage_transactions` LIKE `type` Error Code: 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 '`type`' at line 1 0.004 sec

It is your add-on generating the error.

You have a syntax error. It should be 'type' NOT `type`
 
@Mythotical

I dont see an option anywhere to make an item resale. I have permissions to resell items but when setting up items in admincp theres no option to make the items resale. so in the ishop they are all listed as not resale. I Have the options for resale to be divide by 2

also why can't members sell an item for more than he purchased. If I have any rare items which are only stocked at one a month, members should be able to buy them and offer them at high prices to other members to make some credits.

maybe where you have the divide by option you could have multiply by also
 
I'm interested in installing this, but I am hesitant....

You released this Tuesday here, you list it saying No Known Bugs, but yet every other post is a bug-report of some type. It has been updated 8 times, and still looks like it contains many errors. I am worried that I will install this, and my forums will eventually be brought down due to the coding of this add-on.

Are you considering this an Alpha release? Or is it BETA, RC, Stable?

I'd like to know before I start investing my time into this.
 
You can't just blame someone else's add-on just because you see it referenced somewhere in an error generated by your add-on.

Look at line 6 and 5 of the error... they are indicating your own code has problems.

Let's look at Line 142:

PHP:
$exist = $db->fetchRow("SHOW COLUMNS FROM `xfimage_transactions` LIKE `type`");

Let's see if that query works by running the query direct...



It is your add-on generating the error.

You have a syntax error. It should be 'type' NOT `type`
I forgot about that, I made a mental note to change it but forgot. Thanks though. Also, the funny thing is I used the same files to install on a fresh test site and had no issues, even tried it with your Add-on Install and Upgrade mod.

@Mythotical

I dont see an option anywhere to make an item resale. I have permissions to resell items but when setting up items in admincp theres no option to make the items resale. so in the ishop they are all listed as not resale. I Have the options for resale to be divide by 2

also why can't members sell an item for more than he purchased. If I have any rare items which are only stocked at one a month, members should be able to buy them and offer them at high prices to other members to make some credits.

maybe where you have the divide by option you could have multiply by also
I think I may have left out the template change for that. I'll have to check into changing the rare options so members can set their own price.

I'm interested in installing this, but I am hesitant....

You released this Tuesday here, you list it saying No Known Bugs, but yet every other post is a bug-report of some type. It has been updated 8 times, and still looks like it contains many errors. I am worried that I will install this, and my forums will eventually be brought down due to the coding of this add-on.

Are you considering this an Alpha release? Or is it BETA, RC, Stable?

I'd like to know before I start investing my time into this.
It is stable, the supposed bugs you see are just typos on my part. I'm fixing to release the last of my long updates to fix the install errors. Just an FYI though I have discovered some issues when installing this mod using Waindigo's Install and Upgrade causing a data truncate issue. Probably fixed now.

@topcat I will install this ( can't wait ) when you have found all known bugs! AND @Mythotical has fixed all major bugs. This add on will be awesome when complete - great job @Mythotical!
There are no major bugs, what was reported was just typos. Been up all night fixing these reports to make sure this is stable before I get sleep.
 
If I hear of no other issues - I will be installing this over the weekend. A few questions:

Xf points is the only points system compatable with xfimage?

Can admins limit the amount of I icons that can display In the post bit?

Can members resell items back to the stock or shop?

Can a particular criteria be added to what gives a member points - like I would like Xengallery- member added photos or created a new album part of the points system.

Thanks
 
If I hear of no other issues - I will be installing this over the weekend. A few questions:

Xf points is the only points system compatable with xfimage?

Can admins limit the amount of I icons that can display In the post bit?

Can members resell items back to the stock or shop?

Can a particular criteria be added to what gives a member points - like I would like Xengallery- member added photos or created a new album part of the points system.

Thanks

1) no these are available
bdBank = bdbank_money
SportsBook = sportsbook_cash
xfPoints = xfpoints_currency
******* Credits = credits

2)yes

3) ??
 
I purchased xfpoints but its probably basic compared to *******. sportsbook is a betting system with only way to gain points through betting
xfPoints has more options than *******. Compare both and you will see that xfPoints actually awards for more options by default than *******.

what about resales anyone else got this problem
Its not a bug if that is what your thinking, I just forgot to include the template call. I'll get that done tonight.

If I hear of no other issues - I will be installing this over the weekend. A few questions:

Xf points is the only points system compatable with xfimage?

Can admins limit the amount of I icons that can display In the post bit?

Can members resell items back to the stock or shop?

Can a particular criteria be added to what gives a member points - like I would like Xengallery- member added photos or created a new album part of the points system.

Thanks
Members can resell but I forgot the template call.

If I had XenGallery then I could tie xfPoints into it but I don't have a license.
 
xfPoints has more options than *******. Compare both and you will see that xfPoints actually awards for more options by default than *******.


Its not a bug if that is what your thinking, I just forgot to include the template call. I'll get that done tonight.


Members can resell but I forgot the template call.

If I had XenGallery then I could tie xfPoints into it but I don't have a license.
I do have a license- does that help? If not- could we ask the add on creator?
 
Back
Top Bottom