Opening Article Leads to forum index
Submitted Carter.S, May 14 2010 12:41 PM | Last updated May 14 2010 12:41 PM
Just as title says opening the topic by hitting read story is redirecting to forum index for me.
Example: http://dev.7thcavalr...dex.php?app=ccs
This does not occur if:
is set, only if something else is set.
Example: http://dev.7thcavalr...dex.php?app=ccs
This does not occur if:
define( 'IPS_DEFAULT_PUBLIC_APP', 'ccs' );
is set, only if something else is set.
| Status: | Fixed |
| Version: | 2.2.0 Beta 2 |
| Fixed In: | 2.2.0 Beta 2 |











38 Comments
admin/applications_addon/ips/ccs/modules_public/pages/pages.php
Change
else if( $folderName ) { $where[] = "page_seo_name='{$this->settings['ccs_default_page']}'"; $where[] = "page_folder='{$folderName}'"; } else if( $this->request['id'] ) { $id = intval($this->request['id']); $where[] = "page_id=" . $id; }to
else if( $this->request['id'] ) { $id = intval($this->request['id']); $where[] = "page_id=" . $id; } else if( $folderName ) { $where[] = "page_seo_name='{$this->settings['ccs_default_page']}'"; $where[] = "page_folder='{$folderName}'"; }http://www.americansportriders.com
Got it working, actually had the wrong htaccess in, dang it, I have being de-caffeinated
Manually patched according to this thread, issue still remains - fURL not working.
.htaccess is installed; Blogs, Gallery, Forum, fURLs are correct.
me too. I have created my previous pages (which worked on an upgrade) in a fresh installation of version 2 beta 3 and my furls do not work, it just goes to the forum index.
I have applied the manual files to the correct areas.
.htaccess is installed; Blogs, Gallery, Forum, fURLs are correct.
have recached apps, and rebuilt furls and recached skins
edit: some more info:
all urls produced need a
added between the domain and the rest of the furl for me to be able to see them.
I can't see where this is set, but I would like it removed so that my edia page is at domain.com/media.html rather than domain.com/page/media.html
Did you put in a URL to index.php in the advanced settings? If so remove it - that should only be used when you are using the external index.php.