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 - Product Review Forums ? Research, Review & Compare Items (https://vborg.vbsupport.ru/showthread.php?t=269808)

addamroy 06-11-2013 02:07 AM

1 Attachment(s)
Quote:

Originally Posted by Ted S (Post 2427252)
Hrm....

Perhaps the script is erroring before the database gets updated... Do any of the mainphoto or thumb values exist in the table prf?

There is no prf table, they're all pf_ , but I looked in the pf_product table and I believe the values are not there, (assuming I'm looking in the right place).

Ted S 06-11-2013 07:17 AM

1 Attachment(s)
Quote:

Originally Posted by addamroy (Post 2427254)
There is no prf table, they're all pf_ , but I looked in the pf_product table and I believe the values are not there, (assuming I'm looking in the right place).

Looks like a bug in the bulk script...

Please try removing all the existing thumbnail / smaller versions and running it with the attached version of admincp/productforums.php

deverill2010 06-12-2013 06:02 PM

I'm using an older version (can't upgrade due to changes I made which I can no longer remember).

Anyhow it has been working for ages as far as I'm aware, however I just went to post a review on the front end of the site but got this -

Oh great, you had to go and press THAT button. There goes the whole site. Just kidding...

We had an issue posting your review, please try again or contact support and use code 164251-E.

Ted S 06-12-2013 08:40 PM

Quote:

Originally Posted by deverill2010 (Post 2427736)
I'm using an older version (can't upgrade due to changes I made which I can no longer remember).

Anyhow it has been working for ages as far as I'm aware, however I just went to post a review on the front end of the site but got this -

Oh great, you had to go and press THAT button. There goes the whole site. Just kidding...

We had an issue posting your review, please try again or contact support and use code 164251-E.

That error indicates an issue with making the post for the review.

How you go about fixing it is of course difficult if you're not willing to upgrade but in many cases these errors are due to other settings (like requiring prefixes) that we've since build workarounds for).

If you search productforums.php for that error code you can find the section that triggers it and force a hard error (i.e. see the exact problem) by adding the code echo $errors; die; before the eval code.

zapiy 06-15-2013 02:12 PM

I have removed this mod as it did not get used.. sadly the admin menus are still in place how do i remove them?

Thanks

Toorak Times 06-15-2013 02:56 PM

Zapiy, I don't think members will generally get it, best used as a shop I reckon

Ted S 06-15-2013 05:37 PM

Quote:

Originally Posted by zapiy (Post 2428290)
I have removed this mod as it did not get used.. sadly the admin menus are still in place how do i remove them?

Thanks

You need to delete all of the files uploaded as uninstalling can not do this for you.

GCC LLC 06-19-2013 04:37 PM

Ted, do you see any reason why this mod would not work in a mobile theme? The prodforum_* templates did not exist in the mobile skin, so we manually created them all there but the links are not clicking from the review forum and when we manually go to a review thread, it's not showing the product information at the top of the thread - it just looks like a regular vb mobile thread display.

Ted S 06-19-2013 07:10 PM

Quote:

Originally Posted by GCC LLC (Post 2429177)
Ted, do you see any reason why this mod would not work in a mobile theme? The prodforum_* templates did not exist in the mobile skin, so we manually created them all there but the links are not clicking from the review forum and when we manually go to a review thread, it's not showing the product information at the top of the thread - it just looks like a regular vb mobile thread display.

Are the right hooks in your mobile theme to pull the templates in?

Perhaps the best bet is to add a couple "echo" statements around the xml file for a quick test to see if it's a problem with the mod getting called up or the templates showing up.

Code:

echo "this shows up";

GCC LLC 06-19-2013 10:33 PM

Ted, sent you a PM about it. Thanks!


All times are GMT. The time now is 08:55 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.02740 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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