
onekopaka at gmail
Jun 14, 2008, 10:58 AM
Post #4 of 4
(197 views)
Permalink
|
The module loaded should be fine. anyways, if phpMyAdmin is working, but MediaWiki not, something is seriously wrong. On Jun 14, 2008, at 10:50 AM, Sandy Rozhon wrote: > Well, I know the drive letter will change because I'm testing this on > my desktop, but intend for it to be used eventually on my laptop. I > don't believe I'm defining the drive anywhere as far as i know. > > Also, there is no file called php.dll in the php5 folder. Since some > of the other php files seem to load correctly (ie. phpmyadmin or the > wow page), it seems odd that it is only mediawiki that doesn't > function properly. I can't even get into the configuration section. > > Any further suggestions? > > Sandy > > On 14 Jun 2008 at 10:35, Darren VanBuren wrote: > >> The root meaning the I:/ directory. >> >> anyways, using an absolute path for a removable drive is risky on >> windows. the drive letter could change, making everything break. >> >> Check that the drive letter is most certainly I. That's VERY >> important. > > > On Jun 14, 2008, at 10:31 AM, Sandy Rozhon wrote: >> >>> On 14 Jun 2008 at 9:53, Darren VanBuren wrote: >>> >>>> I am assuming something is wrong with the Apache config. Check in >>>> wosportable/apache2/conf/httpd.conf (just look for httpd.conf >>>> somewhere) for a line like >>>> >>>> LoadModule php5_module ../php5/php.dll >>>> >>>> If there is no line that loads a .dll for PHP, then most definitely >>>> PHP isn't loaded. >>> >>> This is what I found: >>> >>> LoadModule php5_module "I:/wosportable/php5/php5apache2.dll" >>> PHPIniDir "I:/wosportable/php5" >>> >>> >>> >>>> Also, is the 'wosportable' directory in the root of the flashdrive? >>> >>> I'm not sure what the root would be? I assume it is. If I look in >>> Windows Explorer at the USB stick drive, I see: >>> >>> (I:) >>> System >>> Documents >>> wosportable >>> >>>> >>>> The restriction on file sizes is in php.ini which should be in / >>>> wosportable/php5. >>>> >>>> You need to change post_max_size and upload_max_filesize. >>>> >>>> Note: post_max_size MUST be GREATER THAN upload_max_filesize. >>> >>> Thanks I'll try those changes. >>> >>> Sandy >>> >>> _______________________________________________ >>> MediaWiki-l mailing list >>> MediaWiki-l[at]lists.wikimedia.org >>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> >> Darren VanBuren >> onekopaka[at]gmail.com >> ---------------------------------------------- >> Administrator of Onekopakaspace >> >> Trunk MediaWiki install: >> http://oks.verymad.net/~onekopaka/mwtrunk/ >> >> > > Darren VanBuren onekopaka[at]gmail.com ---------------------------------------------- Administrator of Onekopakaspace Trunk MediaWiki install: http://oks.verymad.net/~onekopaka/mwtrunk/
|