Can't upload a file and here's the error message

Permalink
Fatal error: Maximum execution time of 30 seconds exceeded in /Applications/MAMP/htdocs/Concrete5Tiopepe/concrete/libraries/3rdparty/Zend/Locale/Format.php on line 478

Attached screenshot.

the line 478 in question says:
if (iconv_strpos($format, ';') !== false) {


It is part of this larger function:
private static function _seperateFormat($format, $value, $precision)
    {
        if (iconv_strpos($format, ';') !== false) {
            if (call_user_func(Zend_Locale_Math::$comp, $value, 0, $precision) < 0) {
                $tmpformat = iconv_substr($format, iconv_strpos($format, ';') + 1);
                if ($tmpformat[0] == '(') {
                    $format = iconv_substr($format, 0, iconv_strpos($format, ';'));
                } else {
                    $format = $tmpformat;
                }
            } else {
                $format = iconv_substr($format, 0, iconv_strpos($format, ';'));
            }
        }
        return $format;


Any ideas? Everything was good to go when I installed the newest stable C5 this morning. I'm running locally with MAMP and this is the first problem I've had all day.

1 Attachment

 
zoinks replied on at Permalink Reply 1 Attachment
Oh boy, file manager is completely busted somehow. Check out this screenshot of what happens when I click File Manager now...
zoinks replied on at Permalink Reply
It's a bug in 5.6.3. I just did a fresh install on a brand new database and did absolutely nothing but upload images. That alone broke it and gave the exact same error you see above.

I will be going back to an earlier *more stable* version now. Not sure how I'm the very first person to discover this.
raffomania replied on at Permalink Reply
Hey, it seems like we somehow got related errors:http://www.concrete5.org/index.php?cID=663446...

To which Version did you downgrade to solve the problem?
zoinks replied on at Permalink Reply
It was whatever version came just prior to their upgrade at the beginning of April. I don't remember now. I've run into plenty of upgrading problems with C5 from older versions and, basically, it's not worth the effort since half the time it ends up failing eventually.