Hello,
I'm coding a plugin, does anyone know how I can call the vBulletin 'No Permission Page'?
Thanks!
--------------- Added [DATE]1477871411[/DATE] at [TIME]1477871411[/TIME] ---------------
I've tried calling: 'print_no_permission();' but then I get this error:
Quote:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\includes\functions.php on line 2890
|
Any idea?
--------------- Added [DATE]1477871762[/DATE] at [TIME]1477871762[/TIME] ---------------
Nevermind, issue has been fixed.
For those who want the solution, make your own php file that calls the print_no_permission(); and call that file from plugin