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
Hello Vasile
Excellent extension.
I have a small problem ...
it works perfectly in my localhost development environment (PHP 7.0.28-0 ubuntu 0.16.04.1) but when I upload it to the web server (linux PHP 5.6.35) it does not work.
Any suggestions?
Maybe some PHP option or extension.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello @ric128 ,
You can check it by yourself actually:
if (function_exists('popen')) {
echo'popen is enabled';
} else {
echo'popen is disabled';
}
if (function_exists('pclose')) {
echo'pclose is enabled';
} else {
echo'pclose is disabled';
}
Hello Vasile
Excellent extension.
I have a small problem ...
it works perfectly in my localhost development environment (PHP 7.0.28-0 ubuntu 0.16.04.1) but when I upload it to the web server (linux PHP 5.6.35) it does not work.
Any suggestions?
Maybe some PHP option or extension.
Thank you very much.
The text was updated successfully, but these errors were encountered: