vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - [tk] Egg Avatar (https://vborg.vbsupport.ru/showthread.php?t=208324)

drupy 03-29-2009 05:08 PM

Quote:

Originally Posted by hambil (Post 1779789)
Sounds like a bug in the upload button. Just use ftp until I can get a quick point release out.


The ftp upload/add is supposed to work that way.

There is no bug in the upload button. Mine works alright now. What I needed to do was to enable the uploaded item first from the dropdown box. After enabling it, then I can edit it if necessary. This is the same with every ftp-ed items. They must all be enabled first before they can function as they should. The strike-through will disappear as well and everything will look OK.

However, yes, I did the edit on the eggadmin.php as Saviour suggested, namely changing the path to images/misc/eggs/ instead of just images/misc/
There are two edits.

Thank you! Now 2.2.0 is just perfect!

halkum 03-29-2009 06:09 PM

Works great!

Saviour 03-29-2009 09:36 PM

Fresh install after removing previous version and I get this error when trying to create a new egg:

Warning: getimagesize() [function.getimagesize]: Read error! in [path]/admincp/eggadmin.php on line 427

Give me a break...

hambil 03-29-2009 09:45 PM

Quote:

Originally Posted by Saviour (Post 1779973)
Fresh install after removing previous version and I get this error when trying to create a new egg:

Warning: getimagesize() [function.getimagesize]: Read error! in [path]/admincp/eggadmin.php on line 427

Give me a break...

Code:

            $imgpath = DIR . '/' . $vbulletin->options['eggavatar_eggpath'] . $image['image'];
            list($imgw, $imgh, $imgt) = getimagesize($imgpath);

Not complicated. $vbulletin->options['eggavatar_eggpath'] is the path you set in the options. $image['image'] is the name of the file: e.g. egg.gif.

The only way for this to fail is if the path is wrong, or the image doesn't exist in the path. I am open to suggestion on how to make this simpler, but please everyone check your paths and images when you install before deciding that something is broken.

Edit:
In fact, because I already do a check further up (added in last update) to make sure the directory is valid:
Code:

    if (!file_exists(DIR . '/' . $vbulletin->options['eggavatar_eggpath']))
    {
      print_table_header($vbphrase['eggavatar_invalid_path'], 4);
    }

Then the only way to get the error message you are getting is if an image in the database does not exist in that directory.

It's always possible I could be wrong, and there is an actual bug, so forgive my frustration, I've just been dealing with a lot of these image path issues that aren't real issues :p

hambil 03-29-2009 10:02 PM

Let me amend that by saying, the code should never return an ugly error is possible. So, it should report that the file is missing rather than 'blow up', so this is a bug of sorts, and I will continue to put in better checks for such things. But it's still just an image path/exists issue.

hambil 03-29-2009 10:26 PM

Okay, I found a bug with the upload images via the upload button (we kind of new that existed already) and I'm fixing it, plus adding some more error checking. Please, for the current version, only use the ftp method for adding images.

DobieGillis? 03-29-2009 10:43 PM

Quote:

Originally Posted by hambil (Post 1780002)
Okay, I found a bug with the upload images via the upload button (we kind of new that existed already) and I'm fixing it, plus adding some more error checking. Please, for the current version, only use the ftp method for adding images.

Dude! I have yet to see a coder as interactive and concerned as you about your work. You should be applauded for your effort! Cheers hambil!

hambil 03-29-2009 10:44 PM

Quote:

Originally Posted by DobieGillis? (Post 1780017)
Dude! I have yet to see a coder as interactive and concerned as you about your work. You should be applauded for your effort! Cheers hambil!

lol - thanks. I put up the new version with the fix btw.

TimberFloorAu 03-30-2009 12:10 AM

Have to agree, I struggle to fit everything in. So realise and appreciate your time and effort.

^5 mate

Drago912 03-30-2009 01:08 AM

After upgrading my members now say their avatars are all pixelated. I see everything fine but 5 members say they have this problem.......any ideas? Maybe an egg I added or something?


All times are GMT. The time now is 12:40 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.01764 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (4)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
  • (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