KecskeBak Posted June 2, 2008 Posted June 2, 2008 I've noticed that the Edugeek 1.5.3 package keeps trying to download from http://www.alonebfg.com - in fact, the menus are frozen until it downloads what it needs to. When I view source on the main administration page, I can see: .icon-16-dm_documents_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_documents_16.png) no-repeat; } .icon-16-dm_cpanel_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_cpanel_16.png) no-repeat; } .icon-16-dm_files_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_files_16.png) no-repeat; } .icon-16-dm_categories_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_categories_16.png) no-repeat; } .icon-16-dm_groups_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_groups_16.png) no-repeat; } .icon-16-dm_licenses_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_licenses_16.png) no-repeat; } .icon-16-dm_stats_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_stats_16.png) no-repeat; } .icon-16-dm_logs_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_logs_16.png) no-repeat; } .icon-16-dm_config_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_config_16.png) no-repeat; } .icon-16-dm_templates_16 { background: url(http://www.alonebfg.com/administrator/components/com_docman/images/dm_templates_16.png) no-repeat; } I assume this is an error - if the package gets popular it'll get expensive on the old bandwidth ;-)
KecskeBak Posted June 2, 2008 Author Posted June 2, 2008 (edited) I've taken another look. It's definitely downloading from: http://www.alonebfg/com/administrator/components/com_docman/images/ dm_documents_16.png dm_cpanel_16.png dm_groups_16.png dm_licenses_16.png There seems to be the alonebfg URL hard coded in the database table jos_components. I've just edited out the http://www.alongbfg.com/ from the jos_components table (but left the rest of the URL) and the menu works fine now. Edited June 2, 2008 by KecskeBak
alonebfg Posted June 2, 2008 Posted June 2, 2008 you need to download the zip that site is my test site as i dont have access to the edugeek site to upload the zip file.
SimpleSi Posted June 2, 2008 Posted June 2, 2008 @alonebfg Its your zipped file package that has your url in it.! It seems to be hard coded in to lines starting 219 in /installation/sql/mysql/joomla.sql regards Simon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now