page not available after 'save'
page not available after 'save'
Hello,
I'm expereiencing a problem with 1.2.5DEV. When I try to save a stylesheet it can't 'find' the page : include/inc_act/act_frontendcss.php. Same problem when I try to update a template. The changes are saved however! When I press the 'back-button' on my browser and click on the stylesheet-link again, the sheet is changed.
I did set all the permissions right. This is my fith or sixth phpWCMS site and I never experienced this problem. Sombody familiar with this issue?
Thanking you in advance, Reinoud
I'm expereiencing a problem with 1.2.5DEV. When I try to save a stylesheet it can't 'find' the page : include/inc_act/act_frontendcss.php. Same problem when I try to update a template. The changes are saved however! When I press the 'back-button' on my browser and click on the stylesheet-link again, the sheet is changed.
I did set all the permissions right. This is my fith or sixth phpWCMS site and I never experienced this problem. Sombody familiar with this issue?
Thanking you in advance, Reinoud
blutch wrote:It keeps saying it can't find include/inc_act/act_frontendcss.php but does store the changes.

I've never heard of anything like that!blutch wrote:Are their specific IE settings which I might have to change?
Last edited by DeXXus on Thu 26. Jan 2006, 19:11, edited 1 time in total.
I don't understand you? The website I'm working on is http://www.gpbedrijfshuisvesting.nl/site/index.php?home . As I said everything else works fine and if it wasn't for a customer who needs to use the system, I would accept it. Or I have to advice the customer to only use FireFox, but I would like to know what's going on to prevent future mistakes.DeXXus wrote:Can we link to a page where you're referencing it?
Tnx anyway!
I had already edited it out because it would require "backend" access. LOL!
The form is here:
"/include/inc_tmpl/admin.frontendcss.tmpl.php"
The form is here:
"/include/inc_tmpl/admin.frontendcss.tmpl.php"
Code: Select all
$frontend_css = read_textfile(PHPWCMS_TEMPLATE."inc_css/frontend.css"); //reads the css template
$frontend_css = ($frontend_css) ? html_specialchars($frontend_css) : "";
?><form action="include/inc_act/act_frontendcss.php" method="post" name="css" target="_self"><table width="538" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" class="title"><?php echo $BL['be_admin_css_title'] ?></td>
</tr>
<tr>
<td width="35"><img src="img/leer.gif" width="35" height="4"></td>
<td width="503"><img src="img/leer.gif" width="1" height="1"></td>
</tr>
<tr><td colspan="2"><img src="img/lines/l538_70.gif" width="538" height="1"></td></tr>
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="15"></td></tr>
<tr>
<td align="right" valign="top" class="chatlist"><img src="img/leer.gif" width="1" height="16"><?php echo $BL['be_admin_css_css'] ?>: </td>
<td><textarea name="frontend_css" cols="35" rows="25" wrap="OFF" class="msgtext" id="frontend_css" style="width:500px"><?php echo $frontend_css; ?></textarea></td>
</tr>
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="15"></td></tr>
<tr>
<td> </td>
<td><input name="Submit" type="submit" class="button10" value="<?php echo $BL['be_admin_css_button'] ?>"></td>
</tr>
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="15"></td></tr>
</table></form>
Re: page not available after 'save'
I'm making a wild guess, but, this thread ~may~ have some bearing on your problem:blutch wrote:I did set all the permissions right. This is my fith or sixth phpWCMS site and I never experienced this problem. Sombody familiar with this issue?
Thanking you in advance, Reinoud
http://www.phpwcms.de/forum/viewtopic.php?t=10150