
0
Answered
Weblink doesn't work.
Hi,
I am using FileRun For PHP 7.0 or 5.6 and XAMPP 7.0.27 / PHP 7.0.27 (https://www.apachefriends.org/download.html), the issue is Weblink doesn't work, I am able to generate weblink but when I access it nothing shows up.
Sample: http://[website-url]/wl/?id=pnD4d0RVL5xWvzx1vbMG4Xm5cdp3gVCd
Could you help?
Answer

+1
Answer
Answered
The value of PHP's "include_path" configuration directive, inside "php.ini" is not correct. Check http://php.net/manual/en/ini.core.php#ini.include-path for valid examples.


+1
"include_path" is set to "C:\xampp\php\PEAR" which is not a valid setting. It needs to include ".;". See the Windows example bellow, in your file.

I'm having the same issue. Web links are blank.
Running xampp 7.3.0
phpinfo:
include_path | C:\xampp\php\PEAR | C:\xampp\php\PEAR |
Customer support service by UserEcho
The value of PHP's "include_path" configuration directive, inside "php.ini" is not correct. Check http://php.net/manual/en/ini.core.php#ini.include-path for valid examples.