Archive for March, 2010

The path you entered is not a valid directory or is not accessible.

March 21, 2010

Error:The path you entered is not a valid directory or is not accessible. When trying to enable imagemagick within Gallery2 by Menalto Check your php,ini file for a directive open_basedir add the root path that contains the convert binary , so for example if convert is at /usr/bin/convert set the basedir to open_basedir = /your/home:/usr/bin [...]

Posted in Linux Maintenance | Comments Off

SSL received a record that exceeded the maximum permissible length

March 17, 2010

Secure Connection Failed An error occurred during a connection to db6442f6.fb.joyent.us. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) Solution: You will need to make sure the ssl is setup correctly in the httpd.conf or iis settings.

Posted in Apache | Comments Off

PHP 5.3 – Date warning

March 17, 2010

Wow, PHP is changing the way we code our websites More Warnings Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most [...]

Posted in PHP | Comments Off

cpanel | php 5.3/mysql5 issues

March 16, 2010

Issues found after upgrading cpanel/php to version 5.3 -Zend optimizer is not currently supported * Sucks -The mysql Script /usr/bin/mysql_fix_privilege_tables need to be ran -modec can not access the database anymore error: etc/cron.hourly/modsecparse.pl: DBI connect(‘modsec:localhost’,’modsec’,…) failed: Access denied for user ‘modsec’@’localhost’ (using password: YES) at /etc/cron.hourly/modsecparse.pl line 19 fix: nano /etc/cron.hourly/modsecparse.pl phpMyAdmin click Privileges > [...]

Posted in CPANEL | Comments Off

Verisign prepares for DNSSEC 2010 | nameservers

March 6, 2010

Excerpt New Referral Behavior When queried for an existing A or AAAA record serving as glue (an address record at or below NS records at a delegation point), the authoritative name servers for .com and .net respond with the glue record in the answer section. However, the answer is not marked authoritative, i.e., the AA [...]

Posted in Networking | Comments Off