Log in

View Full Version : Major Additions - PhotoPlog: The Pro Gallery


Pages : 1 [2]

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
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
I believe you can fix that by replacing
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
with
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());

Thank you. I was getting the same error

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
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
Here's what I have in lines 86 - 98

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:


<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.):


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/file.php?n=168&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
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:

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

should be

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 :

<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>

aeternitasster
04-10-2018, 01:07 AM
I just installed this on 4.2.4 and it's looking great and I was able to upload pictures, assign a category and make an album but I have the following php message at the top

"Warning: Illegal string offset 'catid' in /home/xxxx/xxx/photoplog/index.php on line 92"

Can someone please help me decipher and fix this?

Thanks in advance

Here's what I have in lines 86 - 98

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.

We are having the same problem on vBulletin 4.2.5, and no, there seems to be still no answer.

It's just an annoying warning, though, everything seems to work fine.

Goomzee
01-29-2019, 06:50 AM
Same problem here, the Photoplog Gallery Selector button is not pointing to the correct path. What I mean by this is that:

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

should be

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 :

<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>


Will this work with vbulletin 3.8.x

sternenfee
06-07-2022, 08:19 AM
We are having the same problem on vBulletin 4.2.5, and no, there seems to be still no answer.

It's just an annoying warning, though, everything seems to work fine.

Here the same error :( Please help

Hostboard
06-14-2022, 12:19 PM
What version of PHP?

sternenfee
05-18-2023, 07:29 AM
Hi,

newly installed with php5.6.

Errormessage when click on https://***/photoplog/index.php



Warning: chdir(): No such file or directory (errno 2) in /www/htdocs/*/photoplog/settings.php on line 47

Warning: require_once(./global.php): failed to open stream: No such file or directory in /www/htdocs/*/photoplog/settings.php on line 48

Fatal error: require_once(): Failed opening required './global.php' (include_path='.:/usr/share/php:..') in /www/htdocs/*/photoplog/settings.php on line 48

VB Version 4.2.5.

can anyone help me?

Hostboard
05-18-2023, 10:14 AM
Looks like you have not uploaded the files correctly.
Also Have you gone through the entire thread and applied the "fixes" that have been posted?
This thing is ancient and might require someone to fix the code to work properly both in VB 4.2.5 and PHP versions.