Extension talk:DataCenter

From mediawiki.org
Latest comment: 15 years ago by Jack Phoenix in topic Blank Screen

Snapshot ?[edit]

Why is the snapshot page don't have the DataCenter Extension ? --Phd0 11:34, 29 January 2009 (UTC)Reply

Blank Screen[edit]

In my httpd error log "PHP Fatal error: Call to undefined method OutputPage::addScriptFile() in <snip>extensions/DataCenter/DataCenter.ui.php on line 1007" resulting in nothing being shown on the DataCentre page on my wiki. Changed the line from "$wgOut->addScriptFile( $wgScriptPath . $url );" to "$wgOut->addScript( $wgScriptPath . $url );" and it started working... --217.33.175.2 13:04, 8 April 2009 (UTC)Reply

OutputPage::addScriptFile() exists only in MediaWiki 1.14 and newer ones. You should upgrade your wiki. --Jack Phoenix (Contact) 14:57, 8 April 2009 (UTC)Reply

Future development[edit]

Is this project alive? It seems very interested to me.

Error adding API Key[edit]

Popup says: "website needs a different google maps API key"
I added the following in my LocalSettings.php:

$egDataCenterGoogleMapsAPIKey =  array ("mysite.com" => "my google key");

What am I missing??

Issues with URL constructions[edit]

I know this is abandoned by now, but does anyone happen to know why it would be constructing URLs improperly? Example - If you're on 'Assets' and browse to 'Settings', the path isn't formatting correctly. So instead of 'Special:DataCenter/settings' I'm getting 'Special:DataCenter/assets/settings' If I was go to another section from settings this would just continue like 'Special:DataCenter/assets/settings/models'.

Learn PHP[edit]

I wish I knew PHP. I would take this over, what an awesome project idea! Sad it's no longer being worked on.