demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Error with Ajax requests #1749

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

I get the following error, copied from firebug when trying to make an ajax call in any module


MESSAGE: require_once(/home/thesaweb/public_html/sgl/lib/SGL/Task/../AjaxProvider.php) [function.require-once]: failed to open stream: No such file or directory
TYPE: Warning
FILE: /home/thesaweb/public_html/sgl/lib/SGL/Task/BuildAjaxHeaders.php
LINE: 2
DEBUG INFO:

1

2 require_once dirname(__FILE__) . '/../AjaxProvider.php';

3
4 /**
5 * @package Task
6 */
7 class SGL_Task_BuildAjaxHeaders extends SGL_DecorateProcess



Fatal error: require_once() [function.require]: Failed opening required '/home/thesaweb/public_html/sgl/lib/SGL/Task/../AjaxProvider.php' (include_path='.:/home/thesaweb/public_html/sgl/lib/pear:/home/thesaweb/public_html/sgl/lib:.:/usr/lib/php:/usr/local/lib/php:/usr/local/lib/php/Smarty') in /home/thesaweb/public_html/sgl/lib/SGL/Task/BuildAjaxHeaders.php on line 2
Modules I have tried include the CMS module, media2, comment 2
demianturner commented 11 years ago

[demian] yep, there was a prob, now fixed. thanks.