| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
eliteSkills
Joined: 15 Aug 2008 Posts: 1
|
Posted: Fri Aug 15, 2008 7:41 pm Post subject: Need Major Help !! problem installing mod |
|
|
im totally a newb to all this 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 | Quote: | | 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 | Quote: | | 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 |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3691
|
Posted: Sat Aug 16, 2008 9:12 am Post subject: Re: Need Major Help !! problem installing mod |
|
|
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: | /**
* 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 |
|
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |