We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Uncaught Error: Undefined constant "FAQLAN_41" in C:\xampp\htdocs\e107-2_3_3_git\e107_plugins\faqs\faqs.php:133 Stack trace: #0 C:\xampp\htdocs\e107-2_3_3_git\index.php(69): include_once() #1 {main} thrown in C:\xampp\htdocs\e107-2_3_3_git\e107_plugins\faqs\faqs.php on line 133
Set clasic layout ON
PHP Version 8.2
Synced with latest version before testing Thanks
The text was updated successfully, but these errors were encountered:
Must have been lost in the years 2013 > : define(FAQLAN_41, "FAQ Categories");
define(FAQLAN_41, "FAQ Categories");
At present this this would be : define("LAN_PLUGIN_FAQS_FUNCTIONNAME", "FAQ Categories"); ??? ( d6de1d2 )
define("LAN_PLUGIN_FAQS_FUNCTIONNAME", "FAQ Categories");
Sorry, something went wrong.
60d9c29
CaMer0n
No branches or pull requests
Bug Description
Fatal error: Uncaught Error: Undefined constant "FAQLAN_41" in C:\xampp\htdocs\e107-2_3_3_git\e107_plugins\faqs\faqs.php:133 Stack trace: #0 C:\xampp\htdocs\e107-2_3_3_git\index.php(69): include_once() #1 {main} thrown in C:\xampp\htdocs\e107-2_3_3_git\e107_plugins\faqs\faqs.php on line 133
How to Reproduce
Set clasic layout ON
PHP Version
Synced with latest version before testing
Thanks
The text was updated successfully, but these errors were encountered: