Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
This topic contains 1 reply, has 1 voice, and was last updated by mhm 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
test
If you want to create a new JA Slideshow module, in a different position and get the error “Operation Failed: Failed to open file for writing.” Check your files permissions first, as well as update the code below to reflect changes in Joomla 1.6 template system.
Edit the file:
modulesmod_jaslideshowelementsjaparamhelper2.php line 124.
Update the query to:
$query = ' SELECT template '
.' FROM #__template_styles '
.' WHERE client_id = 0'
.' AND home = 1 ';
Regards
This topic contains 1 reply, has 1 voice, and was last updated by mhm 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum