Jump to content

jnojr

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by jnojr

  1. preg_match() expects parameter 2 to be string, array given in /var/www/html/includes/bootstrap.inc on line 842. http://drupal.org/node/525036#comment-3046610 A fix was posted, but it's apparently only for PHP 5.2 RHEL5 ships with 5.1, and that isn't going to change. I'm hoping someone knows how to "translate" or amplify the patch so that it will fix the problem with PHP 5.1 as well.
  2. Not getting any joy on the Drupal forum so far, so: My status page tells me: Charts Charts module not yet configured Charts core module needs to get some default options in order to operate. You must go to settings page and configure it. But when I go to the settings page, it tells me: Access denied You are not authorized to access this page.
  3. I'm dealing with a site built on a RHEL5 server, MySQL 5.0.22 (yeah, I know it's old, tell Red Hat) php 5.1.6-23, Drupal 6.4 I built a VM, dumped the database from the original server, rsynced the entire /var/www/html/ from the old server to the new server, restored the database... and it worked just fine. Now, I need to replicate this site again, but on two VMs... one for the web server, one for the database server. I thought it would be pretty straightforward to add a MySQL user on the db host that's allowed to connect from the IP of the web host, but it just... will... not... work! I can, from the shell of the web server, connect to MySQL on the remote server just fine. Both Drupal and phpMyAdmin just will not connect... phpMyAdmin says "#2003 - The server is not responding" and Drupal tells me the site is off-line. When I try to access the install.php, it says: Failed to connect to your MySQL database server. MySQL reports the following message: Can't connect to MySQL server on '172.16.1.1' (13). Please keep in mind, though, that I absolutely can connect with the 'mysql' command at the shell. It seems like there's some magic sauce that PHP is missing. I do have php-mysql installed on the web server.
×
×
  • 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.