SOLVED - install.php give a blank page

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

SOLVED - install.php give a blank page

Post 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.
Last edited by Sfullak on 16. October 2009 00:49, edited 1 time in total.
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post by Mike »

Use our latest release instead ;)

viewtopic.php?style=3&f=40&t=2784
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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)
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post by Mike »

Because of the slow validation process... ;)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post by Sfullak »

OK,

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

Thanks,

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post by Mike »

did you modified any files in your install folder?
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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>
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post 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)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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 ?
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post 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.
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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.
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post 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. ;)
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Sfullak
Active Member
Posts: 12
Joined: 15. October 2009 09:09

Re: install.php give a blank page

Post 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()
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: install.php give a blank page

Post by Mike »

Ohhh K! Since im unfamiliar with SQL i cannot help you here... But im sure, there will be someone else who can ;)
kein Support per PN / Messenger
no Support via PM / Messenger
Locked

Return to “board3 Portal 1.0.x - English Support”