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