Sorry for the delay @matt.
We have been testing the installation with the last version (2.0.1) and we have been experiencing issues too.
Now, it shows me this error:
I'm from the Bitnami Project (http://bitnami.com), and we are updating Piwik Stack to Piwik 2.X version. You can test it if you download lampstack http://bitnami.com/stack/lamp (I provide you the exact commands at the end of my post, to prepare the setup environment faster).
Here you have the data we are writing into the forms:
I give you the commands to prepare the environment faster (on a linux-x64):
Go to your IP machine, and follow the web installation wizard.
Best regards, and thank you.
We have been testing the installation with the last version (2.0.1) and we have been experiencing issues too.
Now, it shows me this error:
Quote
php_error.log
[20-Dec-2013 10:55:13 UTC] PHP Fatal error: Call to a member function rewriteAssetsPathToTheme() on a non-object in /opt/lampstack-5.4.23-0/apps/piwik/core/AssetManager/UIAssetMerger.php on line 181
I'm from the Bitnami Project (http://bitnami.com), and we are updating Piwik Stack to Piwik 2.X version. You can test it if you download lampstack http://bitnami.com/stack/lamp (I provide you the exact commands at the end of my post, to prepare the setup environment faster).
Here you have the data we are writing into the forms:
Quote
index.php?action=databaseSetup
Database Server: 127.0.0.1 (it is on /etc/hosts configured, and it creates the database)
Login: root
password: mypassword (as I'm testing the installation process, the password is really "mypassword")
databse name: piwik
table prefix: piwik_
adapter: mysqli
Quote
index.php?action=tablesCreation&module=Installation
Tables created with success!
Quote
mysql output
mysql> use piwik;
Database changed
mysql> show tables;
+-----------------------------+
| Tables_in_piwik |
+-----------------------------+
| piwik_access |
| piwik_goal |
| piwik_log_action |
| piwik_log_conversion |
| piwik_log_conversion_item |
| piwik_log_link_visit_action |
| piwik_log_profiling |
| piwik_log_visit |
| piwik_logger_message |
| piwik_option |
| piwik_session |
| piwik_site |
| piwik_site_url |
| piwik_user |
+-----------------------------+
14 rows in set (0.00 sec)
mysql>
Quote
index.php?action=generalSetup&module=Installation
super user login: admin
password: mypassword (as I'm testing the installation process, the password is really "mypassword")
password (repeat): mypassword
email: a fake one... admin@admin.com
NOT CHECK: password: mypassword (only lowercase, and only letters... not special chars)
NOT CHECK: email me with community updates (new plugins, new features, etc.)
Quote
index.php?action=firstWebsiteSetup&module=Installation
I read: Super user created succesfully (isn't exactly like this, but more or less)
website name: my_site
website URL: http://my_site.com
website time zone: UTC+8
ecommerce: not an ecommerce site
Quote
index.php?action=trackingCode&module=Installation
I read: Website my_site created successfully (isn't exactly like this, but more or less)
I click next.
Quote
index.php?action=finished&module=Installation
Congratulations
Congratulations! Your Piwik installation is complete.
Make sure your JavaScript code is entered on your pages, and wait for your first visitors!
Quote
index.php
Welcome!
Your Piwik configuration file appears to be misconfigured. You can either remove config/config.ini.php and resume installation, or correct the database connection settings.
SQLSTATE[HY000] [2002] No such file or directory
Quote
config.ini.php
; <?php exit; ?> DO NOT REMOVE THIS LINE
; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file.
[PluginsInstalled]
PluginsInstalled[] = "Login"
PluginsInstalled[] = "CoreAdminHome"
PluginsInstalled[] = "UsersManager"
PluginsInstalled[] = "SitesManager"
PluginsInstalled[] = "Installation"
PluginsInstalled[] = "PrivacyManager"
PluginsInstalled[] = "ImageGraph"
PluginsInstalled[] = "DoNotTrack"
PluginsInstalled[] = "Annotations"
PluginsInstalled[] = "Overlay"
PluginsInstalled[] = "SegmentEditor"
PluginsInstalled[] = "Morpheus"
PluginsInstalled[] = "Zeitgeist"
I give you the commands to prepare the environment faster (on a linux-x64):
Quote
wget http://downloads.bitnami.com/files/stacks/lampstack/5.4.23-0/bitnami-lampstack-5.4.23-0-linux-x64-installer.run
sudo install bitnami-lampstack-5.4.23-0-linux-x64-installer.run
cd /opt/lampstack-5.4.23-0/
mkdir apps/piwik
vim apache2/conf/bitnami/bitnami.conf (Modify the lines where it appears HTDOCS, and point it to /opt/lampstack-5.4.23-0/apps/piwik/)
cd /opt/lampstack-5.4.23-0/apps/piwik/ && wget http://builds.piwik.org/latest.zip
unzip latest.zip
mv piwik/* .
/opt/lampstack-5.4.23-0/ctlscript.sh restart apache
Go to your IP machine, and follow the web installation wizard.
Best regards, and thank you.