Content Everywhere problem with RC4

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
antonis
Posts: 35
Joined: Mon 7. Jun 2004, 14:55

Content Everywhere problem with RC4

Post by antonis »

I am using the following trick proposed in this forum, I think by Papnasse in order to get the content every where functionality in RC4:

----------------------------------
Create CONTENT or ARTICLE LISTING everywhere in the site:
e.g. you wanna show content in the right part of the layout which has a size of 150px

1. creates an blank pagelayout size allblocks 150 and the main block also 150. all others set to 0
2. create an template leave all exept the main block put there the {content} replacement tag inside.
3. create a hidden sitestructure set it to visible and public. also give an alias and choose for this the "blank" template.
4. create an article in this blank sitestructure.
5. get in your template where you wanna show these content and place in the "right" {URL:http://www.domain.com/portal/index.php?current_pr_gr}

----------------------------------



It was working great up until yesterday, when the host did a server migration-upgrade. I get the following error:

--------------------
Warning: include_ext_php(http://www.somedomain.com/portal/index. ... rent_pr_en): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/somedomain/public_html/portal/include/inc_front/front.func.inc.php on line 1252

Warning: include_ext_php(): Failed opening 'http://www.somedomain.com/portal/index. ... rent_pr_en' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/somedomain/public_html/portal/include/inc_front/front.func.inc.php on line 1252

-------------------

This is now happening to all the sites that include the same trick-MOD.

it looks like a path problem at this line: (include_path='.:/usr/lib/php:/usr/local/lib/php').

My host proposed to: "Please use /usr/bin/php path"

Where should I make that change... is this the solution?
Any ideas?

Thanks everyone in advance
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

RC4 is more then a year old and not longer supported by the community most of us use 1.21+

If I was you I would upgrade!
http://www.studmed.dk Portal for doctors and medical students in Denmark
antonis
Posts: 35
Joined: Mon 7. Jun 2004, 14:55

Post by antonis »

OK fixed it by changing the path at server root.

Thanks anyway, although I disagree with the non - support on earlier versions like RC4, which was widely used by phpwcms community & has a large installations base.
Post Reply