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)

zsmom 12-08-2005 10:35 PM

Quote:

Originally Posted by calorie

Thank you! Works great...

VB-STYLE 12-09-2005 09:02 AM

I got this error

Fatal error: Maximum execution time of 30 seconds exceeded in /home/xxxxx/public_html/forum/photoplog/functions.php on line 171

I'm using vBulletin Version 3.5.2

allstar55 12-09-2005 10:45 AM

My URLs aren't right.

Home:
http://www.xxxxxxx.de/index.php/photoplog/index.php

Upload:
http://www.xxxxxxx.de/index.php/photoplog/upload.php

A:
http://www.xxxxxxx.de/index.php/photoplog/index.php?q=a

What is this ?? /index.php/
I'm using 3.5.1

calorie 12-09-2005 11:17 AM

@VB-STYLE: it's a server timeout, meaning that your server timed out prior to absolute links being done. What action were you doing when that happened?

@allstar55: what are your PhotoPlog directory and your vB Forum URL settings?

VB-STYLE 12-09-2005 11:24 AM

just when I try to go in
www.xxxxxx.com/photoplog

allstar55 12-09-2005 11:48 AM

Quote:

Originally Posted by calorie
@VB-STYLE: it's a server timeout, meaning that your server timed out prior to absolute links being done. What action were you doing when that happened?

@allstar55: what are your PhotoPlog directory and your vB Forum URL settings?

seite.com/photoplog/
seite.com/forum/

define('PHOTOPLOG_FWD','/home/www/privat/xxxxxx/html/forum');

EDIT: URL Setting was adsad.de/index.php
I have remove index.php , now the url is right

calorie 12-09-2005 12:19 PM

Some tests on the absolute links function gave the following process times, but that's on my machine:
Code:

0.322336 secs on run 1
0.395830 secs on run 2
0.347106 secs on run 3
0.327901 secs on run 4
0.373469 secs on run 5
----------------------
0.3533284 average secs

To see if the function is the issue on your machine, in functions.php find:
Code:

function photoplog_absolute_links($src_input, $src_output, $src_link)
{

And temporarily replace with the following:
Code:

function photoplog_absolute_links($src_input, $src_output, $src_link)
{
        return $src_output;
}

function photoplog_absolute_links_original($src_input, $src_output, $src_link)
{

Note that links will be incorrect, but we're doing this to see if you still get a timeout.

VB-STYLE 12-09-2005 12:32 PM

it's working now after replace.

calorie 12-09-2005 01:08 PM

Okay, can you PM me a link to your PhotoPlog page so I can see the HTML source?

VB-STYLE 12-09-2005 01:17 PM

PM sent.


All times are GMT. The time now is 01:12 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.02350 seconds
  • Memory Usage 1,740KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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