vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - PhotoPlog: The Lite Gallery (https://vborg.vbsupport.ru/showthread.php?t=101368)

Pete2007 02-28-2009 04:36 PM

Hi,

I recently changed servers and I have a error with my photo gallery.

HTML Code:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/myusername/public_html/mysite.co.uk/photoplog/settings.php on line 92

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/myusername/public_html/mysite.co.uk/photoplog/settings.php on line 93

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myusername/public_html/mysite.co.uk/photoplog/settings.php on line 93

Does anyone know how to solve this problem?

Any help or advice would be most appreciated!

pappocapo 03-01-2009 04:30 AM

Thanks for the update

pattycake 03-01-2009 04:47 AM

Quote:

Originally Posted by pattycake (Post 1754256)
I am getting "security token" error when trying to test the upload on a new install.

vb 3.6.12, new install, no addons
photoplog lite 2.0.7

forum home: /var/www/html/vb368
1. tried installing /var/www/html/vb368/photoplog (underneath forum home)
link: 127.0.0.1/vb368/photoplog

2. tried installing /var/www/html/photoplog (outside forum home)
link: 127.0.0.1/photoplog

same error both times.

Cookies are still at default set by vb install.

Using Administrator login
All Permissions set
Able to create categories, etc, just cannot upload an image to any category.

If I can get this working reliably, I have no problems upgrading to Pro version.


It took a TON of "echo" statements but I finally found and fixed the problem - 4 letters ... starts with C and rhymes with "SRF"

Goomzee 03-04-2009 10:13 AM

Is this possible to upload images in Gallery directory help of ftp and import from Admincp or any other way because upload each again and again it's quite annoying

jeremyalyea 03-10-2009 01:04 AM

Quote:

Originally Posted by nfn (Post 1237626)
Hi,

I don't know if anyone as found a good solution to turn PhtoPlog Lite more SEO, but here's mine:

Todo:
Edit 2 PhotoPlog files - index.php and functions.php

Dificulty & Time
Easy ... just 2 minuts

What & How?

Place image name in Title

Open index.php and find
Code:

photoplog_output_page('photoplog_view_file', $vbphrase['photoplog_view_file']);
replace with
Code:

photoplog_output_page('photoplog_view_file', $vbphrase['photoplog_view_file'] ." - ". $photoplog_title);

Replace PhotoPlog in title with you Forum Name

Open functions.php and find
Code:

$pagetitle = $vbphrase['photoplog_photoplog']." - ".$photoplog_phrase;
replace with
Code:

$pagetitle = $vbulletin->options['bbtitle']." - ".$photoplog_phrase;

Note: $vbulletin->options['bbtitle'] is defined at: vBulletin Options -> vBulletin Options -> Site Name / URL / Contact Details -> Forum Name

Done!

This hack was done with vBulletin 3.6.5 and PhotoPlog Lite v.2.0.6

PS: English is not my main language, so if you find any error just ignore it!

Tags: PhotoPlog Lite SEO, PhotoPlog Lite Search Engine Friendly, PhotoPlog Lite Title

Worked perfect! Thank you.

Goomzee 03-10-2009 06:53 AM

Quote:

Originally Posted by Goomzee (Post 1759965)
Is this possible to upload images in Gallery directory help of ftp and import from Admincp or any other way because upload each again and again it's quite annoying

why peopel don't reply my questions

dazzled 03-11-2009 02:16 AM

Hi.. I'm getting this error screen and can't seem to figure it out.. any help would be appreciated!

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/caiquefo/public_html/photoplog/settings.php on line 95

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/caiquefo/public_html/photoplog/settings.php on line 95

Kyrasis6 03-15-2009 06:24 AM

Apparently everyone has forgotten how to read. Go back to the first page and check out posts 2 and 3, covers 90% of the questions asked.

Post #3

Reece^B 03-16-2009 10:44 AM

Im running PhotoPlog, just want to know is there a difference between this & the now default vBulletin Albums?

Thanks

dazzled 03-17-2009 12:57 PM

So for those of us that are very dense, what steps does one take exactly to run the script given in our main forum directory to determine the correct path?

Goomzee 03-18-2009 05:14 AM

how to fix this
Quote:

File is too Large or of the Wrong MIME Type

zombietom 03-18-2009 07:35 AM

i don't have gd library --how do i get it and how do i install it ?
thanks

EDIT: never mind ..i changed host and it works fine.

any good pics of the day mod that works with this?

joopster 03-26-2009 05:13 PM

I just moved servers and when I click on photoplog this is what I am getting.

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/admin/domains/howieforums.com/public_html/forum/photoplog/settings.php on line 263

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/admin/domains/howieforums.com/public_html/forum/photoplog/settings.php on line 266

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/admin/domains/howieforums.com/public_html/forum/photoplog/settings.php on line 266

Any ideas?

The Realist 03-31-2009 08:01 AM

What does the line say at 266 in the settings.php file!

cobaltcoupe 04-07-2009 02:56 PM

I have the pro version of this and I want to have the random images block on my forum home and I don't know how to do that. Does anyone know how to do this, or if there is a plugin for this?

mcrider 04-07-2009 03:10 PM

Quote:

Originally Posted by cobaltcoupe (Post 1785789)
I have the pro version of this and I want to have the random images block on my forum home and I don't know how to do that. Does anyone know how to do this, or if there is a plugin for this?

The instructions to do that are in the main readme file....

cobaltcoupe 04-07-2009 05:09 PM

Quote:

Originally Posted by mcrider (Post 1785801)
The instructions to do that are in the main readme file....

The only thing it tells you how to do is latest images and they have descriptions. I just want the random image strip with no descriptions.

mcrider 04-07-2009 10:49 PM

Quote:

Originally Posted by cobaltcoupe (Post 1785884)
The only thing it tells you how to do is latest images and they have descriptions. I just want the random image strip with no descriptions.

Quote:

3) Want thumbnails on forum home and/or member info?
Use $photoplog[thumbnails] and/or $photoplog[minithumbnails] right after
$navbar appears in the FORUMHOME and/or MEMBERINFO templates
Use $photoplog[minithumbnails]

cobaltcoupe 04-08-2009 01:05 PM

Quote:

Originally Posted by mcrider (Post 1786150)
Use $photoplog[minithumbnails]

Thank you very much.

Bettina 05-02-2009 08:44 AM

Hello,

i have in my VBulletin 3.6.8 Photplog install, but i have a white Site when i will start Photoplog.
Can you help me? My English ist not good, i hope you understand me?

By Tina

Bettina 05-03-2009 03:13 PM

Hello,

when i upload a Image come a Message:
Ungültiges Bild - Das Bild hat einen ungültigen MIME Typ.

Can you help me please?

VG Tina

basilrath 05-03-2009 03:27 PM

change the format of the image to a jpg or gif it will recognise it better.

otix_ 05-04-2009 04:27 AM

Hi,

when I try to upload the german language-file it just says: "invalid file"? Why, any suggestions? (vBulletin 3.7.2 )

thanks, otix_

Gardarika 05-07-2009 11:52 AM

I cannot get the thumbs to display on the forum index (forumhome). I have added $photoplog_forumhome below $navbar in the forumhome template... but they still aren't appearing.

Mrdby 05-10-2009 12:24 PM

fixed! Thanks

otix_ 05-16-2009 06:58 PM

delete pls

otix_ 05-16-2009 06:59 PM

Is there a way, to show only one picture (thumbnail) randomly on forumhome sidebar (sidecolumn) ?

Thank you
otix_

Allan 05-21-2009 01:52 PM

French language 2.0.7 :)

Gravemind 05-28-2009 01:09 PM

hello, i need some help with photoplog lite (latest)

i configured the config.php correctly, its working... but i cant upload any images, after uploading i have to relog?!??? and nothing happens? when i go from vbulletin (logged in) to photoplog i have to log me in again. theres something not right? any solution?

thanks

~Gravemind

Soljah 05-28-2009 02:42 PM

Ok I have a question. I am assuming the latest release is compatible with VB 3.8. In assuming that I decided to go ahead and add the MOD to my board. Everything loaded fine, but when I click on the "upload", "home" or "search" links, they take me to some other site. http://urlseek10.vmn.net/search.php?...sistersconnect

How can I manually change these within the ACP?

PGAmerica 05-29-2009 07:11 PM

Quote:

Originally Posted by [B
Tact7626][/B]installed. as far as i know i followed everything correctly. i keep getting the page asking me to login to the forum.

even after i login. it just shows me the same page again. anyone else got this? solution?


Quote:

Originally Posted by Megareus Rex (Post 1491297)
All usergroups (even the admin group) begins with all photoplog permissions turned off. Go and edit it so you can access it.

I have set all my usergroups to view access. As an admin, I have full access. Yet I am having this exact problem too.

Ideas?

PGAmerica 06-01-2009 06:58 PM

Anybody Anybody?

PGAmerica 06-02-2009 04:52 PM

Is there any support for this?

ArnyVee 06-06-2009 01:15 PM

Is there a way to import the pictures already uploaded into the vBulletin default albums?

Dennys2012 06-09-2009 03:58 AM

Hello : Everyone

i have the mod call Photoplog i am try to upload all my gallery from my hardrive but i can't i have to upload one by one lol i check if i can upload this to from ftp but i can't 2 because when i upload one image from photoplog is making like 3 folder

1 : For Small

2 : For Medium

3 : For Large

can u tell me how to upload my hole gallery to my gfx site i got more than 900,000 renders

Thank's Everyone

Digital Jedi 06-12-2009 12:03 AM

Mass loading isn't supported. I'm not sure if it is in the paid version but you can check on their site.

ArnyVee 06-12-2009 01:55 PM

I checked on Morgan's site (www.photoplog.com) and it looks like there is an option for multiple picture uploading in the pro/paid version. I'll be upgrading in the near future as there are a couple of other upgrades that seem like they would add some nice touches to the gallery :D

Dennys2012 06-13-2009 05:32 AM

i want to add my photoplog the random bar on the portal mod any help thank's

ArnyVee 06-18-2009 12:11 AM

To fix the notices not working/showing, simply go to admincp >> photoplog >> modify settings and then look for the "global variables" section and type in "notices" (without the quotation marks, of course) and save. That should allow the notices to show :up:

WxP 06-18-2009 08:49 PM

Hello, i`m geting this error: Bad File - File is too Large or of the Wrong MIME Type

I have change the folder image to -R 777 I have config the path on Config.php but i have again this error!!


All times are GMT. The time now is 02:00 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.04434 seconds
  • Memory Usage 1,826KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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