В скрипте прописал "require_once 'HTML/QuickForm2.php';"
Столкнулся с такой ошибкой: "Fatal error: require_once() [function.require]: Failed opening required 'HTML/QuickForm2.php' (include_path='.:/usr/share/php:/usr/share/pear')"
А пакет действительно лежит в /usr/share/php
На сайте PEAR описаны шаги по тестированию его работы.
На четвертом пункте параграфа "Verifying the include path" получил ошибку "Fatal error: require_once() [function.require]: Failed opening required 'System.php' (include_path='.:/usr/share/php:/usr/share/pear') ".
Далее предлагают профиксеть include_path, переписать корректную директорию.
Но она, по моему, корректная.
Так в чем же дело, почему не один патч не цепляется?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Bolmazov
Подключаю пакет PEAR "QuickForm2".
В скрипте прописал "require_once 'HTML/QuickForm2.php';"
Столкнулся с такой ошибкой: "Fatal error: require_once() [function.require]: Failed opening required 'HTML/QuickForm2.php' (include_path='.:/usr/share/php:/usr/share/pear')"
А пакет действительно лежит в /usr/share/php
На сайте PEAR описаны шаги по тестированию его работы.
На четвертом пункте параграфа "Verifying the include path" получил ошибку "Fatal error: require_once() [function.require]: Failed opening required 'System.php' (include_path='.:/usr/share/php:/usr/share/pear') ".
Далее предлагают профиксеть include_path, переписать корректную директорию.
Но она, по моему, корректная.
Так в чем же дело, почему не один патч не цепляется?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.