| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
jozek
Joined: 18 Mar 2008 Posts: 3
|
Posted: Tue Mar 18, 2008 5:40 pm Post subject: White Page after Instalation |
|
|
Hi,
I instaled this mod with instructions in info file,
i edit all files, upload, change chmod, clear cache coby root files and robots.txt and ...
I`m seeing everywhere white page :/
adress of my forum:
Where is a problem ?
regards, jozek |
|
|
| Back to top |
|
 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 226
|
|
| Back to top |
|
 |
jozek
Joined: 18 Mar 2008 Posts: 3
|
Posted: Tue Mar 18, 2008 10:27 pm Post subject: Re: White Page after Instalation |
|
|
now I have a error:
Fatal error: Call to a member function set_url() on a non-object in /home.13/d/s/f/dsfncwjw/www/includes/functions_display.php on line 115
| Code: | {
$forum_id = $row['forum_id'];
if ( empty($phpbb_seo->seo_url['forum'][$forum_id]) ) {
(line 115) $phpbb_seo->seo_url['forum'][$forum_id] = $phpbb_seo->set_url($row['forum_name'], $forum_id, $phpbb_seo->seo_static['forum']);
} |
Somewhere I must mistake :/ |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 831
|
Posted: Wed Mar 19, 2008 2:25 am Post subject: Re: White Page after Instalation |
|
|
| jozek wrote: | | Somewhere I must mistake :/ |
You probably skipped this:
| Code: | #
#-----[ OPEN ]------------------------------------------
#
common.php
#
#-----[ FIND ]------------------------------------------
#
// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();
#
#-----[ AFTER, ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if (empty($phpbb_seo) ) {
require_once($phpbb_root_path . 'phpbb_seo/phpbb_seo_class.'.$phpEx);
$phpbb_seo = new phpbb_seo();
}
// www.phpBB-SEO.com SEO TOOLKIT END |
Please double-check your work. The "white page" was what some servers do when there's a php error. Try testing it locally with xampp. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
jozek
Joined: 18 Mar 2008 Posts: 3
|
Posted: Wed Mar 19, 2008 2:09 pm Post subject: Re: White Page after Instalation |
|
|
Everything is fine in this file... I apply this chenges.
I will rewrite all changes, if this dosn`t solve my problem i get out this mod
Edit
It`s working now ;] |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |