Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Current snap shot.
Well, I tried all the versions and they all broke drupal
Drupal Version (4.6.5)
php 4.4.1
mysql 4.1.14-standard-log
So I decided to install the most recent snapshot and the module
didn't break drupal when I activated; Yeah.
Now when I click on the civicrn link to adminster civicrm,
I get the following message.
Warning: _get_plugin_filepath(): open_basedir restriction in effect. File(/usr/share/php/smarty/libs/internals/core.assemble_plugin_filepath.php) is not within the allowed path(s): (/home/yevotas/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1369
Warning: _get_plugin_filepath(/usr/share/php/smarty/libs/internals/core.assemble_plugin_filepath.php): failed to open stream: Operation not permitted in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1369
Fatal error: _get_plugin_filepath(): Failed opening required '/usr/share/php/smarty/libs/internals/core.assemble_plugin_filepath.php' (include_path='.:/home/yevotas/public_html/drupal/modules/civicrm:/home/yevotas/public_html/drupal/modules/civicrm/packages:.:/usr/lib/php:/usr/local/lib/php:modules/Administration/import_html/coders_php_library') in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1369
This makes no sense as the module should not even be trying to open the (/home/yevotas/)
directory. What exactly is the plugin that the module is looking for?
When I activate the CVR_menu in the blocks I get the following message:
Warning: _compile_resource(): open_basedir restriction in effect. File(/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php) is not within the allowed path(s): (/home/yevotas/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
Warning: _compile_resource(/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php): failed to open stream: Operation not permitted in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
Fatal error: _compile_resource(): Failed opening required '/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php' (include_path='.:/home/yevotas/public_html/drupal/modules/civicrm:/home/yevotas/public_html/drupal/modules/civicrm/packages:.:/usr/lib/php:/usr/local/lib/php:modules/Administration/import_html/coders_php_library') in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
After this, when I try to disactivate cvicrm in the modules I get the following message,
Warning: _compile_resource(): open_basedir restriction in effect. File(/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php) is not within the allowed path(s): (/home/yevotas/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
Warning: _compile_resource(/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php): failed to open stream: Operation not permitted in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
Fatal error: _compile_resource(): Failed opening required '/usr/share/php/smarty/libs/internals/core.write_compiled_resource.php' (include_path='.:/home/yevotas/public_html/drupal/modules/civicrm:/home/yevotas/public_html/drupal/modules/civicrm/packages:.:/usr/lib/php:/usr/local/lib/php:modules/Administration/import_html/coders_php_library') in /home/yevotas/public_html/drupal/modules/civicrm/packages/Smarty/Smarty.class.php on line 1432
Any guesses?