page not available after 'save'

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
blutch
Posts: 23
Joined: Tue 8. Mar 2005, 15:20

page not available after 'save'

Post by blutch »

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
Pappnase

Post by Pappnase »

hello

did you setupp all pathes right!? and maybe check the permissions again!
blutch
Posts: 23
Joined: Tue 8. Mar 2005, 15:20

Post by blutch »

Pappnase wrote:and maybe check the permissions again!
I checked and double-checked. It keeps saying it can't find include/inc_act/act_frontendcss.php but does store the changes.

I notices that this problem doens't occur in Firefox. Are their specific IE settings which I might have to change?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Post the exact ~actual~ error message :wink:
blutch
Posts: 23
Joined: Tue 8. Mar 2005, 15:20

Post by blutch »

It just can't find the page. IE gives the default page whenever it can't find a URL you enter. No 'phpwcms-error' or something : IE just can't find the page.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

blutch wrote:It keeps saying it can't find include/inc_act/act_frontendcss.php but does store the changes.
:oops: Sorry, I assumed these words meant literally.
blutch wrote:Are their specific IE settings which I might have to change?
I've never heard of anything like that!
Last edited by DeXXus on Thu 26. Jan 2006, 19:11, edited 1 time in total.
blutch
Posts: 23
Joined: Tue 8. Mar 2005, 15:20

Post by blutch »

DeXXus wrote:Can we link to a page where you're referencing it?
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.

Tnx anyway!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

I had already edited it out because it would require "backend" access. LOL!
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'] ?>:&nbsp;</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>&nbsp;</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>
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: page not available after 'save'

Post by DeXXus »

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
I'm making a wild guess, but, this thread ~may~ have some bearing on your problem:
http://www.phpwcms.de/forum/viewtopic.php?t=10150
Post Reply