Hi Alun!
I have upgraded to the last dev version and when I am going to edit one of the views I constructed on top of leaguesite data I get this error message:
"Fatal error: Cannot redeclare class leaguesite_handler_field_points in /etc/drupal/6/sites/all/modules/leaguesite/leaguesite_league/views/leaguesite_handler_field_points_away.inc on line 34"
I edited the file leaguesite_handler_field_points_away.inc file and I can see the first line
class leaguesite_handler_field_points extends views_handler_field_numeric{
does not match the file name, so I renamed the class to leaguesite_handler_field_points_away.
I went back to the view, and then got the following error message:
Fatal error: Cannot redeclare class leaguesite_handler_field_points in /etc/drupal/6/sites/all/modules/leaguesite/leaguesite_league/views/leaguesite_handler_field_points_home.inc on line 34
I followed the same procedure (open and renamed the class) and now I can edit the view.
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | masterchief.patch | 1.15 KB | MasterChief |
Comments
Comment #1
MasterChief commentedHere the patch :)
Comment #2
ayukko commentedThanks!
Comment #3
Alun commentedComment #4
MasterChief commentedHi Alun,
I am seeing you are online, could i talk with you 2 min on #drupal irc channel ?
Comment #5
ParisLiakos commentedAh i got the same error :P
Alun could you commit the patch?
or i will do it manually