Changeset 16373 for trunk/midcom
- Timestamp:
- 05/14/08 11:11:44 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/controller/ajax.php
r14380 r16373 316 316 // It seems to be a critical error. 317 317 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 318 'Failed to save the data to disk, check the debug level log for more information.');318 'Failed to save the data to disk, last midgard error code: ' . mgd_errstr() . '. Check the debug level log for more information.'); 319 319 // This will exit. 320 320 } trunk/midcom/midcom.helper.datamanager2/controller/simple.php
r14380 r16373 121 121 // It seems to be a critical error. 122 122 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 123 'Failed to save the data to disk, check the debug level log for more information.');123 'Failed to save the data to disk, last Midgard error: ' . mgd_errstr() . '. Check the debug level log for more information.'); 124 124 // This will exit. 125 125 }
