Good morning Russ/all,
I am having an error with the classes
Here is my LocalSettings.php section:
- SwiftMedia Config#
$wgLocalFileRepo = array ( 'class' => 'SwiftRepo', 'name' => 'local', 'user' => '#Removed for privacy', 'key' => '#Removed for privacy', 'authurl' => 'https://auth.api.rackspacecloud.com/v1.0/', 'container' => 'apachewikifiles', 'scriptDirUrl' => $wgScriptPath, 'scriptExtension' => $wgScriptExtension, 'url' => $wgUploadBaseUrl ? $wgUploadBaseUrl . $wgUploadPath : $wgUploadPath, 'hashLevels' => $wgHashedUploadDirectory ? 2 : 0, 'transformVia404' => !$wgGenerateThumbnailOnParse, 'deletedHashLevels' => 3 );
- End SwiftMedia#
I am receiving an error: PHP Fatal error: Class 'SwiftRepo' not found in /var/www/html/mediawiki/includes/filerepo/RepoGroup.php on line 345, referer: http://mydomain.com/mediawiki/index.php/Main_Page
I followed your instructions and am at a loss. Do you have any suggestions?
Thanks Justin MediaWiki 1.18.2 / CentOS 6