Install tutorial

This is a tutorial on how to install WorkSimple
Compatible with version 1.2.x

 

Steps

  1. Download WorkSimple from http://geekness.eu/wsdownload
  2. Extract WorkSimple to the directory of your choice
  3. chmod the data/ directory to 0777, to allow the creation/writing of files.
  4. Head over to the install directory. For example: http://mywebsite/worksimple/install
  5. Fill in the boxes, such as website and tagline and number posts/page.
  6. Check off what you would like on your website (Ads, login box, calendar)
  7. Click done
  8. It will now redirect you to the second install page
  9. Fill in the fields.
  10. Click finish
  11. You must delete the 'install' directory and 'ni.txt'.

Configuring
'data/conf.php' is where all the configuration values are stored, such as website name, calendar status etc.

 


Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.

 

AttachmentSize
template.txt525 bytes

Actual Version

It seems like /Upload needs a chmos aswell .

Install error

Warning: Division by zero in /PTLBlog/do.php on line 48

I'm getting that error when trying to install...

Re: install Error

I found out why this is happening. Its because $posts_page is blank in 'conf.php'. Change the number of posts per page (in the CP) to a numerical value.

$lang file?

"failed to open stream: No such file or directory in /home/sicknerd/public_html/bp/2009/cp.php on line 18"

something about [?php include("$lang") ?] but i check in the conf.php no such thing in it regarding $lang

i have to add a line is func.php that looks like $lang = "langs/en.lang.php"; like that

thats interesting

check in the conf.php no such thing in it regarding $lang

i have to add a line is func.php that looks like $lang = "langs/en.lang.php"; like that Dissertation

re: thats interesting

Hmm, thats fixed in 1.2.2b. It was a problem created by the installer where it didn't write the right language to conf.php

re:$lang file?

Hmmm, the $lang variable should be declared in conf.php, but func.php works the same. $lang defines the systems language to use. A new version of WorkSimple will/might be coming soon.

Powered by Drupal, an open source content management system