December 23, 20232 yr comment_18302 Hello together, I got an error message and want to know if it has something todo with my code or with the server. The error code is like shown in picture. But I have no folder in > home/us_pear/PEAR And the path is set in php.ini as well Quote ; PHP's default setting for include_path is ".;/path/to/php/pear" ; https://php.net/include-path include_path = ".;${US_ROOTF}/home/us_pear/PEAR" Report
December 23, 20232 yr comment_18304 Hello, Pear is no longer supported in Uniform Server ZeroXV. The last version with Pear support is Uniform Server ZeroXIII. Sorry! Report
July 23, 20241 yr comment_21803 Thank you for producing such a fascinating essay on this subject. This has sparked a lot of thought in me, and I'm looking forward to reading more. I played purble place game after stressful work, it was amazing Report
February 6, 20251 yr comment_33084 Have you fixed this issue? What are the reason? 😵 I try to look for sth helpful in the Internet but nothing happens but Candy Clicker. Report
April 18, 2025Apr 18 comment_43935 Hey Melissa000! Have you managed to fix the issue yet? 😵 I’ve tried searching for a solution online too, but all I keep finding is Candy Clicker instead of anything helpful! 😂 Let me know if you figured it out! Report
October 1, 2025Oct 1 comment_60175 On 12/23/2023 at 4:26 PM, Fux0312 said: Hello together, I got an error message and want to know if it has something todo with my code or with the server. The error code is like shown in picture. But I have no folder in > home/us_pear/PEAR And the path is set in php.ini as well drive mad What specific error message are you encountering? ave you checked if the include path in your php.ini file is correctly pointing to a valid directory? Report
December 26, 2025Dec 26 comment_60581 On 12/23/2023 at 5:26 PM, Fux0312 said: Hello together, I got an error message and want to know if it has something todo with my code or with the server. The error code is like shown in picture. But I have no folder in > home/us_pear/PEAR And the path is set in php.ini as well veckio This is most likely a server/environment configuration issue, not your business logic. 1.Your include_path points to /home/us_pear/PEAR, but that directory doesn’t exist → PEAR is not installed (or installed elsewhere). 2.${US_ROOTF} is probably not being expanded, so the path becomes /home/us_pear/PEAR. 3.On Linux, include_path should typically use : as the separator, not ;. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.