- Posts: 27
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question error when edit css file in control panel kunena forum
16 years 11 months ago #17333
by cflores
error when edit css file in control panel kunena forum was created by cflores
My settings:
php 5.2.8
mySQL 5.1.30
joomla 1.5.10
kunena 1.0.10
when click in edit css file give me this error:
Warning: fopen(C:xxx/components/com_kunena/template/default_ex/kunena.forum.css) [function.fopen]: failed to open stream: No such file or directory in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2458
Warning: filesize() [function.filesize]: stat failed for C:xxx/components/com_kunena/template/default_ex/kunena.forum.css in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2459
Warning: fread(): supplied argument is not a valid stream resource in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2459
the line codes from 2452 to 2461 is:
<?php
} //end function showInstructions
function showCss($file, $option)
{
$file = stripslashes($file);
$f = fopen($file, "r");
$content = fread($f, filesize($file));
$content = kunena_htmlspecialchars($content);
?>
how resolve this error?
thanks
php 5.2.8
mySQL 5.1.30
joomla 1.5.10
kunena 1.0.10
when click in edit css file give me this error:
Warning: fopen(C:xxx/components/com_kunena/template/default_ex/kunena.forum.css) [function.fopen]: failed to open stream: No such file or directory in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2458
Warning: filesize() [function.filesize]: stat failed for C:xxx/components/com_kunena/template/default_ex/kunena.forum.css in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2459
Warning: fread(): supplied argument is not a valid stream resource in C:\xxx\administrator\components\com_kunena\admin.kunena.html.php on line 2459
the line codes from 2452 to 2461 is:
<?php
} //end function showInstructions
function showCss($file, $option)
{
$file = stripslashes($file);
$f = fopen($file, "r");
$content = fread($f, filesize($file));
$content = kunena_htmlspecialchars($content);
?>
how resolve this error?
thanks
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17335
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:error when edit css file in control panel kunena forum
This is a similar - although it's not identical - error to
Editing CSS from Configuration Panel
and perhaps it handled there?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17341
by cflores
Replied by cflores on topic Re:error when edit css file in control panel kunena forum
i am in localhost with wampserver.
i not try live site.
thanks
i not try live site.
thanks
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17433
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:error when edit css file in control panel kunena forum
Hello,
this is already fixed, take a look in this post :
www.kunena.com/forum?func=view&catid=92&id=17040#17423
this is already fixed, take a look in this post :
www.kunena.com/forum?func=view&catid=92&id=17040#17423
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.234 seconds