PDA

View Full Version : Problems with Drupal



dawnswebdesigns
2010-05-07, 01:56 AM
What do you know...it is Friday...barely. :(

Greetings. :)

Acc'd to Drupal's Boost module:


Boost Cache path
cache/perm/dawnswebdesigns.com/family/site: does not exist.

Acc'd to Drupal's Mimedetect module:


Mime type detection File Extension
MimeDetect is using the browser supplied filename for file extension lookups. It is strongly recommended that you install and configure the PHP Fileinfo Extension or the UNIX 'file' command to provide more accurate severside mime type detection.

Otherwise I'm not sure what's the cause of this:


Upload progress Not enabled
Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library (preferred) or to install APC.

Then there's this:


* warning: file_put_contents(cache/perm/dawnswebdesigns.com/family/site/.boost) [function.file-put-contents]: failed to open stream: No such file or directory in /var/www/domains/dawnswebdesigns.com/docs/family/site/sites/all/modules/boost/boost.install on line 80.
* warning: file_put_contents(cache/perm/dawnswebdesigns.com/family/site/.boost) [function.file-put-contents]: failed to open stream: No such file or directory in /var/www/domains/dawnswebdesigns.com/docs/family/site/sites/all/modules/boost/boost.install on line 87.

I don't think there's anything I can do about it...not even the missing cache folder. This is no mod I can install. This is php which I know nothing about. Any help would be much appreciated. :)

jeremya
2010-05-07, 09:31 AM
Nick, are you out there nick?

Yanks
2010-05-07, 04:08 PM
yeah, I'd like some insights on that too, cause it seems Drupal's worth it if you can get beyond a few issues.

nickh
2010-05-07, 05:18 PM
I'll ask our Operations department if they can install the php-pecl-Fileinfo package, which contains the PHP Fileinfo extension.

Unfortunately, anything that uses the Upload Progress library won't work. This post (http://myhosting.com/forums/myhosting-forums/troubleshooting/234-trying-install-pear-package.html) explains why.

I'm guessing that the warning about file_puts_content() relates to the first problem, regarding the cache directory.

For the first problem, is Drupal able to write to the cache/ directory?

dawnswebdesigns
2010-05-08, 12:45 AM
I fixed the first & last problems. You just add a dir called cache. I can't remember if you have to chmod it or not. But you surely must create it & point that mod to it (Boost).

I've also got a new problem:


Messaging PHPMailer PHP Mailer missing
HTML Mail requires the PHP Mailer class to properly send HTML Mail. Please download the 2.0 version and place the phpmailer folder in your messaging_phpmailer module directory. Rename the folder to "PHPMailer".

I'll have to get back to you on the upload progress. Thanks. :)

nickh
2010-05-10, 01:26 PM
PHPMailer needs to be installed into this directory in your Drupal site:

sites/all/modules/messaging/messaging_phpmailer/PHPMailer/
Make sure that you name the directories exactly like that, including upper-case characters.

PHPMailer can be found here (http://drupal.org/project/phpmailer).