Page 1 of 2

SOLVED - install.php give a blank page

Posted: 15. October 2009 09:22
by Sfullak
Your Portal Version: Fresh
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.magenealogie.net/fofo/

PHP Version: PHP Version 4.4.9-1.standard
MySQL Version: 5.0.51a-3ubuntu5.4-log

What have you done before the problem was there?
Try to install the mode dl on phpbb.com (1.0.2) :
Modification of files on local disk
Up Load requested files (who comes with the archive, not the local file I have modified) on website
Going on adress http://www.magenealogie.net/fofo/instal ... nstall.php as requested by instructions

=> Give a blank page

Cheking db for new tables: no new table


What have you already tryed to solve the problem?
Nothing, prefer to wait from instructions from you

Description and Message
Installation is stopped as http://www.magenealogie.net/fofo/instal ... nstall.php give a blank page.

PS Sorry for my poor english.

Re: install.php give a blank page

Posted: 15. October 2009 09:24
by Mike
Use our latest release instead ;)

viewtopic.php?style=3&f=40&t=2784

Re: install.php give a blank page

Posted: 15. October 2009 09:28
by Sfullak
OK, I shoul use the latest one, but why the latest one is not on phpbb.com ?

(and thanks for your very quick answer)

Re: install.php give a blank page

Posted: 15. October 2009 09:31
by Mike
Because of the slow validation process... ;)

Re: install.php give a blank page

Posted: 15. October 2009 09:55
by Sfullak
OK,

I should came back to you, if it does'nt work or if it's works well.

Thanks,

Re: install.php give a blank page

Posted: 15. October 2009 10:51
by Sfullak
Same trouble with the latest version when I go on http://www.magenealogie.net/fofo/install/index.php

My Board is stopped as there is a install directory.

Change: I modify the name of install directory to installe, that my board should work during waiting answers, so the link of the page is http://www.magenealogie.net/fofo/installe/index.php

Re: install.php give a blank page

Posted: 15. October 2009 11:52
by Mike
did you modified any files in your install folder?

Re: install.php give a blank page

Posted: 15. October 2009 12:11
by Sfullak
No, they are same as in the archive I have downloaded.

This is the source of the page:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>

Re: install.php give a blank page

Posted: 15. October 2009 12:46
by Mike
Very strange...
This code is generated by the Browser if he gets a blank Page from the Server.
Clear all portal related files, and clear all your caches and try it again...
Your Board is working, so your php settings are ok.
This error occurs if you have any free space in your php file bevor the <?php... or after ?>. But if you dont change the files... :?

Did you upload the files in automode, ascii or binary? (ftp) (should be auto)

Re: install.php give a blank page

Posted: 15. October 2009 13:10
by Sfullak
I gave deleted my directory "installe"

I have made a new transfer in the directory "install" in auto mode: same
I tried in Binary: files are not good so I make a new clean and a new transfer in automode : same
I have re downloaded the zip pacjkage and re made transfer
I check and no space before <?php and no space after ?>

Note that I have only deleted files only in install directory (that I have rename, after my tests in "installe" to make my board working).

Same blank page with the code

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
Is there other filse to check in other directory ?

Re: install.php give a blank page

Posted: 15. October 2009 18:19
by Mike
open your config.php and find these lines:

Code: Select all

// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
replace it with:

Code: Select all

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
This will activate the debug mode. If you now open your install/index.php you probably get an errormessage.

Re: install.php give a blank page

Posted: 15. October 2009 18:58
by Sfullak
Here are the errors:

Code: Select all

[phpBB Debug] PHP Notice: in file common.php on line 877: Undefined index: LOG_DELETE_TOPIC
[phpBB Debug] PHP Notice: in file session.php on line 2030: set_lang() [function.set-lang]: Unable to access ./../language/fr/mods/install_portal.php
[phpBB Debug] PHP Notice: in file session.php on line 2030: set_lang(./../language/fr/mods/install_portal.php) [function.set-lang]: failed to open stream: Success

Fatal error: set_lang() [function.require]: Failed opening required './../language/fr/mods/install_portal.php' (include_path='.:/include/') in session.php on line 2030
Note that I have not transferred the files I have modified on local.

As I see it is a language trouble and when I switch my profile to English, seems to works: It ask me "Prior to running the installation script, you need to upload the edited files, especially /includes/constants.php."

I should see next tomorow morning, as the board is very important in the evening.

Re: install.php give a blank page

Posted: 15. October 2009 23:18
by Mike
Then upload all your files, make the edits as described in install.xml and run the installer. After that, you can change back your language to french. ;)

Re: install.php give a blank page

Posted: 16. October 2009 00:00
by Sfullak
Hi,

Me Again, Installation made the tabbles but stop after with error:

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Duplicate entry '4-118' for key 1 [1062]

SQL

INSERT INTO fofo_acl_roles_data (role_id, auth_option_id, auth_setting) VALUES (4, '118', 1)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()

FILE: install/install_install.php
LINE: 238
CALL: dbal_mysql->sql_query()

FILE: install/install_install.php
LINE: 73
CALL: install_install->load_schema()

FILE: install/index.php
LINE: 279
CALL: install_install->main()

FILE: install/index.php
LINE: 56
CALL: module->load()

Re: install.php give a blank page

Posted: 16. October 2009 00:06
by Mike
Ohhh K! Since im unfamiliar with SQL i cannot help you here... But im sure, there will be someone else who can ;)