Loading...
 
Architecture / Installation

Architecture / Installation


My Tikiwiki died after some weeks

posts: 1


Hello Community!

I installed Tiki on webhost "Itriss.com" It worked fine for several weeks, but Monday I've got the error message below. To solve the problem some commands should be issued, but I can't get command line interface for this.

Can anybody give me a better hint?

Thanks in Advance!
Jozsef

___

TikiWiki is not properly set up:

The directory '/var/lib/php' does not exist or PHP is not allowed to access it (check open_basedir entry in php.ini).

You may either chmod the directories above manually to 777, or run one of the sets of commands below.
Proceed to the Tiki installer after you run the commands below.

If you cannot become root, and are NOT part of the group vhostswww:
$ bash
$ cd /www/itriss.com/j/g/u/jgugan/htdocs/tikiwiki
$ chmod +x setup.sh
$ ./setup.sh yourlogin yourgroup 02777
Tip: You can find your group using the command 'id'.

If you cannot become root, but are a member of the group vhostswww:
$ bash
$ cd /www/itriss.com/j/g/u/jgugan/htdocs/tikiwiki
$ chmod +x setup.sh
$ ./setup.sh mylogin vhostswww

If you can become root:
$ bash
$ cd /www/itriss.com/j/g/u/jgugan/htdocs/tikiwiki
$ chmod +x setup.sh
$ su -c './setup.sh vhostswww'

If you have problems accessing a directory, check the open_basedir entry in
/etc/php.ini or httpd.conf.

Once you have executed these commands, this message will disappear!

Note: If you cannot become root, you will not be able to delete certain
files created by apache, and will need to ask your system administrator
to delete them for you if needed.

Consult the tikiwiki.org installation guide if you need more help.

Proceed to the Tiki installer if you've completed the steps above.

posts: 3665 United States

It looks like your host may have changed something — your Tiki no longer has access to the specified directory. Review the open_basedir entry in your php.ini file (as mentioned in the error message) and/or contact your web host for details.


HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties or read my Tiki Blog or visit my UserPage