vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Php error (photopost classifieds) getimage size (https://vborg.vbsupport.ru/showthread.php?t=134412)

JimmyN 12-20-2006 05:59 AM

Php error (photopost classifieds) getimage size
 
Hi everyone, got this probelm with a plugin i have just put in, its a include of a file called "inc_ads.php" which calls new photos from the database and displays them in a ad block.

The add-on program is called "photopost classifieds"

The plugin is made to show the ad block on the forum home, which it is, but iam getting this error at the top.

it seems that the file has picked a wrong directory for the data.

Its: /data2/thumbs/original_faceplate_galerie.jpg
and should be: /data/2/thumbs/original_faceplate_galerie.jpg

So its just got the directorty wrong, it still displays the ads though, its just a query in the file to check the size to see if it needs to add a black background and shrink etc of the image.

Warning: getimagesize(http://www.myserverhost.com/classifi...te_galerie.jpg) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /classifieds/inc_ads.php on line 120

If you have any php skills etc please contact me, either via email/PM/msn etc

Email me

I know some people say "get support at the photopost forums etc, this is wrong place etc" but i have allready tryed and still no luck. I need someone that can sort the error out in the file.

Will supply the file etc for you to have a look.

I may offer you a reward if you can help me, ask if you have any questions

thanks again

all sorted, never mind

sv1cec 01-01-2007 07:08 PM

Well, I think this is the standard error message if getimagesize can't find an image file to open. You can trap that error, with something like:

Code:

if (!$allowimgsizefailure)
                        {
                                code on what to do if the getimagesize can't find the file.
                        }


JimmyN 01-01-2007 09:39 PM

thanks but it allready fixed


All times are GMT. The time now is 09:48 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.01532 seconds
  • Memory Usage 1,712KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete