Closed (duplicate)
Project:
Arctica
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2011 at 00:41 UTC
Updated:
22 Dec 2011 at 15:47 UTC
Arctica crashes the admin of a localhost setup. See the details in the forum post: http://drupal.org/node/1377810
When the Arctica folder is copied to /sites/all/themes/ , the admin functions on the overlay bar crash the browser (Arctica doesn't even have a chance to install).
When the entire Arctica folder is removed from /sites/all/themes/ , the overlay bar works and everything is back to OK. This problem only happens in a localhost setup. Arctica works fine in a real hosting environment.
How can Arctica crash the overlay before it even has a chance to be installed ??
Could this "theme-functions" give a clue :
function arctica_attribution_link() {
$key = ord($_SERVER["SERVER_NAME"])%10;
$links = array( ...
...
Comments
Comment #1
jurriaanroelofs commentedCan you provide more info about your sytem? Are you on XAMPP or MAMP, Windows/Apple?
This is probably a duplicate of http://drupal.org/node/1363424
Comment #2
Petemoss commentedMy setup is WAMP. Windows 7 Professional and Drupal 7.10. The setup works fine with other themes ... nothing is changed in the setup, except for Arctica.
Comment #3
dddave commentedsee #1