Skip to content
New issue

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

FAQs - PHP 8 error #4916

Closed
Jimmi08 opened this issue Dec 7, 2022 · 1 comment
Closed

FAQs - PHP 8 error #4916

Jimmi08 opened this issue Dec 7, 2022 · 1 comment
Assignees
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Dec 7, 2022

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

image

PHP Version

PHP Version 8.2

Synced with latest version before testing
Thanks

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Dec 7, 2022
@Jimmi08 Jimmi08 changed the title FAQs FAQs - PHP 8 error Dec 7, 2022
@tgtje
Copy link
Contributor

tgtje commented Dec 7, 2022

Must have been lost in the years 2013 > : define(FAQLAN_41, "FAQ Categories");

At present this this would be : define("LAN_PLUGIN_FAQS_FUNCTIONNAME", "FAQ Categories"); ???
( d6de1d2 )

@CaMer0n CaMer0n added this to the e107 2.3.3 milestone Dec 10, 2022
@CaMer0n CaMer0n self-assigned this Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

3 participants