| :: |
| Author |
Message |
sandrodz
Joined: 25 Mar 2008 Posts: 5 Location: Milan
|
Posted: Tue Mar 25, 2008 4:39 pm Post subject: hi, problem with the forum! I cannot go past the homepage |
|
|
| Hi, I've a problem... I installed fresh phpbb seo forum, everything worked fine. after enabling mod rewrite I cannot go past the homepage, index displayes fine... but the rest gets messed up, please take a look and let me know what can be done: www.studforum.com |
|
|
| Back to top |
|
 |
|
 |
GoBieN
Joined: 10 Mar 2008 Posts: 39
|
Posted: Tue Mar 25, 2008 6:30 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
I think you missed some of the required file edits.
In particular this one is messing:
| Code: | #
#-----[ OPEN ]------------------------------------------
#
styles/prosilver/template/overall_header.html
#
#-----[ FIND ]------------------------------------------
#
<head>
#
#-----[ AFTER, ADD]------------------------------------------
#
{SEO_BASE_HREF} |
Perhaps all the rest is missing to !
Double check your file edits. |
|
|
| Back to top |
|
 |
sandrodz
Joined: 25 Mar 2008 Posts: 5 Location: Milan
|
Posted: Tue Mar 25, 2008 8:28 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
| but I used premoded version that supposedly doesn't need any change? |
|
|
| Back to top |
|
 |
GoBieN
Joined: 10 Mar 2008 Posts: 39
|
Posted: Tue Mar 25, 2008 8:52 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
| sandrodz wrote: | | but I used premoded version that supposedly doesn't need any change? |
It seems they forgot something in the premod then ?
Or check the readme files, perhaps another action is needed ?
Anyway the line i stated above must be in there for correct working ! |
|
|
| Back to top |
|
 |
sandrodz
Joined: 25 Mar 2008 Posts: 5 Location: Milan
|
Posted: Tue Mar 25, 2008 9:37 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
I just checked the files, that line is there... they didn't miss it maybe I'm missing something from installation damn I don't get some steps  |
|
|
| Back to top |
|
 |
GoBieN
Joined: 10 Mar 2008 Posts: 39
|
Posted: Tue Mar 25, 2008 10:20 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
| sandrodz wrote: | I just checked the files, that line is there... they didn't miss it maybe I'm missing something from installation damn I don't get some steps  | Check if this is present, this next part generaties the code that the line in template/overall_header should read:
| Code: | #
#-----[ OPEN ]------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------
#
function page_header($page_title = '', $display_online_list = true)
{
global $db, $config, $template, $SID, $_SID, $user, $auth, $phpEx, $phpbb_root_path;
if (defined('HEADER_INC'))
{
return;
}
#
#-----[ AFTER, ADD]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
global $phpbb_seo;
$template->assign_vars( array( 'PHPBB_FULL_URL' => $phpbb_seo->seo_path['phpbb_url'],
'SEO_BASE_HREF' => $phpbb_seo->seo_opt['seo_base_href'],
'SEO_START_DELIM' => $phpbb_seo->seo_delim['start'],
'SEO_SATIC_PAGE' => $phpbb_seo->seo_static['pagination'],
'SEO_EXT_PAGE' => $phpbb_seo->seo_ext['pagination'])
);
// www.phpBB-SEO.com SEO TOOLKIT END |
|
|
|
| Back to top |
|
 |
sandrodz
Joined: 25 Mar 2008 Posts: 5 Location: Milan
|
Posted: Tue Mar 25, 2008 11:39 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
the code is there...  |
|
|
| Back to top |
|
 |
GoBieN
Joined: 10 Mar 2008 Posts: 39
|
Posted: Wed Mar 26, 2008 6:29 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
| sandrodz wrote: | the code is there...  |
Hmm, you could check this part:
seo_opt['seo_base_href']
this comes from seo_class.php file |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
GoBieN
Joined: 10 Mar 2008 Posts: 39
|
Posted: Sat Mar 29, 2008 5:27 pm Post subject: Re: hi, problem with the forum! I cannot go past the homepage |
|
|
| dcz wrote: | Hard to tell right now, since the board is disabled, but, try to clear both the theme and template's cache in style acp, just my 2 cents
++ |
Since he used premod files the cache should be empty ? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
|
|