Closed (won't fix)
Project:
SimpleAds
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2013 at 14:25 UTC
Updated:
9 Jun 2023 at 17:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedAttached patch fixes up the menu item declarations.
Comment #2
proteo commentedHi. Just wanted to report that the patch itself works fine for me (it gets ride of the extra menu entries). However, now I'm seeing this error message whenever I visit admin content screens:
Notice: Undefined offset: 3 en _menu_translate() (línea 777 de /var/www/site/includes/menu.inc).The error sticks after flushing caches, and even after disabling and deinstalling the admin menu module.
Comment #3
DrCord commentedI fixed this by adding
on line 16 of simpleads.stat.inc, before anything else happens.
Comment #4
minnur commented