ocrow
posted this
02 December 2014
I have the same problem described above, but with a different error message. I receive the generic "Insufficient permissions" error, but the exception which is causing that error to display seems to indicate an attempt to create a file in a folder that doesn't exist.
The path and message arguments to the #0 permissionErrorHandler call are:
[path] => /home/rhythmi8/staging/templates/untitled/editor/modrender.php
[message] => Unable to create or write to the file:
Here's the stack trace:
0 [internal function]: permissionErrorHandler(2, 'file_put_conten...', '/home/rhythmi8/...', 126, Array)
1 /home/rhythmi8/staging/templates/untitled/app/Helper.php(126): file_put_contents('/home/rhythmi8/...', '<?php?? no di...', 0) 2 ome/rhythmi8/staging/templates/untitled/app/config.php(99): helper::writefile('/home/rhythmi8/...',?><?php?? no di...') 3 ome/rhythmi8/staging/templates/untitled/fields/designer.php(25): config::injectiondesigner(array) 4 ome/rhythmi8/staging/libraries/joomla/form/field.php(922): jformfielddesigner-?>getInput()
5 /home/rhythmi8/staging/layouts/joomla/edit/fieldset.php(47): JFormField->renderField()
6 /home/rhythmi8/staging/libraries/cms/layout/file.php(97): include('/home/rhythmi8/...')
7 /home/rhythmi8/staging/libraries/cms/layout/helper.php(50): JLayoutFile->render(Object(TemplatesViewStyle))
8 /home/rhythmi8/staging/administrator/components/com_templates/views/style/tmpl/edit.php(62): JLayoutHelper::render('joomla.edit.fie...', bject(TemplatesViewStyle))
9 /home/rhythmi8/staging/libraries/legacy/view/legacy.php(663): include('/home/rhythmi8/...')
10 /home/rhythmi8/staging/libraries/legacy/view/legacy.php(211): JViewLegacy->loadTemplate(NULL)
11 /home/rhythmi8/staging/administrator/components/com_templates/views/style/view.html.php(51): JViewLegacy->display(NULL)
12 /home/rhythmi8/staging/libraries/legacy/controller/legacy.php(693): TemplatesViewStyle->display()
13 /home/rhythmi8/staging/administrator/components/com_templates/controller.php(75): JControllerLegacy->display()
14 /home/rhythmi8/staging/libraries/legacy/controller/legacy.php(730): TemplatesController->display()
15 /home/rhythmi8/staging/administrator/components/com_templates/templates.php(30): JControllerLegacy->execute(NULL)
16 /home/rhythmi8/staging/libraries/cms/component/helper.php(352): require_once('/home/rhythmi8/...')
17 /home/rhythmi8/staging/libraries/cms/component/helper.php(332): JComponentHelper::executeComponent('/home/rhythmi8/...')
18 /home/rhythmi8/staging/libraries/cms/application/administrator.php(98): JComponentHelper::renderComponent('com_templates')
19 /home/rhythmi8/staging/libraries/cms/application/administrator.php(159): JApplicationAdministrator->dispatch()
20 /home/rhythmi8/staging/libraries/cms/application/cms.php(251): JApplicationAdministrator->doExecute()
21 /home/rhythmi8/staging/administrator/index.php(42): JApplicationCms->execute()
22 {main}
We're using the billionthemes-1864061-default.zip template with Joomla 3.3.6 on CentOS 6.6
Please advise.
I have the same problem described above, but with a different error message. I receive the generic "Insufficient permissions" error, but the exception which is causing that error to display seems to indicate an attempt to create a file in a folder that doesn't exist.
The path and message arguments to the #0 permissionErrorHandler call are:
[path] => /home/rhythmi8/staging/templates/untitled/editor/modrender.php
[message] => Unable to create or write to the file:
Here's the stack trace:
0 [internal function]: permissionErrorHandler(2, 'file_put_conten...', '/home/rhythmi8/...', 126, Array)
1 /home/rhythmi8/staging/templates/untitled/app/Helper.php(126): file_put_contents('/home/rhythmi8/...', '<?php?? no di...', 0) 2 ome/rhythmi8/staging/templates/untitled/app/config.php(99): helper::writefile('/home/rhythmi8/...',?><?php?? no di...') 3 ome/rhythmi8/staging/templates/untitled/fields/designer.php(25): config::injectiondesigner(array) 4 ome/rhythmi8/staging/libraries/joomla/form/field.php(922): jformfielddesigner-?>getInput()
5 /home/rhythmi8/staging/layouts/joomla/edit/fieldset.php(47): JFormField->renderField()
6 /home/rhythmi8/staging/libraries/cms/layout/file.php(97): include('/home/rhythmi8/...')
7 /home/rhythmi8/staging/libraries/cms/layout/helper.php(50): JLayoutFile->render(Object(TemplatesViewStyle))
8 /home/rhythmi8/staging/administrator/components/com_templates/views/style/tmpl/edit.php(62): JLayoutHelper::render('joomla.edit.fie...', bject(TemplatesViewStyle))
9 /home/rhythmi8/staging/libraries/legacy/view/legacy.php(663): include('/home/rhythmi8/...')
10 /home/rhythmi8/staging/libraries/legacy/view/legacy.php(211): JViewLegacy->loadTemplate(NULL)
11 /home/rhythmi8/staging/administrator/components/com_templates/views/style/view.html.php(51): JViewLegacy->display(NULL)
12 /home/rhythmi8/staging/libraries/legacy/controller/legacy.php(693): TemplatesViewStyle->display()
13 /home/rhythmi8/staging/administrator/components/com_templates/controller.php(75): JControllerLegacy->display()
14 /home/rhythmi8/staging/libraries/legacy/controller/legacy.php(730): TemplatesController->display()
15 /home/rhythmi8/staging/administrator/components/com_templates/templates.php(30): JControllerLegacy->execute(NULL)
16 /home/rhythmi8/staging/libraries/cms/component/helper.php(352): require_once('/home/rhythmi8/...')
17 /home/rhythmi8/staging/libraries/cms/component/helper.php(332): JComponentHelper::executeComponent('/home/rhythmi8/...')
18 /home/rhythmi8/staging/libraries/cms/application/administrator.php(98): JComponentHelper::renderComponent('com_templates')
19 /home/rhythmi8/staging/libraries/cms/application/administrator.php(159): JApplicationAdministrator->dispatch()
20 /home/rhythmi8/staging/libraries/cms/application/cms.php(251): JApplicationAdministrator->doExecute()
21 /home/rhythmi8/staging/administrator/index.php(42): JApplicationCms->execute()
22 {main}
We're using the billionthemes-1864061-default.zip template with Joomla 3.3.6 on CentOS 6.6
Please advise.
Last edited 02 December 2014 by ocrow