Jump to content

jnojr

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jnojr's Achievements

Newbie

Newbie (1/5)

0

Reputation

  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.
  4. I installed MediaWiki 1.13.3 More and more often, we're getting messages about file uploads being corrupt, when they are not... they're well under both the MW and PHP size limits, the files open just fine, etc. I've tried: $wgMimeDetectorCommand = "file --brief --mime"; And: $wgMimeDetectorCommand= "file -bi"; Then I commented both out to let MWs internal checking work. On the MW forum, someone asked about mime.types: [root@server ~]# grep mime.types /var/www/html2/wiki/includes/DefaultSettings.php $wgMimeTypeFile= "includes/mime.types"; [root@server ~]# grep ppt /var/www/html2/wiki/includes/mime.types application/vnd.ms-powerpoint ppt [root@server ~]# grep PPT /var/www/html2/wiki/includes/mime.types [root@server ~]# Nobody there is responding any more. I can't even find out how to generate some kind of logs or errors to get an idea of how to proceed. I've had to disable MIME checking altogether to get files to upload as it breaks too frequently. Can anyone help?
  5. I'm not getting anywhere on the MediaWiki forum, so I'm hoping the folks here can help. I have a wiki (v. 1.10.0 ) on one server, and I need to move it to another server. On the new server, I used 1.13.3, copied over the contents of /images, LocalSettings.php, and the database. When I try to look at the new wiki, I get a blank page. The error_log tells me: The line in question is: require_once( "$IP/LocalSettings.php" ); Also: $IP = getenv( 'MW_INSTALL_PATH' );
  6. Anyone? Any ideas? I'm really stuck here.
  7. [!--quoteo(post=368909:date=Apr 26 2006, 10:28 AM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Apr 26 2006, 10:28 AM) [snapback]368909[/snapback][/div][div class=\'quotemain\'][!--quotec--] When you apply any changes to your php.ini file make sure you are restarting the server in order for the new settings to be applied.[/quote] I am... :-)
  8. I'm trying to get phpBugTracker working. When I fill in the info about the database and hit "Test Database Connection", I get a blank screen. So, I'm trying to get some kind of error logs to give me some clue as to what's happening, but I'm having zero luck with that. I've tried display_errors = On I've tried log_errors = On I've tried error_log = /var/log/php.log I've tried error_log = syslog Nothing is being returned in either the error_log nor /var/log/php.log I'm stumped!
  9. I have a Fedora Core 2 server with httpd-2.0.54-10.2 php-4.3.10-2.4 mysql-3.23.58-9 postgresql-7.4.7-3.FC2.1 PHP works just fine with MySQL. What do I need to do to get it working with PostGreSQL as well?
×
×
  • 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.