mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #107] Error while adding alias using backend generated admin #83
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dragoscirjan on GitHub (Jul 24, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/107
Hello guys,
I'm using version 3.0.6 of ViMbAdmin, and I encountered this issue.
While using an admin account created from admin interface (not the main account), I tried to add an alias. Each time, the following error appears.
Was it reported before? Is there any fix for this in newer versions?
Fatal error: Call to a member function getMaxaliases() on a non-object in /usr/local/vimbadmin/application/controllers/AliasController.php on line 261
Call Stack
Time Memory Function Location
1 0.0000 242144 {main}( ) ../index.php:0
2 0.0156 1983392 Zend_Application->run( ) ../index.php:34
3 0.0156 1983512 Zend_Application_Bootstrap_Bootstrap->run( ) ../Application.php:366
4 0.0156 1984984 Zend_Controller_Front->dispatch( ) ../Bootstrap.php:101
5 0.0161 2114056 Zend_Controller_Dispatcher_Standard->dispatch( ) ../Front.php:954
6 0.0308 3763424 Zend_Controller_Action->dispatch( ) ../Standard.php:308
7 0.0309 3784320 AliasController->addAction( ) ../Action.php:516
@barryo commented on GitHub (Jul 24, 2014):
Already fixed in 3.0.10 via #96.