• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 2:06 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 18, 2006 3:53 pm
Posts: 78
Hi all,
I am trying again to use CGFeedmaker (latest version with CMSMS 1.6.6) but the feed generated is empty.
I am not using pretty URLs.

Can somebody help me please?


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 2:30 pm 
Offline
Forum Members
Forum Members

Joined: Sat Jul 14, 2007 2:54 pm
Posts: 17
I have the same problem.


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 2:37 pm 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 702
Location: MI
You have something wrong.

No information = no help.

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 5:38 pm 
Offline
New Member

Joined: Fri Jan 15, 2010 10:13 pm
Posts: 9
Ok, same problem here...

Returned page where RSS feed has to be http://localhost/feeds/cgblog/ is blank



http://localhost/feeds/cgblog is 404
http://localhost/feeds/cgblog.rss is 404



CMS Version 1.6.6
CGFeedMaker 1.0.9


assume_mod_rewrite: true
internal_pretty_urls: false
use_hierarchy: true

Current PHP Version (phpversion): 5.1.6

feed alias: cgblog
feed link: http://localhost/feeds/cgblog
title: rss feeds

also, to include trailing slash at the end URL, i have following lines enabled (provided with cmsms, but was disabled i think)

Code:
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# but ignore POST requests.
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]


though it doesn't change anything if i disable those lines


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 6:28 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Wed Jan 02, 2008 11:39 pm
Posts: 2154
Location: Lewiston-Idaho
Well I'd think you may be mistaken on your cmsms version.. your config.php should have...


Code:

#------------
#URL Settings
#------------

#What type of URL rewriting should we be using for pretty URLs?  Valid options are:
#'none', 'internal', and 'mod_rewrite'.  'internal' will not work with IIS some CGI
#configurations. 'mod_rewrite' requires proper apache configuration, a valid
#.htaccess file and most likely {metadata} in your page templates.  For more
#information, see:
#http://wiki.cmsmadesimple.org/index.php/FAQ/Installation/Pretty_URLs#Pretty_URL.27s
$config['url_rewriting'] = 'mod_rewrite';

#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '.html';

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';



Here is a hint to.. people should not use / as the extension.. use .html... there are many many reasons but just a tip.. also..

try...


# CMSMS Rewriting
# Set assume mod_rewrite to true in config.php and clear CMSMS cache
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)$ index.php?page=$1 [QSA]

in your .htaccess...

Last thing.. make sure to read the help, it'll tell you some what’s and how’s to insure correctness of the feed code as IE will just show up blank..

Hope this helps .. cheers Jeremy

_________________
Sorry. Too little support in projects, too little reason to not deprioritize. May-be if more attention is needed.
Follow me on Twitter | Follow me on FaceBook


Last edited by JeremyBASS on Tue Feb 09, 2010 7:23 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 7:21 pm 
Offline
Forum Members
Forum Members

Joined: Sat Jul 14, 2007 2:54 pm
Posts: 17
The feed itself works fine for me, when I have Hierachy allowed in my config.php. But when I turn off hierarchy, the generated feed is blank.


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 10:39 pm 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 702
Location: MI
check your cgfeedback setup/settings you should have set the extension for your feed.

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 10:48 pm 
Offline
Forum Members
Forum Members

Joined: Sat Jul 14, 2007 2:54 pm
Posts: 17
I tried extension "rss" and no extension too, but feed is still empty.


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 10:50 pm 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 702
Location: MI
check the source, the browser might not render it.

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 10:54 pm 
Offline
Forum Members
Forum Members

Joined: Sat Jul 14, 2007 2:54 pm
Posts: 17
Source shows only rendering times:

Code:
<!-- 0,093034 / 9 / 12728696 / 13042592 -->


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 11:22 pm 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 702
Location: MI
what are you using for a template?

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Tue Feb 09, 2010 11:35 pm 
Offline
Forum Members
Forum Members

Joined: Sat Jul 14, 2007 2:54 pm
Posts: 17
Default template, that one with {news assign="junk"}

Weird thing is, that with hierarchy turned on, the feed works...


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Wed Feb 10, 2010 12:12 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Wed Jan 02, 2008 11:39 pm
Posts: 2154
Location: Lewiston-Idaho
JeremyBASS wrote:
Last thing.. make sure to read the help, it'll tell you some what’s and how’s to insure correctness of the feed code as IE will just show up blank..

Hope this helps .. cheers Jeremy



if it's blank here you go...  ;D

_________________
Sorry. Too little support in projects, too little reason to not deprioritize. May-be if more attention is needed.
Follow me on Twitter | Follow me on FaceBook


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Wed Feb 10, 2010 12:24 pm 
Offline
New Member

Joined: Fri Jan 15, 2010 10:13 pm
Posts: 9
Right, this might sound stupid, but is there any need to restart apache, as I have modified extension from "/" to ".html" in config.php and reverted .htaccess file back to original and cleared CMSMS cache.

Now menu on the top level shows correct links, but none of them works - all of previous links with trailing slash as extension work as before if you type them by hand, this is tested even after clearing browsers cache.


Top
 Profile  
 
 Post subject: Re: CGFeedMaker does not work
PostPosted: Thu Feb 11, 2010 6:15 pm 
Offline
Power Poster
Power Poster

Joined: Mon Jan 21, 2008 5:51 pm
Posts: 702
Location: MI
No you shouldn't have to restart apache.

_________________
Arvixe Hosting / CMSMS Community Liaison
Looking for quality CMSMS Hosting? Try Arvixe


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner