vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog (https://vborg.vbsupport.ru/showthread.php?t=202385)

itsbobtista 02-12-2009 06:16 PM

PHP Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        
SELECT idcatname
        FROM pp_categories
        WHERE cattype 
'a' AND parent 1
        ORDER BY catname
;

MySQL Error   Table 'atxscene_atxscenedb.pp_categories' doesn't exist
Error Number  : 1146
Request Date  : Thursday, February 12th 2009 @ 01:57:33 PM
Error Date    : Thursday, February 12th 2009 @ 01:57:33 PM
Script        : http://www.atxscene.com/forums/photo_popup.php?e=vB_Editor_001
Referrer      : http://www.atxscene.com/forums/newreply.php?do=newreply&noquote=1&p=249 

Just upgraded from 2.0.1 to 3.0.1... Not sure why it's giving a database error.. I have tried removing and reinstalling. No luck.

crxrocks 02-12-2009 09:43 PM

I'm having trouble getting this to work with VB3.8.1 and Photopost 6.2. Here is the output of the debug stuff

Code:

Debug information
Photo Popup Settings (from AdminCP)        num_of_cols: 3
num_of_rows: 3
num_total:9
widht: 600
heigth: 680
products: photopost
insert_options_allowed: link_thumb_2_orig link_thumb_2_gallery link_med_2_orig link_med_2_gallery thumb med orig thumb_2_gallery_link_below med_2_gallery_link_below orig_2_gallery_link_below
allow_albums: 1
code_usergroups: 0
Code (this is what is inside the table cells)       
Link to Original       
Link to Thumb       
Query        Used product: albums
Cookie        Read Cookie: albums,all,link_thumb_2_orig
Set Cookie: albums,all,link_thumb_2_orig
Table building (rows and columns)

That is all of it. The thing I found interesting is that Query Used product: albums bit. Any ideas?

I checked and double checked the paths to the gallery and the data directory and they are right.

cellarius 02-13-2009 06:00 AM

Quote:

Originally Posted by itsbobtista (Post 1742154)
PHP Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        
SELECT idcatname
        FROM pp_categories
        WHERE cattype 
'a' AND parent 1
        ORDER BY catname
;

MySQL Error   Table 'atxscene_atxscenedb.pp_categories' doesn't exist
Error Number  : 1146
Request Date  : Thursday, February 12th 2009 @ 01:57:33 PM
Error Date    : Thursday, February 12th 2009 @ 01:57:33 PM
Script        : http://www.atxscene.com/forums/photo_popup.php?e=vB_Editor_001
Referrer      : http://www.atxscene.com/forums/newreply.php?do=newreply&noquote=1&p=249 

Just upgraded from 2.0.1 to 3.0.1... Not sure why it's giving a database error.. I have tried removing and reinstalling. No luck.

Please provide more information. What product(s) have you configured the popup to use? Is it correct that you want to use the popup with Photopost?

At the moment its querying a Photopost Pro table that is not there: You don't have a table pp_categories in database called atxscene_atxscenedb. So your settings are wrong somewhere.

I'm sure this is due to wrong configuration either in AdminCP or the config file.

cellarius 02-13-2009 06:09 AM

Quote:

Originally Posted by crxrocks (Post 1742301)
I'm having trouble getting this to work with VB3.8.1 and Photopost 6.2. Here is the output of the debug stuff

Code:

Debug information
Photo Popup Settings (from AdminCP)    num_of_cols: 3
num_of_rows: 3
num_total:9
widht: 600
heigth: 680
products: photopost
insert_options_allowed: link_thumb_2_orig link_thumb_2_gallery link_med_2_orig link_med_2_gallery thumb med orig thumb_2_gallery_link_below med_2_gallery_link_below orig_2_gallery_link_below
allow_albums: 1
code_usergroups: 0
Code (this is what is inside the table cells)   
Link to Original   
Link to Thumb   
Query    Used product: albums
Cookie    Read Cookie: albums,all,link_thumb_2_orig
Set Cookie: albums,all,link_thumb_2_orig
Table building (rows and columns)

That is all of it. The thing I found interesting is that Query Used product: albums bit. Any ideas?

I checked and double checked the paths to the gallery and the data directory and they are right.

You have used the mod before with vB albums, that's why albums still is saved as used product in the cookie. Delete the cookie bbphoto-popup (prefix may vary if you changed vB's standard cookie settings) and restart your browser.

I'll check for this error in next version.

cellarius 02-13-2009 06:10 AM

Quote:

Originally Posted by wottech (Post 1739146)
Hey cellarius, just checking if you got my PM with the changes to the garage config file?

Sure did, sorry for no confirmation. Will check it out shortly, will be part of next release.

cellarius 02-13-2009 07:59 AM

Question to all image resizer mod users:

As far as I can see, the mod handles linked thumbnails by means of a custom bbcode. Is that always the case?

So, would it be helpfull to make an option like:

enable Image Resizer Mod support [x] yes [ ] no

and if set to yes, all [img] tags in insert-options for linked images will be replaced by [imglink]? Or only in links to original and medium images, but not to album/gallery pages?

I do not have the imageresizer mod installed and will not do it. I'll better the cooperation with it if I can, but you'll have to help me on this :)

Mike-D 02-13-2009 09:06 AM

Quote:

Originally Posted by cellarius
Photoplog (only lite version available for development; at he moment it looks as if albums/categories are not working with Pro version)

The Pro version has its own Image Selector which is controlled thru the selector.php file. It's a hidden feature so you don't need your Addon to get it worked. I wouldn't worry about it ;)

cellarius 02-13-2009 09:46 AM

Quote:

Originally Posted by Mike-D (Post 1742707)
The Pro version has its own Image Selector which is controlled thru the selector.php file. It's a hidden feature so you don't need your Addon to get it worked. I wouldn't worry about it ;)

I'm well aware of this feature of Photoplog Pro, and it has been discussed in this thread before. But there are people out there who would rather use this mod because it allows to use more than one product.

If or when I get around to have a detailed look into it, I do not know, since I do other things in life, too - but obviuously there is demand for this.

Helmut71 02-13-2009 11:38 AM

I'm well aware of this feature of Photoplog Pro, and it has been discussed in this thread
Quote:

before. But there are people out there who would rather use this mod because it allows to use more than one product.

If or when I get around to have a detailed look into it, I do not know, since I do other things in life, too - but obviuously there is demand for this.
:) you are my hero cellarius!

DaveS 02-14-2009 07:22 AM

Seem to have a problem in the Admin CP when changing the Product settings.
I want mine set to:
photopost
albums

But it keeps erroring telling me that "I did not enter a valid value", but both of those values were that to start with, just in a different order.


All times are GMT. The time now is 04:14 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.01442 seconds
  • Memory Usage 1,761KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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