Ok, I have no idea what I'm doing wrong. I'm trying to set this up on an external server (rackspace cloud) I have installed the latest 64-bit release of BitNamis WP multisite package. In the installer, I have set the hostname in the installer manually, every time. The first few times, I installed it in the default location (/opt/wordpress-<version>/).
- When I go to the site in the browser i get a 301 loop error.
- I run the updateip script, and it tells me it can't find '/opt/bitnami/properties.ini' (not strange since the installer wanted to install it in '/opt/wordpress-<version>/')
- Fine... I'll reinstall ... that will fix it ...
- I reinstall with the new installpath of '/opt/bitnami/'.
- Empty cache in browser and try again... Same problem... tries firefox and safari... still same.
- try and run the updateip, and I get: [wordpress]# ./updateip --machine_hostname itgirls.se Problem running post-install step. Installation may not complete correctly Error running /opt/bitnami/mysql/bin/mysql --user=bn_wordpress --host=localhost --socket="/opt/bitnami/mysql/tmp/mysql.sock" --database=bitnami_wordpress --password=**** -e "UPDATE wp_blogs SET domain='itgirls.se' WHERE blog_id='1';" : ERROR 1146 (42S02) at line 1: Table 'bitnami_wordpress.wp_blogs' doesn't exist
- ok, try and access phpmyadmin ... limited to localhost ... ffs ... I'm running a server without WM... go in to phpmyadmin config file ... and edit url... no change ... check phpmyadmin.conf (httpd config)... find the error message and comment out related parts ... reboot service ... no change.
- reinstall bitnami ... same problems ... opens mysql in terminal, and check the wp_options table ... and the siteurl and home rows contain the right domain ...
Now, I'm at a loss at to what I should do ... I'm starting to think that a manual install of LAMP + WP MU might be easier then using bitnami. The server is running CentOS 6.3.