Russ Lavoy wrote:
> I am running mediawiki 1.14.0 on CentOS 5 apache 2.2.3
> 
> I use to have my documentroot set to /var/ww/site
> 
> but changed it to
> 
> /var/www/differentsite
> 
> Mediawiki is looking for images in /var/www/site/images instead of looking at 
> the /var/www/differentsite/images
> 
> New uploads work as expected, but all of the old images are broken since the 
> documentroot change.
> 
> Is there some type of data in the DB that holds this information?  Because I 
> need to fix this, but I am definitely not a DB so I do not know how to do 
> that.
> 
> But if I can get information on where in the DB the upload location is stored 
> I can likely modify the entries there...
> 
> Can anyone help me with this?
> 
> Thanks

No, It's not stored on the DB. Everything is on LocalSettings, or
deduced from it (you can look at DefaultSettings to understand what it
becomes).
Since new uploads work, perhaps it's just that you're seeing cached
pages which contain links to the images on teh old url. Check if purging
helps.


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to