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 - PhotoPlog: The Pro Gallery (https://vborg.vbsupport.ru/showthread.php?t=298927)

MarkFL 05-30-2017 06:07 AM

I downloaded the product, and looked at that file, and unfortunately, I don't see what the issue is...but it's past my bedtime, and perhaps tomorrow with fresh eyes, I will spot it. :)

chloe101 05-30-2017 06:11 AM

Quote:

Originally Posted by MarkFL (Post 2587103)
I downloaded the product, and looked at that file, and unfortunately, I don't see what the issue is...but it's past my bedtime, and perhaps tomorrow with fresh eyes, I will spot it. :)

Thank you. It's past mine too. I'll check back in the morning. Thanks again for all your help :)

chloe101 05-30-2017 12:39 PM

Quote:

Originally Posted by Dave (Post 2532931)
I believe you can fix that by replacing
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 

with
PHP Code:

$bbcode_parser = new vB_BbCodeParser($vbulletinfetch_tag_list()); 


Thank you. I was getting the same error

Code:

Warning: Assigning the return value of new by reference is deprecated in ..../photoplog/ratebit.php on line 29
and this did indeed fix that one.

chloe101 05-30-2017 03:06 PM

Quote:

Originally Posted by MarkFL (Post 2587103)
I downloaded the product, and looked at that file, and unfortunately, I don't see what the issue is...but it's past my bedtime, and perhaps tomorrow with fresh eyes, I will spot it. :)

Hi Mark, I'm going to uninstall this for now and try DBTech's gallery instead since that one is updated and supported. Photoplug is a neat add-on but it's creating double entries in the database everytime I create a new category and the final straw was when my ckeditor disappeared... possibly because of their ckeditor plug-in.

Thanks for taking the time. Hopefully whatever you find will help someone, maybe even me if DBTech;s doesn't work out...

On edit: I'm not uninstalling it just yet. Instead I'll recheck every single step to make sure I didn't miss anything.

2nd edit: There was nothing wrong with the editor. Some of my CKeditor files weren't properly uploaded. Sigh. I encourage anyone who runs into problems to retrace every single step and upload these files even more methodically that normal. But I still have the original problem you were helping me with

HM666 07-20-2017 12:42 AM

Quote:

Originally Posted by chloe101 (Post 2587102)
Here's what I have in lines 86 - 98
Code:

else if ($photoplog_file_info_links && $photoplog_file_id)
        {
                $photoplog_file_info = $photoplog_file_info_links;
        }
        unset($photoplog_file_info_links);

        $photoplog['catid'] = intval($photoplog_file_info['catid']);

        $photoplog_do_html = 0;
        $photoplog_do_smilies = 0;
        $photoplog_do_bbcode = 0;
        $photoplog['do_comments'] = 0;
        $photoplog_do_imgcode = 0;

Thanks

Did you ever find an answer to this? I'm having the same problem.

Brandon Sheley 07-21-2017 01:23 AM

Oh PhotoPlog, so many found memories of this plugin back in the day :)
I always liked it over the expensive photopost

Rakehel 08-17-2017 01:20 PM

This one is new to me, I think, hoping somebody has seen it. The main photo display stopped working, all photos, multiple, updated browsers. We're still using vb 4.2.3 w/any applicable patches.

I've tried using the photoplog maintenance tools, and looking over file.php, the apparent issue. I noted the file on the server was smaller in size than the original photoplog/file.php file, v2.1.6. I tried a backup and overwrite. Verified chmodding.

The paths below are for the same picture. From Chrome Inspect tool:

Quote:

<img style="padding: 1px; border: 1px solid #CCCCCC;" src="http://www.xxxxx.com/forum/photoplog/file.php?n=168&amp;w=l" alt="Click to view original" border="0" title="Click to view original">
Picture's properties in IE 11 (Looked at in Edge too.):

Quote:

http://www.xxxxx.com/forum/photoplog/file.php?n=469&w=l

Mozilla error message displayed: <img src="http://www.xxxxx.com/forum/photoplog/file.php?n=168&amp;w=o" alt="The image “http://www.xxxxx.com/forum/photoplog...amp;w=o” cannot be displayed because it contains errors.">

Rakehel 08-26-2017 10:13 AM

Does anyone have insight regarding my previous post?

aeternitasster 03-31-2018 12:26 PM

I've installed it on vBulletin 4.2.5 and followed the instructions, everything works okay up until the upload. The upload page comes up, I add a file, the description, etc., but when I try to upload this error comes up:

syntax error, unexpected 'new' (T_NEW) on line 29 in /home/domain/forums.domain.net/photoplog/ratebit.php
#0 {main}

Line 29 of ratebit.php :
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

Any ideas?

edit: Nevermind, it's fixed. Same problem as with the vb link directory. If anyone else has this problem and uses PHP 7, it can be corrected by removing the class assignment operator - the ‘&’ - which is no longer supported.

aeternitasster 04-02-2018 03:06 PM

Quote:

Originally Posted by ckgb (Post 2474169)
Ckeditor Photoplog Gallery Selector button returns page 404.

selector.php is in place and works. Selector button is not pointing to the selector. Everything else works, so I think all the paths are set correctly. Checked and triple-checked.

Same problem here, the Photoplog Gallery Selector button is not pointing to the correct path. What I mean by this is that:

HTML Code:

https://www.website.com/gallery/selector.php?e=vB_Editor_001_editor
should be

HTML Code:

https://www.website.com/photoplog/selector.php?e=vB_Editor_001_editor
I could not find the code under custom BB codes. Where/how do I change this?

In the meantime I've added a rewrite. In case someone else wants to do this, here is the code. Add this to .htaccess :

Code:

<IfModule mod_rewrite.c>
RewriteEngine on
# BEGIN Rewrite /gallery/ to /photoplog/
RewriteRule ^gallery/(.*)$ /photoplog/$1 [R=301,NC,L]
# END  Rewrote /gallery/ to /photoplog/
</IfModule>



All times are GMT. The time now is 09:51 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.01398 seconds
  • Memory Usage 1,754KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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