View Single Post
  #143  
Old 24th March 2011, 18:05
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Exclamation Sweet...
All works good so far on localhost, and after its all set will up it to the server and look for it to do well there. Nice work!!

Problem I am getting is addressed earlier but the solution did not work for Yuna Pre7 RC v02.1 - BolaMN,

I get 2 errors on uploading an avatar or trying to link to one, uploading from imageshack gives the error, Avatar to big, even though I have increased the size in settings to 200 x 200 and 80k still same error, and when I upload from local source the error Failed to process, please resave with image editor. which I have done, if photoshop is an acceptable editor. I tried the fix mentioned elsewhere,

functions_global.php
Code:
function newerr($heading = '', $text = '', $head = true, $foot = true, $die = true, $div = 'error', $htmlstrip = false) {
    if ($head)
        stdhead($heading);
Seems like there has to be something simple I have overlooked, maybe I am fried from studying it to long, any help here??

Last edited by DAKz; 24th March 2011 at 20:36.
Reply With Quote