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)

Volvoholic 01-31-2012 08:09 AM

Still getting the "this is an empty post" problem.

I have enabled the PF feature in that forum. Its is a forum not category.

I am using VB 4.1.7 and PF 1.2.2

http://www.siliconoasis.org/adverts/...memptypost.jpg

http://www.siliconoasis.org/adverts/...mPFenabled.jpg

Ted S 01-31-2012 08:21 AM

Quote:

Originally Posted by Volvoholic (Post 2294516)
Still getting the "this is an empty post" problem.

I have enabled the PF feature in that forum. Its is a forum not category.

I am using VB 4.1.7 and PF 1.2.2

So it's not an issue with the thread but rather the forumdisplay.

I don't recall the threads getting auto previews by default. Is this via a mod or setting?

Killhunter 01-31-2012 01:22 PM

Quote:

Originally Posted by Ted S (Post 2294472)
0 is not a valid setting but vBulletin does not let the admin panel enforce this in the field. There must be a review to post a review. :up:

Yes of course, but you know, i dont have this WYSIWYG Editor.. so how can i make the newest version running on my site? The only solution for me at the moment is, to take the oldest version of your addon... :(

Volvoholic 01-31-2012 01:51 PM

Quote:

Originally Posted by Ted S (Post 2294520)
So it's not an issue with the thread but rather the forumdisplay.

I don't recall the threads getting auto previews by default. Is this via a mod or setting?

I don't understand what you mean by thread getting auto previews.

Ted S 01-31-2012 05:33 PM

Quote:

Originally Posted by Volvoholic (Post 2294594)
I don't understand what you mean by thread getting auto previews.

In your forum display it's showing the first words of the first post... Is this from a mod or a setting?

Ted S 01-31-2012 05:34 PM

Quote:

Originally Posted by Killhunter (Post 2294586)
Yes of course, but you know, i dont have this WYSIWYG Editor.. so how can i make the newest version running on my site? The only solution for me at the moment is, to take the oldest version of your addon... :(

Upgrade your forum to a stable version or you'll just have to get use to hacking mods to make them work.

fungku 02-01-2012 05:45 AM

Quote:

Originally Posted by Ted S (Post 2294490)
Hey PF users, it sounds like we've got two issues impacting a few -- but not all -- installs. To get these nailed down please reply back if you have either problem:

1. Issues with categories not deleting / not having names.

I have VB 4.1.10

When I try to create a category I get this briefly at the top of the page:
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in [path]/admincp/productforums.php on line 973

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in [path]/admincp/productforums.php on line 973

Then it refreshes and I have a blank category.

Then if I try to delete the blank category it says "Category ID not specified"

Ted S 02-01-2012 06:39 AM

Quote:

Originally Posted by fungku (Post 2294870)
I have VB 4.1.10

When I try to create a category I get this briefly at the top of the page:

Please see https://vborg.vbsupport.ru/showpost....&postcount=560

Danai 02-01-2012 07:02 AM

Just installed it, thanks, I love it!

fungku 02-01-2012 07:23 AM

1 Attachment(s)
The error when I create a category is generated from here, at SET title:
PHP Code:

    // update the review
    
$db->query_write("
        INSERT INTO " 
TABLE_PREFIX "pf_category
        SET title = '"
mysql_real_escape_string($vbulletin->GPC['title']) ."', active = '"$vbulletin->GPC['active'] ."'
    "
); 

It is not setting the title but why, oh why? :(

Ok... ran the queries you wanted...


All times are GMT. The time now is 10:55 AM.

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.01848 seconds
  • Memory Usage 1,751KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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