Closed
Bug 547241
Opened 16 years ago
Closed 16 years ago
Cannot fix broken link on "projects" landing page
Categories
(Websites Graveyard :: drumbeat.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mthompson2000, Unassigned)
Details
* On projects landing page
https://drumbeat.stage.mozilla.com/projects
when I click on "Get started right now" in top right-hand block, get "page not found"
* When trying to fix link with same syntax as front page "submit your project" block:
<a href="<?php print base_path(); ?>node/add/project">get started</a>
* I get error message:
warning: Invalid argument supplied for foreach() in /var/www/drumbeat.stage.mozilla.com/sites/all/modules/contrib/skinr/includes/handlers.inc on line 72.
| Reporter | ||
Comment 1•16 years ago
|
||
<a href="/node/add/project">get started</a> seems to resolve broken link.
But I still get same error message when saving the block:
The block configuration has been saved.
warning: Invalid argument supplied for foreach() in /var/www/drumbeat.stage.mozilla.com/sites/all/modules/contrib/skinr/includes/handlers.inc on line 72.
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•11 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•