Ok i dont quite understand what happened here i had everything working 100% fine 1 second then next thing i know its broke...can someone with skills please help. Heres the error code i receive
And here the code that that those errors are calling....for the main.php line 83
For the main.php line 94
For the main.php line 479
Then for the gallerytemplate.class
| Code: |
| Error (ERROR_PLATFORM_FAILURE) :
* in modules/core/classes/GalleryTemplate.class at line 251 (gallerycoreapi::error) * in modules/core/classes/GalleryTemplate.class at line 180 (gallerytemplate::_initcompiledtemplatedir) * in main.php at line 479 (gallerytemplate::fetch) * in main.php at line 94 * in main.php at line 83 |
And here the code that that those errors are calling....for the main.php line 83
| Code: |
| /* Process the request */
GalleryMain(); } |
| Code: |
| /* Process the request */
list ($ret, $g2Data) = _GalleryMain($embedded); |
| Code: |
| list ($ret, $html) = $template->fetch($templatePath); |
Then for the gallerytemplate.class
| Code: |
| Line 180: $ret = $this->_initCompiledTemplateDir(); |
| Code: |
| LINE 251: if (!$platform->is_writeable($dir)) {
return GalleryCoreApi::error(ERROR_PLATFORM_FAILURE); } |
