mysql -u root -P -e "UPDATE jos_users SET password=MD5('password') WHERE username='admin';"
cd /srv/www/htdocs chown wwwrun:www -R *
AllVideos Reloaded 1.2. (Komponente)
AllVideo Plugin
Pfad: images/stories/videos/*
Aufruf: {flv}dateiname ohne Erweiterung!{/flv}
Verzeichnisse /tmp /templates Eigentümer auf "wwwrun" und Gruppe auf "www" setzen
bgweiz.at/cms/medien/video/ID-Nummer vom aufzurufenden Beitrag index.php?option=com_content&view=article&id=xyz
oder
directory}/administrator/components/com_joomlaxplorer/.config/conf.php:-
else {
$GLOBALS["home_dir"] = $dir_above;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = substr( $mosConfig_live_site, 0, strrpos($mosConfig_live_site, ‘/’));
}
to the following…
else {
$GLOBALS["home_dir"] = $mosConfig_absolute_path;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = $mosConfig_live_site;
}