Ticket #1291 (closed Bugs: fixed)

Opened 7 years ago

Last modified 7 years ago

Gabcast module doesn't allow adding a channel.

Reported by: cosmicwombat Assigned to:
Priority: minor Milestone:
Component: Gabcast Version: 2.2beta3
Keywords: Gabcast Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

When I try to add or view a channel I only see:

Not found

The section you requested does not exist or you do not have access to it.

I tried uninstalling it and reinstalling. This removed the previous channel. But, the issue persists.

Attachments

page.gabcast.php.diff (381 bytes) - added by vgster on 11/23/06 04:52:16.
FWIW attached is a diff

Change History

11/13/06 12:48:39 changed by p_lindheimer

  • owner deleted.
  • component changed from - choose - to Gabcast.

(follow-up: ↓ 3 ) 11/20/06 04:58:20 changed by vgster

How are you adding or viewing a channel?

(in reply to: ↑ 2 ) 11/21/06 09:08:18 changed by cosmicwombat

Replying to vgster:

How are you adding or viewing a channel?

I go to Tools > Gabcast > Add Gabcast Channel Gabcast Configuration link.

The link is: http://192.168.0.110/admin/config.php?type=setup&display=gabcast&action=add

btw, I upgraded to Beta3 and still acts this way.

Robert

11/22/06 04:07:48 changed by vgster

Well I can confirm the problem, the module is reporting the Not Found message then taking you to the Setup options... I've had a look in the apache logs and it looks ok, no errors.

172.16.5.112 - admin [22/Nov/2006:09:11:21 +0000] "GET /admin/common/script.js.php HTTP/1.1" 200 17755 "http://172.16.5.119/admin/config.php?type=tool&display=gabcast" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1) Gecko/20061010 Firefox/2.0"
172.16.5.112 - admin [22/Nov/2006:09:11:27 +0000] "GET /admin/config.php?type=setup&display=gabcast&action=add HTTP/1.1" 200 5459 "http://172.16.5.119/admin/config.php?type=tool&display=gabcast" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1) Gecko/20061010 Firefox/2.0"
172.16.5.112 - admin [22/Nov/2006:09:11:28 +0000] "GET /admin/common/script.js.php HTTP/1.1" 200 17755 "http://172.16.5.119/admin/config.php?type=setup&display=gabcast&action=add" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1) Gecko/20061010 Firefox/2.0"

Should type=tool???

11/22/06 04:11:37 changed by vgster

  • version changed from 2.2beta2 to 2.2beta3.

Ah yes, it would appear we have a typo. page.gabcast.php line 14 $type = 'setup'; should be $type = 'tool'; then it works.

11/23/06 04:52:16 changed by vgster

  • attachment page.gabcast.php.diff added.

FWIW attached is a diff

11/23/06 10:42:19 changed by cosmicwombat

I can verify that performing the aformentioned edit on page.gabcast.php does indeed fix the issue.

Robert.

11/23/06 16:34:14 changed by RobThomas

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in gabcast 1.2.2 - thanks!