FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

138thst posts

Feed 6 posts

removing subdirectory from child page URL

No not exactly.

The parent page currently automatically lists and links to the child pages.

But in addition, I want visitors to be able to access the page by going to a web address that doesnt appear to have the parent page as a subdirector

www.site.com/parentpage/childpage.html

turn that into www.site.com/childpage.html

yeah? Thanks!

 

removing subdirectory from child page URL

I have a page that lists children page automatically. But I was hoping to mask the subdirectory in the url using .htaaccess. What woudl the code for tha tbe? Thanks

www.mysite.com/subdirectory(nameofparentpage)/nameofchildpage.html

 

use child pages instead of page parts?

For a client I want to give them an option to edit a number of text only page parts that feed into different parts of the page using fckeditor. However, there is a problem where fckeditor can only be on one page part per page.

It would be great if I could feed a whole child page’s contents into a parent page, as if it was a page part and then each part could have WYSIWYG editing.

Is this possible?

Thanks!

 

"Frog CMS Multiple Vulnerabilities"

Just read this http://www.beyerste.de/2009/03/30/frog-cms-multiple-vulnerabilities/. Could someone please explain this a little bit for someone who is more of a designer than a developer. And maybe help me fix my site up to address these security issues? I am sure other frog users would appreciate it also.

Thanks!

 

Parse error eval()'d code on line 3

Oh man, that is super fucking embarrassing. I can’t believe I missed that.

Thanks!

 

Parse error eval()'d code on line 3

if I take that out everything is fixed… but how to fix?>

 

Parse error eval()'d code on line 3

Gotit… I found it in line three of one of the snippets… but heres the thing… this code worked perfectly for days.. What could have caused it to not work?

<img id="slideImage" NAME="slideImage" src="http://www.mysite.com/mynewwebsite/workspace/img/<?php echo $this->slug; ?>_1.jpg" alt="<?php echo $this->slug; ?" />
 

Parse error eval()'d code on line 3

well line 3 is just the text describing the liscense… like 330 is this

eval('?>'.$snippet->content_html);
 

Parse error eval()'d code on line 3

I am new to this stuff. Am I looking for line 3 of this page? /domains/mywebsite.com/html/mynewwebsite/frog/app/frontend/classes/Page.php

 

Parse error eval()'d code on line 3

Hello,

I recently installed frog on my webspace and am putting togeather a new site. Worked fine for about a week of playing with it. Yesterday the only change I made was to open a few layouts and pages and changed a few divs so my pages validated. Also, last night media temple went down and was very spotty until today. Any websites on my webspace that used databases wouldn’t work and got an internal server error, but that is working again.

So this is the error I get. Everything loads fine on the page except for the content from the page file… so the layout and snippets load fine.

Parse error: syntax error, unexpected ‘?’ in /domains/mywebsite.com/html/mynewwebsite/frog/app/frontend/classes/Page.php(330) : eval()‘d code on line 3

I tried re-uploading the app folder… and no change. Any idea how I can fix this? I really appreciate it!