There's somethings that I'd like to know about the new 1.0 release :
- is it more easier to install in an exterior server, I mean without begging and fighting with IT ?
we don't have all permissions in our server because it's not a dedicated one and there are some security issues that make the variable "open_basedir" unchangeable but it changes for all clients not only me.
- if I don't want to use mysql storage (witch is the actual solution I use) but file storage, will I have in 1.0 the same problem as in 0.71 : Failed to import file '/home/www/client/tmp/phpYajGvs' because activecollab tries to write in a place where it's not allowed ?
#1. Installation should be much easier than with previous version because of lower system requirements and improved installer, but it still cannot do all the work for you:
- You need to make sure that system meets activeCollab system requirements
- Installer cannot guess you database connection parameters
- Some folders are writable by activeCollab in order to continue the installation
#2. There is only one file storage engine in v1.0 (files are stored in /upload folder). We haven't had any problems with file upload and download in our tests.
One last thing i hope for today. where can i find the full directory tree so that i can amend this ?
# error — cache is not writable
# error — cache/templates is not writable
# error — compile is not writable
# ok — config is writable
# error — logs is not writable
# ok — public/avatars is writable
# ok — public/logos is writable
# ok — public/projects_icons is writable
# error — thumbnails is not writable
Or, do i need to manually create a "cache" directory ?
# error — upload is not writable
Ok, i went through the process, but all i get is a blank white page, with NOTHING.
Just the url http://hq.webtendances.com/public/
1. Environment test
* ok — Your PHP version is 5.2.3
* ok — Required extension 'mysql' found
* ok — Required extension 'tokenizer' found
* ok — Required extension 'ctype' found
* ok — Recommended extension 'gd' found
* ok — Recommended extension 'mbstring' found
* ok — Recommended extension 'iconv' found
* ok — zend.ze1_compatibility_mode is turned Off
* ok — cache is writable
* ok — cache/templates is writable
* ok — compile is writable
* ok — config is writable
* ok — logs is writable
* ok — public/avatars is writable
* ok — public/logos is writable
* ok — public/projects_icons is writable
* ok — thumbnails is writable
* ok — upload is writable
2. Install activeCollab
Installation process:
* ok — Database connection has been established successfully
* ok — InnoDB storage engine is supported
* ok — Tables created in 'hq_ac1_webtendances'. (Executed queries: 23)
* ok — Initial data imported into 'hq_ac1_webtendances'. (Executed queries: 6)
* ok — Owner company created
* ok — Administrator account created
* ok — Configuration data has been successfully added to the configuration file
activeCollab has been successfully installed. Here is what you should do next:
#1 — Go visit your newly created installation. You can login with l'''''''
- is it more easier to install in an exterior server, I mean without begging and fighting with IT ?
we don't have all permissions in our server because it's not a dedicated one and there are some security issues that make the variable "open_basedir" unchangeable but it changes for all clients not only me.
- if I don't want to use mysql storage (witch is the actual solution I use) but file storage, will I have in 1.0 the same problem as in 0.71 : Failed to import file '/home/www/client/tmp/phpYajGvs' because activecollab tries to write in a place where it's not allowed ?
Thanks