Get help from other users here.
Moderators: Developer, Contributor
-
cas
- Posts: 1414
- Joined: 11 Mar 2006, 16:08
-
Contact:
Post
by cas »
So I have this code:
Code: Select all
<?php
auth_reauthenticate();
access_ensure_global_level( config_get( 'manage_plugin_threshold' ) );
layout_page_header( 'Clone Project' );
layout_page_begin( 'config_page.php' );
print_manage_menu();
?>
Often used in a similar way which works all the way.
Now I get this error:
Who has a clue or am i missing the obvious?
-
Attachments
-

- Screenshot_20221127_200537.png (84.87 KiB) Viewed 433 times