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)

baby41 09-30-2007 05:28 PM

Quote:

Originally Posted by amazigh_rif (Post 1350272)
Code:

<?php
echo getcwd();
?>

Copy paste above code into an editor and save the file as "path.php". Then upload path.php into your root dir, and open yoururl.com/path.php

You will get a response like /home/baby41/domains/yoururl.com/public_html
That would be your full path to your root dir.

Thanks for your help it is working now but when I try to upload gives me this error:

Code:

Sorry, xxxx: Bad Open - Cannot Open the images Directory for Writing
Checked images folder permissions and are 777 as it is supose,any of you guys have an idea what to do now.

applyimage 09-30-2007 10:44 PM

Uploaded all files correctly ande made correct code changes, when following the link http://www.applyimage.co.uk/forum/photoplog/ its is asking me to log in :( what could be the problem?

Doctor Death 10-01-2007 12:23 AM

I never figured out where to enable post counts within the postbit...

amazigh_rif 10-01-2007 06:13 AM

Quote:

Originally Posted by baby41 (Post 1350304)
Thanks for your help it is working now but when I try to upload gives me this error:

Code:

Sorry, xxxx: Bad Open - Cannot Open the images Directory for Writing
Checked images folder permissions and are 777 as it is supose,any of you guys have an idea what to do now.

You probably did 777 in in www.yoururl.com/forum/images (that one should stay 755)

you should check www.yoururl.com/photoplog/images

amazigh_rif 10-01-2007 06:15 AM

Quote:

Originally Posted by applyimage (Post 1350480)
Uploaded all files correctly ande made correct code changes, when following the link http://www.applyimage.co.uk/forum/photoplog/ its is asking me to log in :( what could be the problem?

Decide what groups to give permission to view and/or upload and then edit your usergroup settings.

valdet 10-02-2007 12:10 PM

Currently my subcategories are being shown one after another. Please see the first screenshot.

I would like each subcategory to display in a new row just like the second attachment.

Any suggestions, as I could not find a way around this..

Thanks.

inciarco 10-02-2007 12:35 PM

I'd like to share with You an Incompatibility of this Hack with the Hack "Chief First Post - Every Page - 3.6.x" (https://vborg.vbsupport.ru/showthread.php?t=156141); perhaps the Error is on that Hack or in this Hack; I copy/paste the Error Message so that You Could Analyze it and have the necessary Information to Solve that Incompatibility:

:confused: Could you please tell me what can I do to be able to Use both Hacks Together without getting the Error Message I'm Receiving?? :confused:

(I've currently Uninstalled the "Chief First Post - Every Page - 3.6.x" Hack in my Forums, but I hope to be able to use it along with this Hack "PhotoPlog: The Lite Gallery"). :(

I appreciate Your Special Help!! ;)

I copy/paste one of the Messages I've written in the Thread of the Hack "Chief First Post - Every Page - 3.6.x" (https://vborg.vbsupport.ru/showthread.php?t=156141), where I try to tell them about the presence of the Error so that They can Analize it too:

Quote:

Originally Posted by inciarco (Post 1348936)
The only way for the Hack to Work is by Disabling the Photoplog Hack in my Forum, that's why I deduced that some Incompatibility is Happening, also by the Error Message and the piece of code that says "COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplo g_fileuploads.moderate)) AS photoplog_filecount" that includes "COUNT" and is related with Photoplog; but this Error only happens when the Chief First Post Hack is Activated and set to Yes in a Forum, so something isn't working, at least in Version 3.6.7 PL1; I hope you could analyze the Error and Orient me in what should I check/change/set for this Hack to work Ok in my Forums!! :confused:

I appreciate your Help and your Patience!! ;)

My Best Regards!! :)

I copy/paste again the Error Message for you to Analyze it:

Code:

Database error
The INCIARCO - FOROS - Comunidades Virtuales de Integraci?n database has encountered a problem.

--------------------------------------------------------------------------------
 
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the inciarco.com home page, then try to open another page.
Click the Back button to try another link.
 
The inciarco.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.


Database error in vBulletin 3.6.7:

Invalid SQL:

                SELECT
                        post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
                        user.*, userfield.*, usertextfield.*,
                        icon.title as icontitle, icon.iconpath,
                        avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
                        deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
                        editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
                        editlog.reason AS edit_reason,
                        postparsed.pagetext_html, postparsed.hasimages,
                        sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
                        sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
                       
                        , IF(SUM(photoplog_fileuploads.moderate) > 0 AND 1 = 0,COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplog_fileuploads.moderate)) AS photoplog_filecount
                FROM vb_post AS post
                LEFT JOIN vb_user AS user ON(user.userid = post.userid)
                LEFT JOIN vb_userfield AS userfield ON(userfield.userid = user.userid)
                LEFT JOIN vb_usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
                LEFT JOIN vb_icon AS icon ON(icon.iconid = post.iconid)
                LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid)
                        LEFT JOIN vb_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
                LEFT JOIN vb_editlog AS editlog ON(editlog.postid = post.postid)
                LEFT JOIN vb_postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 3 AND postparsed.languageid = 2)
                LEFT JOIN vb_sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 3 AND sigparsed.languageid = 2)
                LEFT JOIN vb_sigpic AS sigpic ON(sigpic.userid = post.userid)
                        LEFT JOIN photoplog_fileuploads AS photoplog_fileuploads ON(photoplog_fileuploads.userid = user.userid)
                WHERE post.postid IN (0,8415,8415)
                ORDER BY post.dateline;

MySQL Error  : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140
Date        : Tuesday, September 25th 2007 @ 05:12:30 PM
Script      : http://zzz/showthread.php?t=1909
Referrer    : http://zzz/forumdisplay.php?f=85
IP Address  : zzz.zzz.zzz.zzz
Username    : zzz
Classname    : vb_database

:)


applyimage 10-02-2007 01:35 PM

Quote:

Originally Posted by amazigh_rif (Post 1350641)
Decide what groups to give permission to view and/or upload and then edit your usergroup settings.

Thanks!

one last questiion, is there a hack to display latest uploads on forumhome?

The Realist 10-02-2007 06:23 PM

Regardless of the posting settings, when ever I try and reply I keep getting "The message you have entered is too short".

Any ideas why?

Regards.

amazigh_rif 10-03-2007 05:13 PM

Quote:

Originally Posted by applyimage (Post 1351431)
Thanks!

one last questiion, is there a hack to display latest uploads on forumhome?

Yes, its written in readme.txt

Go to your forumhome template and and find $navbar, add below $photoplog_forumhome
.

This will show random uploads and not last uploads by the way.

applyimage 10-03-2007 07:54 PM

yay! :)

thunder_sti 10-03-2007 08:39 PM

Currently working on 3.6.7 (PL1)

Thanks Awesome Mod. Quick Installed no issues:)

applyimage 10-04-2007 05:38 PM

Quote:

Originally Posted by amazigh_rif (Post 1352250)
Yes, its written in readme.txt

Go to your forumhome template and and find $navbar, add below $photoplog_forumhome
.

This will show random uploads and not last uploads by the way.

Hi :o I know I promised that would be my last question but i've come across another problem, I enabled the link in postbit whihc is supposed to link to the users gallery uploads? but I'm getting the error 403 forbidden message after clicking. Guessing I havn't set permissions on a certain file/folder right but which one could it be?

http://www.applyimage.co.uk/forum/sh...0662#post80662

Second post down to check for yourself.

lifesourcerec 10-04-2007 06:23 PM

Fixed previous problems, but now having a new one. All new uploads are not displaying, but does shows the file is there (by size).

emdee 10-05-2007 01:37 PM

hi have .htaccess file doing a redirect for me:

www.domain.com is 301 redirected to www.domain.com/forums

if this redirect is active, www.domain.com/photoplog come up as a blank page.
how to i get the /photoplog still come up , while the redirect is still activated

please provide details.
thanks

amazigh_rif 10-05-2007 03:54 PM

Quote:

Originally Posted by emdee (Post 1353479)
hi have .htaccess file doing a redirect for me:

www.domain.com is 301 redirected to www.domain.com/forums

if this redirect is active, www.domain.com/photoplog come up as a blank page.
how to i get the /photoplog still come up , while the redirect is still activated

please provide details.
thanks

Add and index.html instead of .htaccess into your root directory.

Here is the code to put into your index.html

Code:

<html>
<script>
    location = "http://www.yourdomain.com/forum/";
</script>
</html>

There might be an htaccess solution, you should ask in an seperated section/thread.

emdee 10-08-2007 02:07 AM

Quote:

Originally Posted by amazigh_rif (Post 1353530)
Add and index.html instead of .htaccess into your root directory.

Here is the code to put into your index.html

Code:

<html>
<script>
    location = "http://www.yourdomain.com/forum/";
</script>
</html>

There might be an htaccess solution, you should ask in an seperated section/thread.

yes. thanks. i did it as you mentioned above. this works for now. :up:

afullcup 10-08-2007 06:01 PM

I have seen this question asked before, but not necessarily answered in a way that fixes it for me. I created and ran path.php, so I know my path is correct now, but I am still getting these errors:

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/afullcup/public_html/upload/photoplog/settings.php on line 93

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

please advise :)

The Realist 10-08-2007 07:17 PM

Are you sure your path is correct?

afullcup 10-08-2007 10:06 PM

Quote:

Originally Posted by The Realist (Post 1355683)
Are you sure your path is correct?

lol - I had the path.php in my photoplog directory, so of course my path was a little off :)

inciarco 10-08-2007 10:10 PM

:(:(:(

:confused: Any Idea in How To Correct the Incompatibility of this Hack with the Hack "Chief First Post - Every Page - 3.6.x" (https://vborg.vbsupport.ru/showthread.php?t=156141)?? :confused:

:( I Hope You Can Help Me To Be Able To Use Both Hacks Together!! :(

Copy/Paste of one of the Messages I've written in the Thread of the Hack "Chief First Post - Every Page - 3.6.x" (https://vborg.vbsupport.ru/showthread.php?t=156141), where I try to tell them about the presence of the Error so that They can Analize it too:

Quote:

Originally Posted by inciarco (Post 1348936)
The only way for the Hack to Work is by Disabling the Photoplog Hack in my Forum, that's why I deduced that some Incompatibility is Happening, also by the Error Message and the piece of code that says "COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplo g_fileuploads.moderate)) AS photoplog_filecount" that includes "COUNT" and is related with Photoplog; but this Error only happens when the Chief First Post Hack is Activated and set to Yes in a Forum, so something isn't working, at least in Version 3.6.7 PL1; I hope you could analyze the Error and Orient me in what should I check/change/set for this Hack to work Ok in my Forums!! :confused:

I appreciate your Help and your Patience!! ;)

My Best Regards!! :)

I copy/paste again the Error Message for you to Analyze it:

Code:

Database error
The INCIARCO - FOROS - Comunidades Virtuales de Integraci?n database has encountered a problem.

--------------------------------------------------------------------------------
 
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the inciarco.com home page, then try to open another page.
Click the Back button to try another link.
 
The inciarco.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.


Database error in vBulletin 3.6.7:

Invalid SQL:

                SELECT
                        post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
                        user.*, userfield.*, usertextfield.*,
                        icon.title as icontitle, icon.iconpath,
                        avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
                        deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
                        editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
                        editlog.reason AS edit_reason,
                        postparsed.pagetext_html, postparsed.hasimages,
                        sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
                        sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
                       
                        , IF(SUM(photoplog_fileuploads.moderate) > 0 AND 1 = 0,COUNT(photoplog_fileuploads.moderate) - SUM(photoplog_fileuploads.moderate),COUNT(photoplog_fileuploads.moderate)) AS photoplog_filecount
                FROM vb_post AS post
                LEFT JOIN vb_user AS user ON(user.userid = post.userid)
                LEFT JOIN vb_userfield AS userfield ON(userfield.userid = user.userid)
                LEFT JOIN vb_usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
                LEFT JOIN vb_icon AS icon ON(icon.iconid = post.iconid)
                LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid)
                        LEFT JOIN vb_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
                LEFT JOIN vb_editlog AS editlog ON(editlog.postid = post.postid)
                LEFT JOIN vb_postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 3 AND postparsed.languageid = 2)
                LEFT JOIN vb_sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 3 AND sigparsed.languageid = 2)
                LEFT JOIN vb_sigpic AS sigpic ON(sigpic.userid = post.userid)
                        LEFT JOIN photoplog_fileuploads AS photoplog_fileuploads ON(photoplog_fileuploads.userid = user.userid)
                WHERE post.postid IN (0,8415,8415)
                ORDER BY post.dateline;

MySQL Error  : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140
Date        : Tuesday, September 25th 2007 @ 05:12:30 PM
Script      : http://zzz/showthread.php?t=1909
Referrer    : http://zzz/forumdisplay.php?f=85
IP Address  : zzz.zzz.zzz.zzz
Username    : zzz
Classname    : vb_database

:)


cam2 10-14-2007 06:44 PM

Where do I find the path to my forum for the config file?

bazzup 10-14-2007 07:25 PM

Quote:

Originally Posted by Scott Gerdes (Post 1359950)
Where do I find the path to my forum for the config file?

depending on where you have your forum setup it will be something like this


home/dbname/public_html/forum


change the red bits to suit your setup

cam2 10-14-2007 09:32 PM

What is the setting in the admin cp? Is it just /photoplog or the entire url? My photoplog is located in the forum folder.

So - http://www.huntingne.com/forum/photoplog

cam2 10-14-2007 10:08 PM

Got it, thank you for your help!!!

bazzup 10-14-2007 11:01 PM

Quote:

Originally Posted by Scott Gerdes (Post 1360121)
Got it, thank you for your help!!!

no probs

JimmyJames 10-16-2007 12:28 AM

Love this add on!

Simple, easy to use, very effective, and zero install issues.

thanks!

*installed & nominated

Zidane007nl 10-16-2007 09:02 PM

Quote:

Originally Posted by indie (Post 1304459)
In vB 3.6.8, the photo count mod for the postbit has stopped working. Any fix?

Does anyone has a fix for this? I have the same problem...

semauae 10-19-2007 07:00 PM

Quote:

Onscreen Error


Code:

Fatal error: Call to undefined function: imagetypes() in /home/wherever/public_html/photoplog/functions.php on line X
It means that the core GD library is not installed correctly. Visit http://www.boutell.com/gd/ or in EasyPHP, configuration, PHP extensions, activate php_gd2, restart.
I asked the host company

they said we allready enabled it

I need ur help

R.Solutions 10-20-2007 09:37 AM

I get this.

Parse error: syntax error, unexpected ';' in /home/centexra/public_html/forums/photoplog/config.php on line 12

amazigh_rif 10-21-2007 02:03 PM

Quote:

Originally Posted by R.Solutions (Post 1364247)
I get this.

Parse error: syntax error, unexpected ';' in /home/centexra/public_html/forums/photoplog/config.php on line 12

Line 12 in your config php should look like this:

Code:

define('PHOTOPLOG_FWD','/home/centexra/public_html/forums');
Check this post if you are not sure about your main path.

Spank 10-22-2007 03:19 PM

Does this give each user their own gallery (eg. View member A's gallery)? Or is it just one big gallery?

KTP 10-22-2007 07:14 PM

installed and works great, thanks.

vietfancy 10-24-2007 07:10 PM

images don't show with Fire Fox. and keep asking to log in even though i already did. Can't upload picture when im with Fire Fox either.

Work well with IE.

Kent100 10-26-2007 11:34 AM

Russian language file

SVTCobraLTD 10-26-2007 03:59 PM

Is there a way to block the images uploaded from being used on other sites?

SVT

amazigh_rif 10-26-2007 05:35 PM

Quote:

Originally Posted by SVTCobraLTD (Post 1369175)
Is there a way to block the images uploaded from being used on other sites?

SVT

http://www.selfseo.com/story-18469.php

O_Dog 10-28-2007 01:42 PM

Sorry if this problem has been posted but after i moved webhost and after i transferd my files and database file i noticed none of the images showed in photoplog here is the error i get when i try and upload a new file

PHP Code:

Warningmove_uploaded_file(/home/****/public_html/photoplog/images/1/1_test.jpg) [function.move-uploaded-file]: failed to open streamPermission denied in /photoplog/upload.php on line 171

Warning
move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpkUvLm6' to '/home/****/public_html/photoplog/images/1/1_test.jpg' in /photoplog/upload.php on line 171 

Has this got anything todo with activate php_gd2, restart ??

amazigh_rif 10-29-2007 12:50 AM

Quote:

Originally Posted by O_Dog (Post 1370383)
Sorry if this problem has been posted but after i moved webhost and after i transferd my files and database file i noticed none of the images showed in photoplog here is the error i get when i try and upload a new file

PHP Code:

Warningmove_uploaded_file(/home/****/public_html/photoplog/images/1/1_test.jpg) [function.move-uploaded-file]: failed to open streamPermission denied in /photoplog/upload.php on line 171

Warning
move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpkUvLm6' to '/home/****/public_html/photoplog/images/1/1_test.jpg' in /photoplog/upload.php on line 171 

Has this got anything todo with activate php_gd2, restart ??

You need to check your chmod settings. Make sure that your images dir in photoplog are set to 777. Not only the images folder, but also all subfolders like 1, 2, large medium... The pictures in those subfolders must be set (back) to chmod 644.

StreetTriple 10-29-2007 01:33 PM

hi, i've a problem...

i don't see the control box on the ACP... i have only the options in the ACP-->Vbulletin Options--> Photoplog...
but i haven't the left box expandible ... then i don't setting the permission group...

how i can resolve it?


All times are GMT. The time now is 02:17 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.03198 seconds
  • Memory Usage 1,890KB
  • 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
  • (9)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)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
  • (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