Need Major Help !! problem installing mod

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

Moderator: Moderators

Need Major Help !! problem installing mod

Postby eliteSkills » Fri Aug 15, 2008 7:41 pm

im totally a newb to all this :roll: and i tried to install the mod, but it looks like i screwed my site up more

i get this error when i visit my website
Parse error: syntax error, unexpected T_GLOBAL, expecting '{' in /home/a8605991/public_html/includes/functions.php on line 1551


My line 1551 in that file looks like this
global $phpbb_seo, $phpEx;


If one of the admins would be kind enough to look at the mistakes i have made i will give them access to my files

plz help
eliteSkills
 
Posts: 1
Joined: Fri Aug 15, 2008 7:29 pm

Advertisement

Postby SeO » Sat Aug 16, 2008 9:12 am

The error suggest that there is a missing { near that code.

The simpler would be to redo this specific code change from scratch, from the line you are mentioning, it should be in the generate_pagination function in includes/functions.php, if so, make sure you have :
Code: Select all
/**
* Pagination routine, generates page number sequence
* tpl_prefix is for using different pagination blocks at one page
*/
function generate_pagination($base_url, $num_items, $per_page, $start_item, $add_prevnext_text = false, $tpl_prefix = '')
{
   global $template, $user;
   // www.phpBB-SEO.com SEO TOOLKIT BEGIN
   global $phpbb_seo, $phpEx;
   // www.phpBB-SEO.com SEO TOOLKIT END
   // Make sure $per_page is a valid value
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm


Return to phpBB2 Advanced mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests