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

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
hovardo
Posts: 16
Joined: Mon 21. Jun 2004, 08:28

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

Post 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!
-Hovardo
Pappnase

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

Post 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!?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

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

Post 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
http://www.studmed.dk Portal for doctors and medical students in Denmark
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

hehe to slow frold! :D


funny we ask for the same...
http://www.studmed.dk Portal for doctors and medical students in Denmark
hovardo
Posts: 16
Joined: Mon 21. Jun 2004, 08:28

Post by hovardo »

I have tried all(almost) possible combinations of CHMOD... and that does not help me.... I get 404 message... "Page not found"... :/
-Hovardo
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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....
http://www.studmed.dk Portal for doctors and medical students in Denmark
hovardo
Posts: 16
Joined: Mon 21. Jun 2004, 08:28

Post 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...?
-Hovardo
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
hovardo
Posts: 16
Joined: Mon 21. Jun 2004, 08:28

Post 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:
-Hovardo
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
hovardo
Posts: 16
Joined: Mon 21. Jun 2004, 08:28

Post 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?
-Hovardo
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

OK,

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

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Chucky
Posts: 13
Joined: Wed 23. Jun 2004, 17:08

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Möglicherweise aber auch FireWall Problem oder Proxy oder im Browser abgestellt.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Chucky
Posts: 13
Joined: Wed 23. Jun 2004, 17:08

Post by Chucky »

Mhh kannst mir vieleicht noch verraten wo das problem liegt wenn ich plötzlich nach dem login auf ner 404 seite lande?
Post Reply