vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - iTrader v2.8 - Powerful Rating System (https://vborg.vbsupport.ru/showthread.php?t=232044)

entertain 03-21-2012 08:49 PM

@TiKu:

please tell me where this is needed?!

TiKu 03-21-2012 09:26 PM

I've seen 2 or 3 lines in the source code where you compare VB's template version against '4.1.3'. Before the release of VB 4.1.10 you simply used templateversion > '4.1.3' which was okay. Starting with 4.1.10 you had to use something else. Now you're doing it like this:
templateversion > '4.1.3' || inarray(templateversion, '4.1.10', '4.1.11')
This forces you to update the code on each new VB release. Also as a software developer I have to say that this code isn't very pretty.

fwulfers 03-22-2012 01:57 AM

Thanks so much for fixing the security issue and make this available again. I installed this today and have a small issue. When someone leaves feedback, the system sends out 2 PMs right after each other. The first pm has a wrong link:

Quote:

Details about this transaction can be found *on your iTrader page* (http://2/itrader.php?u=2).
The second pm has the correct link:

Quote:

Details about this transaction can be found *on your iTrader page* (http://saabworld.net/itrader.php?u=2).
Why is it sending that first pm with the wrong link (number replaces the domain name) and how can it be eliminated?

meissenation 03-22-2012 11:20 AM

thanks for the patch!

wmturkey 03-22-2012 12:03 PM

I've just installed it on 4.1.10, followed all the instructions to the letter, and it's not showing up on the forum. Any hints?

Thanks!

Edit: Didn't enable it in Settings > Options. Working now. Thanks!

entertain 03-22-2012 01:23 PM

Thank you very much meissenation for this donation!!! :)

entertain 03-22-2012 01:24 PM

@fwulfers:
I will check it today, when I can reproduce it, I will post a fix here! :)

@wmturkey:
Glad to hear that it is working. I hope you can give me a feedback when you like it (or even don't). :)

entertain 03-22-2012 03:17 PM

Quote:

Originally Posted by fwulfers (Post 2311931)
Thanks so much for fixing the security issue and make this available again. I installed this today and have a small issue. When someone leaves feedback, the system sends out 2 PMs right after each other. The first pm has a wrong link:


The second pm has the correct link:



Why is it sending that first pm with the wrong link (number replaces the domain name) and how can it be eliminated?

Sorry, not reproducible for me with vBulletin 4.1.10. Anyone else has this issue?

Baja 03-22-2012 04:41 PM

Thank you for the patch!

Might I suggest an increase in the version number: 2.8.2 RC2 -> RC3?

Also I previously deleted itrader_main.php. Can you confirm that was the only file affected? You see, Lynne mentioned a 2nd issue in the post below. I was unclear if he meant two problems in itrader_main.php or somethig else entirely.

https://vborg.vbsupport.ru/showpost....0&postcount=31

BirdOPrey5 03-22-2012 05:36 PM

Both issues were the same file and fixed.

Hendrizius 03-23-2012 01:07 AM

Thanks for the fix!

andie215 03-23-2012 06:13 PM

Since i upgraded to vb 4.1.11 i have had members noticing that the feedback tab shows empy.This is not happening to all members though and everyone is using the same style. Any idea's please. I am using the latest patched file.

https://vborg.vbsupport.ru/external/2012/03/10.png

entertain 03-23-2012 06:30 PM

@andie215:
which browser are you using? Does it work when you disable itrader?

andie215 03-23-2012 07:18 PM

Disabled and nothing shows as you would expect and the same happens when enabled again. I am using ie9 and looked with google chrome seeing no difference.

entertain 03-27-2012 12:19 PM

@andie215:
Are you able to supply me with an admincp login on your website?

The problem is that I am using 4.1.10 at the moment and there it is working fine. :(

andie215 03-27-2012 05:38 PM

Quote:

Originally Posted by entertain (Post 2313797)
@andie215:
Are you able to supply me with an admincp login on your website?

The problem is that I am using 4.1.10 at the moment and there it is working fine. :(

High, i have tried your suggestion with no luck but i have found that there seems to be a conflict with the "Yet Another Award System 4.0" If i turn this off itrader works fine.

Thanks for your help but if you still want the admin login then your very welcome.

Just looked through the posts from yet another awards..... seems im not the only person.

sevenmix 03-28-2012 01:47 AM

Quote:

Originally Posted by entertain (Post 2312139)
Sorry, not reproducible for me with vBulletin 4.1.10. Anyone else has this issue?

I have this issue too but not happens very often

gunsite 04-01-2012 08:26 PM

Probably a stupid question, but do I have to add the prefixes? I just can't seem to get the prefixes to show.

Thanks

JoaoVr 04-11-2012 07:53 AM

I got this errors after the last 4.1.12 VB update:

Code:

Warning: require_once() [function.require-once]: Unable to access [path]/includes/functions_wysiwyg.php in [path]/itrader_feedback.php on line 187

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required '/home/trocacro/public_html/trocacromos.com/xyzteste/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/trocacro/public_html/trocacromos.com/xyzteste/itrader_feedback.php on line 187


Ckrismoney 04-13-2012 01:20 PM

Dude! I installed this in vb 4.1.10 and now my threads won't load.

Help!!!

GotVtec 04-20-2012 11:49 PM

Quote:

Originally Posted by JoaoVr (Post 2318974)
I got this errors after the last 4.1.12 VB update:

Code:

Warning: require_once() [function.require-once]: Unable to access [path]/includes/functions_wysiwyg.php in [path]/itrader_feedback.php on line 187

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required '/home/trocacro/public_html/trocacromos.com/xyzteste/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/trocacro/public_html/trocacromos.com/xyzteste/itrader_feedback.php on line 187


Same errors.

markp_2000 04-21-2012 02:47 AM

I'm getting a server 500 error on itrader_feedback.php when I try and post feedback. All other pages seems to be working fine.

I have upgraded to vb4.1.12.

Mark

guitarscanada 04-22-2012 02:00 PM

I am running 4.1.12 and itrader 2.8 everything works fine. Did you disable all add-ons and plugins when you upgraded your vBulletin?

trailertalk 04-23-2012 09:49 PM

Quote:

Originally Posted by markp_2000 (Post 2322108)
I'm getting a server 500 error on itrader_feedback.php when I try and post feedback. All other pages seems to be working fine.

I have upgraded to vb4.1.12.

Mark

I have the exact issue going on. Any fix for this yet?

Thanks!

GaRanT 04-23-2012 11:21 PM

I also got an error on just installed vb 4.1.12

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required '/home/admin/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/admin/public_html/itrader_feedback.php on line 187

mojokid 04-26-2012 10:55 PM

hi i just installed the itrader but after importing the XML file. i cannot find it in the usergroup to set permission. please assist. thank you

Kevlar21 04-28-2012 05:27 AM

Quote:

Originally Posted by mojokid (Post 2323880)
hi i just installed the itrader but after importing the XML file. i cannot find it in the usergroup to set permission. please assist. thank you

Its at the bottom of the page?

Devile 04-29-2012 01:29 AM

Quote:

Originally Posted by markp_2000 (Post 2322108)
I'm getting a server 500 error on itrader_feedback.php when I try and post feedback. All other pages seems to be working fine.

I have upgraded to vb4.1.12.

Mark

Same issue. I have disabled every single plugin and left only iTrader, but I still get Internal Server Error 500 when I provide feedback. Everything else seem to be working.

ibrahimkoky 04-30-2012 04:27 PM

1 Attachment(s)
thanks
great addon, works fine except the Rate Trade Button: Display. I am not able to get it to show in the first post or all posts. Is there any setting to be set I am missing. I attached a screenshot form the setting its currently set on.


any help is greatly appreciated :D

mr_clean_mr 05-01-2012 11:27 AM

also getting this error

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required '/home/admin/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/admin/public_html/itrader_feedback.php on line 187

weave 05-02-2012 12:40 AM

Quote:

Originally Posted by mr_clean_mr (Post 2325198)
also getting this error

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required '/home/admin/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/admin/public_html/itrader_feedback.php on line 187

I just did an upgrade on my test forum and got the same error. Do we have any insight on to an ETA for a fix?

Thanks

weave 05-02-2012 03:02 PM

My first upgrade was with plugins enabled, which resulted in an error.

Today, I did a whole new copy and upgrade with all plugins disabled.....same error.

Code:

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]\itrader_feedback.php on line 187

Fatal error: require_once() [function.require]: Failed opening required 'C:\htdocs\forum/includes/functions_wysiwyg.php' (include_path='.;C:\php\PEAR') in C:\htdocs\forum\itrader_feedback.php on line 187


weave 05-02-2012 03:12 PM

1 Attachment(s)
Ok, I fixed this on my test forum.....

What I did was I went to "itrader_feedback.php" on line 172 and added the check for 4.1.12 (in RED below)

Code:

        if($vbulletin->options['templateversion'] > '4.1.3' OR in_array($vbulletin->options['templateversion'], array('4.1.10', '4.1.11', '4.1.12')))

The error is now gone and I can post feedback without issue

L2Insomnia 05-04-2012 12:47 PM

Installed and trying to test using your fix weave. But when I go to itrader_main.php I get the "you do not have permission" error. I am logged in as admin and I don't see anywhere in the Itrader section for setting permissions for users?

Nevermind found it in usergroup permissions. Looks like everything is working fine. Thanks for the fix.

weave 05-04-2012 11:17 PM

Quote:

Originally Posted by L2Insomnia (Post 2326152)
Installed and trying to test using your fix weave. But when I go to itrader_main.php I get the "you do not have permission" error. I am logged in as admin and I don't see anywhere in the Itrader section for setting permissions for users?

Nevermind found it in usergroup permissions. Looks like everything is working fine. Thanks for the fix.

Glad to see it worked for you. Hope the others see this and find the same success

markp_2000 05-06-2012 09:06 PM

Quote:

Originally Posted by weave (Post 2325528)
Ok, I fixed this on my test forum.....

What I did was I went to "itrader_feedback.php" on line 172 and added the check for 4.1.12 (in RED below)

Code:

        if($vbulletin->options['templateversion'] > '4.1.3' OR in_array($vbulletin->options['templateversion'], array('4.1.10', '4.1.11', '4.1.12')))

The error is now gone and I can post feedback without issue

Fixed in my 4.1.12 test forum as well.

Thanks weave!

weave 05-08-2012 04:56 PM

Quote:

Originally Posted by markp_2000 (Post 2326863)
Fixed in my 4.1.12 test forum as well.

Thanks weave!

Cool deal, glad to hear it

Senn 05-11-2012 06:42 AM

1 Attachment(s)
Ive installed it, If I access to http://www.myforumurl.com/itrader.php I dont get any errors.

The problem is that I cannot see in postbit legacy or nav bar ... the links are hidden!

Check the attached image to see my configuration, any help please??

markp_2000 05-12-2012 06:00 PM

Anyone got an idea on how to display the iTrader info in the postbit of a PM?

Mark

markp_2000 05-13-2012 03:43 AM

OK - figured it out. I edited the iTrader Postbit plugin and added OR THIS_SCRIPT == 'private' to the second if statement.

Code:

if ($this->registry->options['itrader_forumid_ok'] OR THIS_SCRIPT == 'private')
Mark


All times are GMT. The time now is 03:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02332 seconds
  • Memory Usage 1,835KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete