Jump to content
  • 0

include_path и PEAR


Bolmazov
 Share

Question

Подключаю пакет 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

  • 0

Проблема оказалась (в моем случае) в том, что PHP работал как модуль. Перевел его на работу как cgi - всё заработало.

Вывод один - если продолжать запускать PHP как модуль, то нужно его правильно настроить.

Вопрос: при ситуации описанной в первом посте какие настройки нужны что-бы всё правильно заработало с PHP запущенным как модуль?

Edited by Bolmazov
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy