mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #41] jQuery error, when trying to add new mailbox #36
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#36
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 @pietervogelaar on GitHub (Jun 3, 2013).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/41
SyntaxError: unterminated string literal
[Afbreken op deze fout]
var data = $('#moda
100-jquery.js (line 619, col 25)
@pietervogelaar commented on GitHub (Jun 3, 2013):
On this URL https://vogelaarsolutions.nl/vimbadmin/mailbox/edit/modal/1/did/11, I get the following code.
The content is cut off at the bottom, so obviously javascript gives an error.
But why is this? I worked for a week fine, but suddenly this occurred.
@pietervogelaar commented on GitHub (Jun 3, 2013):
So right now my mail administration is broken :-(
@barryo commented on GitHub (Jun 4, 2013):
So it was working for a week and then "suddenly stopped"?
Doesn't look like a ViMbAdmin issue I'm afraid. There is nothing to cause an error where it has been cut off and my currently version is working fine.
Suggest you evaluated any other changes you made and also check the Apache error logs and ViMbAdmin's own logs for issues (
var/logs/...).@pietervogelaar commented on GitHub (Jun 4, 2013):
I debugged the code, and on my local machine it was working correctly indeed. I could not reproduce it.
After two hours I restarted php-fpm and suddenly it worked again :-S Maybe some strange APC problem.