How to solve this problem, front end how show message “your upload limit over please delete some images”

Error Code: 78911a
exception ‘Engine_Exception’ with message 'File creation failed. You may be over your upload limit. Try uploading a smaller file, or delete some files to free up space. ’ in D:\xampp\htdocs\test\social\application\modules\Storage\Model\DbTable\Files.php:126
Stack trace:
#0 D:\xampp\htdocs\test\social\application\modules\Storage\Api\Core.php(45): Storage_Model_DbTable_Files->createFile(‘D:\xampp\htdocs…’, Array)
#1 D:\xampp\htdocs\test\social\application\modules\Event\Model\Event.php(97): Storage_Api_Core->create(‘D:\xampp\htdocs…’, Array)
#2 D:\xampp\htdocs\test\social\application\modules\Event\controllers\EventController.php(134): Event_Model_Event->setPhoto(Object(Engine_Form_Element_File))
#3 D:\xampp\htdocs\test\social\application\libraries\Zend\Controller\Action.php(516): Event_EventController->editAction()
#4 D:\xampp\htdocs\test\social\application\libraries\Zend\Controller\Dispatcher\Standard.php(308): Zend_Controller_Action->dispatch(‘editAction’)
#5 D:\xampp\htdocs\test\social\application\libraries\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 D:\xampp\htdocs\test\social\application\modules\Core\Bootstrap.php(83): Zend_Controller_Front->dispatch()
#7 D:\xampp\htdocs\test\social\application\libraries\Engine\Application.php(160): Core_Bootstrap->run()
#8 D:\xampp\htdocs\test\social\application\index.php(214): Engine_Application->run()
#9 D:\xampp\htdocs\test\social\index.php(24): include(‘D:\xampp\htdocs…’)
#10 {main}

===================================================================================================

This error zendframework i fixed storage size :slight_smile:

Admin panel —> Mange tab -->Member Level Settings —>(Member Level) Default Level —> Storage Quota

i fixed —> 25MB

my storage over already 25mb image i stored.

now frond page error:

We’re sorry!

We are currently experiencing some technical issues. Please try again or report this to your site administrator using the contact form.

Administrator: Please check the error log in your admin panel for more information regarding this error. Some information is available below:

Error Code: aaa916

Type: Engine_Exception
Location: http://localhost/Test/social/events/create

=====================================================================================
D:\xampp\htdocs\Test\social\application\modules\Storage\Model\DbTable\Files.php

if( $space_limit > 0 && $space_limit < ($space_used + $space_required) ) {
throw new Engine_Exception("File creation failed. You may be over your " .
"upload limit. Try uploading a smaller file, or delete some files to " .
"free up space. ", self::SPACE_LIMIT_REACHED_CODE);
}

================================================================================
i want result:

front page —>

“Your Storage Quota full. please delete some image, or upgrade another level member”

Please any one Help…

So what has your question to do with Zend Framework?

Your previous question got closed already. You might consider a different approach in order to get help. If it’s something to do with PHP itself, but this still looks like a webserver issue due to free or missing storage, limits of your filesystem.

You might rather post your question on another platform like stackoverflow if it is non-related to Zend Framework.

socialengine using zend framework

ok i understand

You might try the community of SocialEngine for help, see: https://github.com/SocialEngine/phpv4-issues
Support page: http://www.socialengine.com/support