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)

aeternitasster 04-10-2018 01:07 AM

Quote:

Originally Posted by chloe101 (Post 2587100)
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

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

Quote:

Originally Posted by HM666 (Post 2588685)
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

Quote:

Originally Posted by aeternitasster (Post 2593885)
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>



Will this work with vbulletin 3.8.x

sternenfee 06-07-2022 08:19 AM

Quote:

Originally Posted by aeternitasster (Post 2594025)
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

Code:


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.


All times are GMT. The time now is 05:18 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.01379 seconds
  • Memory Usage 1,735KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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