| :: |
| Author |
Message |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Mon Aug 27, 2007 2:35 pm Post subject: Installation Error |
|
|
Trying to install I get this error. I used search but I cannot understand French...
| Code: | Warning: main(./../../common.php) [function.main]: failed to open stream: No such file or directory in /home/NAME/public_html/contrib/db_install.php on line 24
Warning: main(./../../common.php) [function.main]: failed to open stream: No such file or directory in /home/NAME/public_html/contrib/db_install.php on line 24
Warning: main() [function.include]: Failed opening './../../common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/NAME/public_html/contrib/db_install.php on line 24
Fatal error: Call to a member function on a non-object in /home/NAME/public_html/contrib/db_install.php on line 31 |
|
|
|
| Back to top |
|
 |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Mon Aug 27, 2007 4:29 pm Post subject: Re: Installation Error |
|
|
OK solved. db_install was not at the correct folder.
Now only having problem with greek language characters at rss.xml.Any suggestions? |
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Fri Aug 31, 2007 8:41 pm Post subject: Re: Installation Error |
|
|
I cannot read greek characters at rss.xml. I use iso-8859-7 and tried all the Char-set conversion methods but no result...
Any suggestions? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Sun Sep 02, 2007 2:08 pm Post subject: Re: Installation Error |
|
|
iso-8859-7 is supported by the phpBB3 utf 8 tool, so make sure you set your charset to iso-8859-7 in GYM acp, and then do the following test (because we first want to try the fastest method, phpBB3 one being the heaviest).
So try setting Char-set conversion method to :
1) utf8_encode,
2) mb_convert_encoding
3) iconv
4) recode_string
5) phpbb3
All these could work depending on your server settings, hence the choice.
Each time you change a setting, make sure you clear the cache before you check the result.
If the phpBB3 method is the only one to work, it's not really a performance problem as long as you use the cache. It would be more problematic if we add to do it on the fly upon each page load.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Wed Sep 12, 2007 9:22 pm Post subject: Re: Installation Error |
|
|
| I am not on phpBB3. I use phpBB2 Plus... |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Tue Sep 18, 2007 12:42 pm Post subject: Re: Installation Error |
|
|
Yes I tried them but no result!
The GYM Sitemaps mods work fine with phpbb2 Plus too... |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Tue Sep 18, 2007 12:47 pm Post subject: Re: Installation Error |
|
|
| I have to clear tha /cache folder every time? |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Thu Oct 04, 2007 1:08 pm Post subject: Re: Installation Error |
|
|
No result yet...
Do I have to clear the /cache or the /mx_ggsitemaps/gs_cache? |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Thu Oct 04, 2007 6:19 pm Post subject: Re: Installation Error |
|
|
I still get no result...  |
|
|
| Back to top |
|
 |
Adavis
Joined: 06 May 2007 Posts: 27
|
Posted: Thu Oct 04, 2007 6:44 pm Post subject: Re: Installation Error |
|
|
I did it with this trick at phpbb_seo/phpbb_seo_class.php :
$this->encoding = "iso-8859-1";
with :
$this->encoding = ""; |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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