Loading...
 
Features / Usability

Features / Usability


Re: Re: Aulawiki won't install

posts: 4656 Japan

> Ok, since we're not getting any help here...
>
> I uninstalled TW 1.9.4 and re-installed, totally new database.
>
> First thing I did after completing install was try to install Aulawiki 1.2 from the Admin Mods section

I don't know what success other people have had, but for me (using Tiki installations at hosted domains) Admin Mods has never worked completely (admittedly, it's been a while since I tried). I could get as far as having the mod files transferred to my server, but nothing actually installed, maybe due to my not knowing how to deal with "To install, remove or upgrade packages you need to give the apache user the right to write files in your web tree...." without shell/command line access. Though now that I look at fixperms.sh, it seems like maybe chmoding via ftp might work if you know what directories are involved.

Without having the server set up to enable mods to be installed, not even a simple mod is going to work, let alone something complex like Aulawiki.

But if you managed the initial setup OK, then maybe you could expect the installation to work.

> , and got the following error after clicking Install:
>
> Warning: copy(aulawiki-assignments_admin.php): failed to open stream: Permission denied in /home/hdrpgco/public_html/tiki/lib/mods/modslib.php on line 375
> features/aulawiki/aulawiki-assignments_admin.php to aulawiki-assignments_admin.php impossible to copy

There's a permission problem here, probably related to the initial mods set up referred to above.

> When I go back to Admin Mods, the Install link is still sitting there next to Aulawiki 1.2. If I click it again I get the following error:
>
> Warning: mysql error: Table 'aulawiki_assignment' already exists in query:
>
> CREATE TABLE `aulawiki_assignment` ....
>
> in /home/hdrpgco/public_html/tiki/lib/tikidblib.php on line 134
>
> ....

Apparently the mod install script made the table the first time, so naturally there will be an error if there's a request to make an already-existing table. This can be dealt with easily enough if you have phpMyAdmin access to the database, etc.

> Now, maybe we can get a little help this time?

I'm not sure "Admin Mods" works for people who don't have shell accounts. Did you see this message at your site? "To install, remove or upgrade packages you need to give the apache user the right to write files in your web tree (you can use "./fixperms.sh open" to set it up). After installation you need to remove that permission (using "./fixperms fix")." If so, were you able to comply?

Aulawiki will be a core feature of Tiki in version 1.10 or earlier, so it'll be installed as a normal installation/upgrade.

For hosted domains, I suggest getting the files and installing them manually, i.e., uploading with ftp and then doing the database changes with phpMyAdmin. This has been the most successful route for me.

-- Gary - zukakakina.com

There are no comments at this time.