Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 0xFFFF

Pages: [1]
1
Installation problems / Stuck on step 3 [solved]
« on: October 18, 2011, 02:29:50 am »
Hi All,

Please excuse me if my problem has already been answered somewhere in the forums....
I searched and googled for this but couldn't find the answer.

I'm attempting to install feng office 1.7.5 on Ubuntu server 11.04.
The installation procedure goes well until I get to the third step "Complete the installation". Once I've entered the relevant data I click the submit button but I'm returned the the same page. Any ideas?

Installation procedures I've used thus far: (All involve a restart just before going to wwwmydomaincom/pm)
Attempt 1
Code: [Select]
wget httblah/link/to/fengoffice_1.7.5/fengoffice_1.7.5.zip
unzip fengoffice_1.7.5.zip
sudo mv fengoffice /var/www/pm
sudo chown -R www-data:www-data /var/www/pm
Then I'd go to wwwmydomaincom/pm and follow the installation procedure.

Attempt 2
Same arrangement as above only I created the database and feng user before starting the installation procedure:
Code: [Select]
create database myfengdb;
CREATE USER 'myfenguser'@'localhost' IDENTIFIED BY 'myfenguserpassword';
grant all on myfengdb.* to 'myfenguser'@'localhost';
quit;

Attempt 3 & 4
Same arrangement as 1 & 2 using 2.0.0beta2

Attempt 5 - 8
Because I had nothing better to do I substituted...
Code: [Select]
sudo chown -R www-data:www-data /var/www/pmfor...
Code: [Select]
sudo chmod 777 -r /var/www/pm

Fault finding process:
Tried setting DEBUG to true in /var/www/pm/config/config.php
Checked logs in /var/log/apache2

Apache: Apache/2.2.17 (Ubuntu)
PHP: PHP Version 5.3.5-1ubuntu7.2
MySQL: 5.1.54-1ubuntu4 (Ubuntu)

I'm sure the answer is going to smack me in the face but I'm not getting anywhere.

Regards,

0xFFFF

Pages: [1]