JamesStPattrick
10-30-2016, 10:47 PM
Hello,
I'm coding a plugin, does anyone know how I can call the vBulletin 'No Permission Page'?
Thanks!
--------------- Added 1477871411 at 1477871411 ---------------
I've tried calling: 'print_no_permission();' but then I get this error:
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 1477871762 at 1477871762 ---------------
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 :)
I'm coding a plugin, does anyone know how I can call the vBulletin 'No Permission Page'?
Thanks!
--------------- Added 1477871411 at 1477871411 ---------------
I've tried calling: 'print_no_permission();' but then I get this error:
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 1477871762 at 1477871762 ---------------
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 :)