Page 1 of 2

I need help with "/include/inc_act/act_structure.php&qu

Posted: Tue 22. Jun 2004, 19:21
by hovardo
Hi!

I have now read all the topics about
/include/inc_act/act_structure.php
and its errors... followed all given instructions about checking MySQL tables etc... but nothing seems to help getting rid of this problem.... I still get the errorpage when editing the CSS or adding a category...

Is there others that have done the same and still got this shitty problem? The CSS gets updated and so does the categories... I just have to press "back" every time... disturbing!

BTW: You all know it, but this script is just great!

Re: I need help with "/include/inc_act/act_structure.ph

Posted: Tue 22. Jun 2004, 19:27
by Pappnase
hovardo wrote:Hi!

I have now read all the topics about
/include/inc_act/act_structure.php
and its errors... followed all given instructions about checking MySQL tables etc... but nothing seems to help getting rid of this problem.... I still get the errorpage when editing the CSS or adding a category...

Is there others that have done the same and still got this shitty problem? The CSS gets updated and so does the categories... I just have to press "back" every time... disturbing!

BTW: You all know it, but this script is just great!
hello

did you check the permissions!?

also what for an errormessage you get!?

Re: I need help with "/include/inc_act/act_structure.ph

Posted: Tue 22. Jun 2004, 19:28
by frold
hovardo wrote:Hi!

I have now read all the topics about
/include/inc_act/act_structure.php
and its errors... followed all given instructions about checking MySQL tables etc... but nothing seems to help getting rid of this problem.... I still get the errorpage when editing the CSS or adding a category...

Is there others that have done the same and still got this shitty problem? The CSS gets updated and so does the categories... I just have to press "back" every time... disturbing!

BTW: You all know it, but this script is just great!
1. did you set the right chmod settings?

2. and what error msg do you get

Posted: Tue 22. Jun 2004, 19:29
by frold
hehe to slow frold! :D


funny we ask for the same...

Posted: Tue 22. Jun 2004, 20:19
by hovardo
I have tried all(almost) possible combinations of CHMOD... and that does not help me.... I get 404 message... "Page not found"... :/

Posted: Tue 22. Jun 2004, 20:27
by frold
hovardo wrote:I have tried all(almost) possible combinations of CHMOD... and that does not help me.... I get 404 message... "Page not found"... :/
sound like a path problem....

Posted: Tue 22. Jun 2004, 20:33
by hovardo
frold wrote:sound like a path problem....
No... :( Had it just been that easy.. the requested file is on the location in the url.... When i try refresh i get this:

---------
Forbidden
You don't have permission to access /wcms/include/inc_act/ on this server
---------

:?: :?: :?:

You see?!? I don´t get it... CHMOD has been 644, 755 and 777.... that should give me permissions enough...?

Posted: Tue 22. Jun 2004, 20:43
by Oliver Georgi
Try the following in "act_structure.php" temporarily:

behind this line:

Code: Select all

$ref = $_SERVER['HTTP_REFERER'];
paste in this line of code

Code: Select all

echo "URL: ".$ref; die();
and try to edit structure again.

Normally you should see a full qualified URL there - the same as when editing the structure entry.

If there is nothing - this is your problem.

Then delete that line or make it commented by inserting // before the debug line.

Oliver

Posted: Tue 22. Jun 2004, 20:52
by hovardo
Put it in like this:

Code: Select all

$ref = $_SERVER['HTTP_REFERER'];
echo "URL: ".$ref; die();
And all that came out was:

Code: Select all

URL:
:cry:

Posted: Tue 22. Jun 2004, 20:56
by Oliver Georgi
...like I thought.

Your PHP does not have any information about the REFERER page. Check if you use a local browser setting/firewall that might block this browser header information. This is reported here in forum multiple times...

Oliver

Posted: Tue 22. Jun 2004, 21:06
by hovardo
Oliver Georgi wrote:...like I thought.

Your PHP does not have any information about the REFERER page. Check if you use a local browser setting/firewall that might block this browser header information. This is reported here in forum multiple times...

Oliver
Aha.. .ok ... Would you read the PM i sent you... maybe you can get something out of this?

Posted: Tue 22. Jun 2004, 21:27
by Oliver Georgi
OK,

because I have seen the REFERER problem often - I will implement a new session var to handle referer.

Oliver

Posted: Thu 24. Jun 2004, 23:42
by Chucky
hab das gleiche problem (insofern ich das übersetzen konnte)

wenn ich eine neue Seitenebene erstellen will dann lande ich entweder auf der 404 site oder ich bekomme die php's aufgelistet. Aber die Site wird trotzdem erstellt

Posted: Thu 24. Jun 2004, 23:54
by Oliver Georgi
Möglicherweise aber auch FireWall Problem oder Proxy oder im Browser abgestellt.

Posted: Fri 25. Jun 2004, 00:33
by Chucky
Mhh kannst mir vieleicht noch verraten wo das problem liegt wenn ich plötzlich nach dem login auf ner 404 seite lande?