Single page protect php method

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
wwonderfull
 
 
Posts: 1620
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Single page protect php method

Post by wwonderfull »

testing single page protect by php protection method with a MYSQL CRUD extension in a WAMP server localhost.
this comes on the top
Image
User avatar
Pablo
 
Posts: 23910
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Single page protect php method

Post by Pablo »

The extension cannot detect that session_start is already on the page. So, it may be added twice.
But I think you should be able to disable this warning in the php.ini configuration
User avatar
wwonderfull
 
 
Posts: 1620
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Single page protect php method

Post by wwonderfull »

how to solve it using the php.ini configuration anything I need to copy paste or change the values to, or Is there any solution to this other than this?
User avatar
Pablo
 
Posts: 23910
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Single page protect php method

Post by Pablo »

I think you will need to reduce the warning level.
https://www.php.net/manual/en/errorfunc ... ration.php
Post Reply