I''m getting this error
*Warning*: fopen(../maintenance/tables.sql) [function.fopenhttp://www.wiki.stock-tech.com/configs/function.fopen]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
The file your missing is, /maintenance/tables.sql, have you checked the maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql) [function.fopenhttp://www.wiki.stock-tech.com/configs/function.fopen]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
Ya I checked the directory for file r, but it's not there. Is my inital download corrupt?
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
The file your missing is, /maintenance/tables.sql, have you checked the maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql) [function.fopenhttp://www.wiki.stock-tech.com/configs/function.fopen]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
r isn't the file name, it's tables.sql
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:52 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
Ya I checked the directory for file r, but it's not there. Is my inital download corrupt?
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
The file your missing is, /maintenance/tables.sql, have you checked
the
maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopenhttp://www.wiki.stock-tech.com/configs/function.fopen]:
failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
thanks ill look into that!
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
r isn't the file name, it's tables.sql
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:52 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
Ya I checked the directory for file r, but it's not there. Is my inital download corrupt?
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
The file your missing is, /maintenance/tables.sql, have you checked
the
maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopenhttp://www.wiki.stock-tech.com/configs/function.fopen]:
failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
File tables.sql is there....
On 6/29/07, Matt Gallisdorfer matgallis@gmail.com wrote:
thanks ill look into that!
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
r isn't the file name, it's tables.sql
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:52 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
Ya I checked the directory for file r, but it's not there. Is my inital download corrupt?
On 6/29/07, Arthur Guy < Arthur@assys.net> wrote:
The file your missing is, /maintenance/tables.sql, have you checked
the
maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopen <http://www.wiki.stock-tech.com/configs/function.fopen
]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer
Is it readable by the apache user like the other files?
You appear to have used a non standard instillation directory /wiki/ rather than /w/ is it too late to fix this? The installer may make assumptions as to the install directory which is being broken by the above issue, can anyone else comment on this?
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopen
<http://www.wiki.stock-tech.com/configs/function.fopen
]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on
line
*2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer
On 29/06/07, Arthur Guy Arthur@assys.net wrote:
Is it readable by the apache user like the other files?
You appear to have used a non standard instillation directory /wiki/ rather than /w/ is it too late to fix this? The installer may make assumptions as to the install directory which is being broken by the above issue, can anyone else comment on this?
I can, and I'm afraid to say it's bollocks. MediaWiki doesn't care where it's being installed, and "/wiki/" is not "non-standard", because there is no standard.
Rob Church
I learnt something new today.
A post by the person having the problem seemed to imply the problem was fixed when he made this change, do you know why this would be or what would cause the problem in the first place?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Rob Church Sent: 30 June 2007 04:42 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
On 29/06/07, Arthur Guy Arthur@assys.net wrote:
Is it readable by the apache user like the other files?
You appear to have used a non standard instillation directory /wiki/ rather than /w/ is it too late to fix this? The installer may make assumptions as to the install directory which
is
being broken by the above issue, can anyone else comment on this?
I can, and I'm afraid to say it's bollocks. MediaWiki doesn't care where it's being installed, and "/wiki/" is not "non-standard", because there is no standard.
Rob Church
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I reinstalled the mediawiki using the same technique I used last time. I had to reinstalled because an admin username was not installed my previous attempt. I'm almost sure I simply forgot to put in the admin's password into the passowrd field. THis attempt at installing mediawiki is having the same error as before, even when i'm using /w/ as the install directory. I'm thinking the problem is with creating the user admin during the installation. Why else wouldn't it work now?
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
I learnt something new today.
A post by the person having the problem seemed to imply the problem was fixed when he made this change, do you know why this would be or what would cause the problem in the first place?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Rob Church Sent: 30 June 2007 04:42 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
On 29/06/07, Arthur Guy Arthur@assys.net wrote:
Is it readable by the apache user like the other files?
You appear to have used a non standard instillation directory /wiki/ rather than /w/ is it too late to fix this? The installer may make assumptions as to the install directory which
is
being broken by the above issue, can anyone else comment on this?
I can, and I'm afraid to say it's bollocks. MediaWiki doesn't care where it's being installed, and "/wiki/" is not "non-standard", because there is no standard.
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi Matt, I answered you here (but I think you missed it ;-) ):
http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021342.html
and also (but not important) :
http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021338.html http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021340.html
shortly :
move /homepages/21/d144326822/htdocs/wiki/maintenance/ folder to thge root of your website : /homepages/21/d144326822/htdocs/
(found someone on fr.wikipedia with the exact same problem as you and which used this solution)
NB : $fp = fopen( $filename, 'r' ); means "open the file named $filename in readonly mode"
Also (if ever the above solution doesn't work) you could try to insert this code before fopen() :
echo getcwd();
just to check that your install script is actually executing in the config*s* directory
Oh BTW, you seem to be installing 1.10.0rc1, maybe you should use the final release 1.10.0 ;-) (but I don't think it's related to your problem)
Matt Gallisdorfer wrote:
File tables.sql is there....
On 6/29/07, Matt Gallisdorfer matgallis@gmail.com wrote:
thanks ill look into that!
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
r isn't the file name, it's tables.sql
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:52 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
Ya I checked the directory for file r, but it's not there. Is my
inital
download corrupt?
On 6/29/07, Arthur Guy < Arthur@assys.net> wrote:
The file your missing is, /maintenance/tables.sql, have you checked
the
maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopen <http://www.wiki.stock-tech.com/configs/function.fopen
]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
oh, opps I must have missed it! I changed the wiki folder to /w/ and the install script worked! However, I just released I'm not even using the right version hehe :D
On 6/29/07, Alexis Moinet alexis.moinet@fpms.ac.be wrote:
Hi Matt, I answered you here (but I think you missed it ;-) ):
http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021342.html
and also (but not important) :
http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021338.html http://lists.wikimedia.org/pipermail/mediawiki-l/2007-June/021340.html
shortly :
move /homepages/21/d144326822/htdocs/wiki/maintenance/ folder to thge root of your website : /homepages/21/d144326822/htdocs/
(found someone on fr.wikipedia with the exact same problem as you and which used this solution)
NB : $fp = fopen( $filename, 'r' ); means "open the file named $filename in readonly mode"
Also (if ever the above solution doesn't work) you could try to insert this code before fopen() :
echo getcwd();
just to check that your install script is actually executing in the config*s* directory
Oh BTW, you seem to be installing 1.10.0rc1, maybe you should use the final release 1.10.0 ;-) (but I don't think it's related to your problem)
Matt Gallisdorfer wrote:
File tables.sql is there....
On 6/29/07, Matt Gallisdorfer matgallis@gmail.com wrote:
thanks ill look into that!
On 6/29/07, Arthur Guy Arthur@assys.net wrote:
r isn't the file name, it's tables.sql
Arthur Guy
arthur@assys.net
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:52 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Install error: Missing files?
Ya I checked the directory for file r, but it's not there. Is my
inital
download corrupt?
On 6/29/07, Arthur Guy < Arthur@assys.net> wrote:
The file your missing is, /maintenance/tables.sql, have you checked
the
maintenance directory, is it there?
Arthur Guy
arthur@assys.net -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Matt Gallisdorfer Sent: 29 June 2007 19:34 To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Install error: Missing files?
I''m getting this error
*Warning*: fopen(../maintenance/tables.sql)
[function.fopen <
http://www.wiki.stock-tech.com/configs/function.fopen
]: failed to open stream: No such file or directory in * /homepages/21/d144326822/htdocs/wiki/includes/Database.php* on line *2123* Could not open "../maintenance/tables.sql".
Database line 2123 contains:
$fp = fopen( $filename, 'r' );
Where is file name 'r' and why am i missing it???
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- -Matt Gallisdorfer
-- -Matt Gallisdorfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- View this message in context: http://www.nabble.com/Install-error%3A-Missing-files--tf4001333.html#a113661... Sent from the WikiMedia General mailing list archive at Nabble.com.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2007/6/29, Matt Gallisdorfer matgallis@gmail.com:
Ya I checked the directory for file r, but it's not there. Is my inital download corrupt?
"r" specifies the mode in which the file is opened (for "r"eading). Note that the error message says 'Could not open "../maintenance/tables.sql"'; that should be a clue as to which file is actually (apparently) missing. :)
mediawiki-l@lists.wikimedia.org