strange error

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
cas
Posts: 1581
Joined: 11 Mar 2006, 16:08
Contact:

strange error

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
Screenshot_20221127_200537.png (84.87 KiB) Viewed 16362 times
Post Reply