You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to just start command nothing works I have no return...
And when I try with debug mode I have this return :
PHPDeprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Sdata has a deprecated constructor in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 8PHPWarning: mkdir(): File exists in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 56PHPFatal error: UncaughtError: Call to undefined function curl_multi_init() in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php:58Stack trace:
#0 /home/mrsolarius/tools/Recsech/tools/sdata-modules.php(181): Sdata->sdata()#1 /home/mrsolarius/tools/Recsech/Recsech.php(17): require_once('/home/louis/too...')#2 {main}
thrown in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 58
To Reproduce
Steps to reproduce the behavior:
Have php7.4-cli
Use chmod -R u+x $path_to_recsecn$
Do php Recsech.php in folder
Nothing show
Do php Recsech.php debug to see error
Expected behavior
Just have the title display like your screen ^^
Desktop (please complete the following information):
Kubuntu 20.04
PHP CLI 7.4
Additional context
I have try to start file with all 777 right but nothing have change.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to just start command nothing works I have no return...
And when I try with debug mode I have this return :
To Reproduce
Steps to reproduce the behavior:
chmod -R u+x $path_to_recsecn$
php Recsech.php
in folderphp Recsech.php debug
to see errorExpected behavior
Just have the title display like your screen ^^
Desktop (please complete the following information):
Additional context
I have try to start file with all 777 right but nothing have change.
The text was updated successfully, but these errors were encountered: