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)

rfikki 09-16-2007 12:45 PM

I have been running it for months no problem all the sudden no images are visible but they are actually there as files. permissions are set properly and liberally to 777, the only thing that has changed is that my system was updated to php5. If I post a new image I can see it. All previously posted images are not displaying. It seems to be only the thumbnails that do not display.

Any help appreciated:
http://www.junobeachpier.net/photoplog/

Examples:
1)
This does not display:
http://www.junobeachpier.net/photoplog/index.php?n=128
but the picture is here:
http://www.junobeachpier.net/photopl...rge/2_bony.gif
2)
This does not display:
http://www.junobeachpier.net/photoplog/index.php?n=112
but the picture is here:
http://www.junobeachpier.net/photopl...nut_action.jpg


And so on for all pictures submitted before 15 Sep 2007
Take a look at the above.....

tirol07 09-17-2007 04:11 PM

Quote:

Originally Posted by amazigh_rif (Post 1332108)
Go to admincp / photoplog / edit templates / and edit your photoplog_cat_list template

Find:
Code:

<td class="thead" nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
Replace is with:
Code:

<td class="thead" width="250 nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
I added a width of 250, but it might be 240 or 260 for your forum. It depends on the length of your album name. Judging by your attachment i I think 250 is OK.

One more thing.

If you edit only the photoplog_cat_list template you will get this view:


Sub-Categories: Album1 Album2
Album 3 Album 4 Album 5
Album 6 Album 7 Album 8

As you can see Album1 start right after "Sub-Categories:"

I didnt like that since I wanted:

Sub-Categories:

Album 1 Album 2 Album3
Album 4 Album 5 Album 6
Album 7 Album 8 Album 9


So I had to add 2 "go to next line" html codes (<BR>).

Download from your server /photoplog/categery.php

Edit categories.php and find :

Code:

\">&nbsp;".$vbphrase['photoplog_sub_categories'].":".$
Replace it with:

Code:

\">&nbsp;".$vbphrase['photoplog_sub_categories'].":<BR><BR>".$
Upload it back to your photoplog folder on your servr.

Keep an original copy of catogeries.php in case you screw things up. :D

Good luck.

Hello thanks for your assistance, but it does not function yet!

amazigh_rif 09-17-2007 05:18 PM

Quote:

Originally Posted by tirol07 (Post 1340938)
Hello thanks for your assistance, but it does not function yet!

How come that it doesnt function? You could not find the template in admincp, or you couldnt find the phrase that you had to replace?

Anyway, you didnt edit the template.

Edit your photoplog_cat_list template, follow the exact instructions that I wrote in earlier post.


Find:

Code:

<td class="thead" nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
Replace it with:

Code:

<td class="thead" width="250 nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
Its only a matter of 10 mouse clicks, you can copy/paste from here.

tirol07 09-20-2007 07:39 PM

Quote:

Originally Posted by amazigh_rif (Post 1340998)
How come that it doesnt function? You could not find the template in admincp, or you couldnt find the phrase that you had to replace?

Anyway, you didnt edit the template.

Edit your photoplog_cat_list template, follow the exact instructions that I wrote in earlier post.


Find:

Code:

<td class="thead" nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
Replace it with:

Code:

<td class="thead" width="250 nowrap="nowrap">$vbphrase[photoplog_main_categories]</td>
Its only a matter of 10 mouse clicks, you can copy/paste from here.

Hi;

Sure i did it, but it does not function yet! what am I to now do? do you have a notion,
why it does not function?

thanks

amazigh_rif 09-21-2007 11:01 AM

Quote:

Originally Posted by tirol07 (Post 1343345)
Hi;

Sure i did it, but it does not function yet! what am I to now do? do you have a notion,
why it does not function?

thanks

Did you run the latest version of photoplog (v 2.0.6) ?

tirol07 09-21-2007 07:44 PM

Quote:

Originally Posted by amazigh_rif (Post 1343760)
Did you run the latest version of photoplog (v 2.0.6) ?

Yes it is the latest version of photoplog!

lifesourcerec 09-22-2007 08:13 PM

Changed hosts and now images doesn't appear. Get this error.

The requested URL /photoplog//index.php?n=130 does not exist.

lifesourcerec 09-22-2007 10:13 PM

Quote:

Originally Posted by lifesourcerec (Post 1344784)
Changed hosts and now images doesn't appear. Get this error.

The requested URL /photoplog//index.php?n=130 does not exist.

Ok, that's fixed, now this.

Fatal error: Call to undefined function: imagetypes() in /home/wherever/public_html/photoplog/file.php on line 189

baby41 09-30-2007 09:44 AM

Quote:

Originally Posted by calorie (Post 828204)
  • Onscreen Error
    Code:

    Warning: chdir(): No such file or directory (errno X) in /home/wherever/public_html/photoplog/settings.php on line X

    Warning: main(./global.php): failed to open stream: No such file or directory in /home/wherever/public_html/photoplog/settings.php on line X

    Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wherever/public_html/photoplog/settings.php on line X

    It means that the full path set in the PhotoPlog config file is incorrect. Run this script in your main forum directory to help determine the correct path.
    Code:

    <?php
    echo getcwd();
    ?>


Can you tell me where I do insert this bit of code to help me finding the correct path,regards.

amazigh_rif 09-30-2007 04:38 PM

Quote:

Originally Posted by baby41 (Post 1350120)
Can you tell me where I do insert this bit of code to help me finding the correct path,regards.


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.


All times are GMT. The time now is 06:16 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.03257 seconds
  • Memory Usage 1,756KB
  • 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
  • (11)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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