This page has moved


This page can now be found on the Wikka Documentation Server.
Thanks for updating your bookmarks!

An archive of old revisions of this page is still available for reference.

 


CategoryMigratedDocs
Comments
Comment by pD9E29A77.dip.t-dialin.net
2004-07-15 09:10:43
I use WackoWiki. Is it possible to switch from it to Wikka?
Comment by JsnX
2004-07-15 14:33:03
There currently is not an upgrade script to convert from Wacko to Wikka. Might there be one in the future? Only if someone volunteers the code.
Comment by ACBCB5D9.ipt.aol.com
2004-08-04 18:30:22
Where do I find the upgrade page
Comment by JsnX
2004-08-04 22:34:25
Huh? You mean something other than the instructions above that start with 'To upgrade Wikka to a new version'?
Comment by 20.133.0.12
2004-08-05 08:33:24
I uploaded all the files as instructed above.
I pointed my browser to the directory, /wikka
My home page stills shows Wikka Wakka Wiki 1.1.3

The instructions above mention
You'll see the _upgrade page_, look it over and make any desired changes, then click Continue at the bottom of the page.
Comment by JsnX
2004-08-06 01:35:53
Yes. That's right. How did you upload? Did you get messages about overwriting existing files? and did you click on yes?

Or maybe did you upload the wikka folder into the already existing wikka folder, so that you now have wikka/wikka?

I'm not sure what to tell you.... if you upload the new files over the old files, you will see the upgrade page as detailed above.
Comment by 20.133.0.11
2004-08-06 06:36:04
I'll upload the files again.
I didn't get any messages about overwriting files. I did make the mistake of uploading to wikka/wikka because of how I unzipped the file.
It is probably best that I do a fresh install.
Thanks for your help.
Comment by PierreGorissen
2004-08-09 17:43:39
Upgrading from Wakka I didn't have the //note// field in the //pages// table, thus causing the upgrade action to fail.
After I added that field, re-running the upgrade didn't work because a lot of the test() have the stopOnError option set. When I disabled that in the header.php (just commented out the exit statement, I re-ran the upgrade. Though it of course said a couple of times that the action had failed, that was no problem, those were just actions it couldn't re-do. But because it kept going all the other (previously not yet completed) actions got completed and the upgrade succeeded.
Comment by Aris1234
2004-08-11 11:07:39
Jason - perhaps your upgrade script should check for what PierreGorissen has said.
Comment by JsnX
2004-08-12 01:49:16
Yes, this is fixed in version 1.1.3.9 and above.
Comment by c-0b9972d5.02-101-6e6b701.cust.bredbandsbolaget.se
2005-01-21 06:56:00
Would be very grateful for a troubleshooting page. Having previously migrated several wakka sites successfully i decided to migrate my most important one. Migration went well, but no CSS. Said i wasn't allowed to read that file (although it was chmod 644). Anyway, right now i am stuck in the installation sequence. It halts on "Adding note column to the pages table" and i can't go back to my wikki site.

So.. a troubleshooting page would be nice. :)

/jonasn, sweden
Comment by NilsLindenberg
2005-01-21 13:53:43
hi jonasn!
This is a wiki, so if you want a troubleshooting page, just create one :)

with your problem: it seems a good idea to me to go to /setup/install.php, search the text you have posted and remove the @ before the following mysql-query. So any mysql errors on the query should be shown.
Comment by TR-S-UX-001.deteline.de
2005-03-24 10:32:49
Hello,
i had v1.1.5.3, now upped to 1.1.6.0, but there is still the old problem: I can register, i can log in, but if i try to log out (Url: http://localhost/Wikka/wikka.php?wakka=UserSettings?action=logout) a message appears: "This page doesn't exist yet. Maybe you want to create it?" Why does the logoff not work?

I´m not a coder, so i´m not able to fix the bug. Who can help me? Thanks in advance!
Joachim
Comment by DarTar
2005-03-24 13:50:14
Joachim,
it's normal it doesn't work: the logout URL should be:
http://localhost/Wikka/wikka.php?wakka=UserSettings&action=logout

(& instead of ?) This results from the way Wikka handles URLs depending on your configuration.

Open wikka.config.php and make sure you have the following values properly set to:

"base_url" => "http://localhost/Wikka/wikka.php?wakka=",
"rewrite_mode" => "0",

Let us know if this works
Comment by Mail-Gate1.deteline.de
2005-03-29 14:15:27
Hi DarTar,
yes, now it works. The "rewrite_mode" was set to "1". I have changed it to "0", now it works fine. Thank you! By the way: Is there an existing wikka forum for further questions?
Thanks,
Joachim
Comment by NilsLindenberg
2005-03-29 14:33:11
> By the way: Is there an existing wikka forum for further questions?

No. But as a registered user you can always open a new page and link it from other pages, if you feel that necessary :)
Comment by JavaWoman
2005-04-05 10:07:35
For further questions, there is also, of course, the #wikka channel on IRC - see TheLounge for more information!
Comment by PietroSperoni
2006-01-01 17:30:08
Just a note to say that if upgrading the CSS does not appear (it happened to me), this is often because the .htaccess file from the css page have not been copied in the new copy. Just pay attention that you also copy the Hidden files (i.e. SHowHiddenFile is ticked under FileZilla)
Comment by 82.49.23.139
2006-03-29 01:06:07
I have wiki version 1.1.6.0. How I can update to version 1.1.6.1 if I have translate the files in Italian language?
Comment by NilsLindenberg
2006-03-29 11:49:37
Are you familiar with svn? Could be the easiest way. (Check out a copy of the 1.1.6.0 into a folder, overwrite the files with your changes and then try to update it from the svn).
Comment by KeitH
2007-05-10 21:10:17
Hi Guys, I updated to 1.1.6.3 from 1.1.6.1 ... the update screen went "OK" and everything checked out fine. When I went to my site all I got was "Page was generated in 0.0141 seconds" ... that is all, no info, no site, just that one single line.

How do I fix this?

http://www.freeed.org/

Thank you for your time and help!
Comment by BrianKoontz
2007-05-10 22:36:12
Have you checked out this link?

http://wikkawiki.org/BlankPageWorkaround

I noticed that the hosting provider is inserting a frame, which might be causing some problems.
Comment by KeitH
2007-05-11 01:31:58
Thank you BrianKoontz... I looked into that and tried it and I still get a page with only the "page generated" time. I copied my backed-up wikka.php from 1.1.6.1 and it gave me an "upgrade" screen on loading the site. I switched it back to the original wikka.php and I am now back to square one again. The site is hosted on my uncles server and he doesn't include frames (at least from what he has told me). Its nothing fancy. If I had a guess it might be some security option he has enabled possibly? He has the latest and greatest PHP and MySQL versions running and everything checked out on the upgrade screens. Any and all suggestions are very welcome at this point. Many thanks for your time and help!
Comment by BrianKoontz
2007-05-11 10:01:58
If you look at the HTML source of the blank page, you'll see an embedded frame. That was the frame I was talking about.

I'll do some more testing with 1.1.6.3 to see if I can replicate your problem.
Comment by KeitH
2007-05-11 11:29:51
Hmm, indeed ... thank you BrianKoontz. I also contacted my uncle about it, Im not very good when it comes to PHP and a second pair of eyes always helps. Thank you for looking into this. :)
Comment by WazoO
2007-05-11 23:07:03
KiethH ... what is currently seen;

05/11/07 21:14:27 Browsing http://www.freeed.org/
Fetching http://www.freeed.org/ ...
GET / HTTP/1.1
Host: www.freeed.org
Connection: close
HTTP/1.1 302 Moved Temporarily
Content-Length: 0

However, this all there is ... there is no location offered for the 302 redirect .....

One possible issue is the configuration file .. the next being the .htaccess file ... one of them currently "pointing" to a non-existent location .... that is unless you have something else going on at the moment ....
Comment by KeitH
2007-05-11 23:35:30
'base_url' => 'http://metafocus.net/~freeed/wikka.php?wakka=',

Could the "~" be causing the snag? .. .htaccess didn't seem to point to anything. Should it? Here is what it looks like under all the pron "bad referral" stuff:

<IfModule mod_rewrite.c>
# turn on rewrite engine
RewriteEngine on
# if request is a directory, make sure it ends with a slash
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^/]+)$ $1/
# if not rewritten before, turn request into a query for wikka.php
RewriteCond %{QUERY_STRING} !wakka=
RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
</IfModule>
Comment by WazoO
2007-05-12 23:20:21
Quick glance .. the 'base_url' doesn't seem right ... you've actually got more of a 'command' in there .... I don't know the structure of your system, but ....

The '~' character is fairly standard for an ISP hosting 'virtual' domains .. typically the 'freeed' part is 'your' account's web space area ...

If you nstalled this wikka in the 'root' folder and there is no other .PHP, .HTML, etc. file sitting there, then I would suggest that the 'base_url' definition should read;
'base_url' => 'http://metafocus.net/~freeed/',

What I would have suggested way back when would be that you'd have installed this application into its own folder/directory, which then also would have then wanted to see something more like;

'base_url' => 'http://metafocus.net/~freeed/wikka/',

hope this helps ...
Comment by KeitH
2007-05-14 10:52:32
Oh, that would make since... I wonder if the updater (since I ran it from freeed.org and NOT metafocus.net/~freed) if the updater put in that tid-bit of code? Hmm... I'll try it tonight when I get home. I think that might be it... I wonder if my domain name masking/forwarding from Godaddy.com is causing the issue?... would it be advisable to either take out that tid-bit of info from the config file, OR just delete it all (except the config file) and try the updater again from the "proper location"?

Thank you for your help on this WazoO! I would have never of looked at this. :)
Comment by KeitH
2007-05-15 00:02:39
Hi guys, I tried re-upgrading it again tonight (after the config file change failed to work). I ran the update from my host directly this time. Sadly ended up with the same results. Though this time I took screen shots to show whats going on during this. Any obvious errors? ... I notice the updater is still putting in that "wikka.php?wakka=" to the config file:

http://metafocus.net/~freeed/images/wikka-screen-1.jpg
http://metafocus.net/~freeed/images/wikka-screen-2.jpg
http://metafocus.net/~freeed/images/wikka-screen-3.jpg
http://metafocus.net/~freeed/images/wikka-screen-4.jpg

Many thanks once again.
Comment by WazoO
2007-05-15 06:33:52
Answer to this is simply too complicated for this Comment type dialog. I am actually going to toss up data, questions, etc. in an actual support Forum ...
please see http://forum.spamcop.net/forums/index.php?showtopic=8287
Comment by BrianKoontz
2007-05-15 09:17:08
KeitH, have you checked your error logs? Both php and apache logs? This type of error is what I would expect to see if an internal error prevented the Run() function from being called in wikka.php.

Sometimes, a process of elimination is the best way to approach a problem like this. First step I would take is to move .htaccess out of the way, set your base_url to "http://<yourdomain>/wikka.php?wakka=", and set "rewrite_mode" to 0 in wikka.config.php. Given that there seems to be some sort of redirection issues, this would be my first step if this was my system. Keep rewrite_mode disabled so you can see the actual links being generated.
Comment by KeitH
2007-05-15 14:45:40
Thank you BrianKoontz and WazoO! ... Getting an answer from my uncle is like pulling teeth. He's just too busy playing WoW to check for me. I think at this point I should "invest" in Yahoo hosting or some other paid service. Is it easy to move the MySQL database over? ... which one is more time consuming: 1) moving to a new host or 2) fixing the current weird problem on his end?

My file structure is standard, the account only has wikkawiki files. I think it has to be something on his server?, all though he says its just MySQL and PHP, no bells or whistles. Moving to something "standard" might be the best option at this point. What do you recommend? I am sorry this problem is so vague. Is there any specific screen shots or info I should post? ... should I just zip the darn thing up and let everyone dissect it? Its nothing weird, all standard install files, thats why I think its something bogus on my uncles end. But I just don't understand how it can work perfectly as 1.1.6.1 and then not work in either 1.1.6.2 OR 1.1.6.3 ... was the change difference that major? Thank you again for your time and help.
Comment by BrianKoontz
2007-05-15 14:51:00
WazoO: And by creating two separate threads on the same issue on two different sites (one of which is completely unrelated to WikkaWiki), issues are suddenly less complicated? It seems to me your offer of assistance would be much more valuable if it wasn't separated from the original issue as posted...

KeitH: Without access to error logs and other details, it's a bit hard to diagnose. I think there have been several good suggestions posted here that will get you started down the right path, but if you don't have enough access to the system to put any of these suggestions to use, then it just becomes a guessing game.

Decent hosting sites that give you full access to your own virtual space are cheap...anywhere from $5/month on up. It might be worth your time to check a couple out as an alternative if you can't get access to your current system.
Comment by KeitH
2007-05-15 15:14:29
Hmm... good point. I think I only have ftp and basic telnet access. I feel naive asking this, but where can I find these logs?

I'll look into other hosts tonight. Thank you again for all your help and suggestions.
Comment by KeitH
2007-05-15 18:19:02
Uhh... my uncle just wrote me back here is what he said:

"I got about 50 entries of the following error message:

[Tue May 15 15:24:01 2007] [error]
PHP Warning: Wakka::include() [<a
href='function.include'>function.include</a>]:

Failed opening 'actions/footer.php' for inclusion
(include_path='usr/local/lib/php') in
/usr/home/freeed/public_html/libs/Wakka.class.php

I think I got an idea."

-----------
Then he sent me this:

"ln -s ../actions actions

You should move the directory over though, I don't
know how stable the sym link will be.

Your actions directory needs to be inside your libs
directory inside freeed.

I told you there was nothing wrong with my server :)"

----------

Now is this something that the updater did?
I just followed the update instructions per the site details (copy new files, run the site, update, etc).

This obviously doesn't make since to me, but now the site seems to be working.
(except I forgot to put in my old css file so it looks weird right now)
I hope this information is helpful for future releases of Wikkawiki.
Comment by KeitH
2007-05-15 18:23:48
He also just sent me this:

"3rdparty
actions
handlers
formatters

I don't know if I got them all. If you get any weird
bugs, just move more directories forward.

Note I made sym links instead of moving them because I
didn't want to risk breaking any other dependencies
since I'm not familiar with the wikka install
structure. sym links are like shortcuts in windows.
To make a symlink, type in the telnet prompt:

ln -s <path> symlinkname

to delete one, simply type:

"rm symlinkname" while in the correct directory.

Never use wildcards until your pro. "rm *" will nuke
everything, very fast, without any yes/no confirmation
whatsoever :)"

-----------

Now, this doesn't sound like very standard Wikkawiki procedure, is the installer bugged? What does this mean exactly? Do we need to open up a ticket in the version tracker?
Comment by KeitH
2007-05-15 19:06:07
I found it also interesting that the recent changes was different depending on where the update was from:
---------------------------
Mon, 14 May 2007:
(21:12 PDT) [history] - SysInfo → WikkaInstaller (unregistered user) [Upgrading from 1.1.6.1 to 1.1.6.3]
(21:12 PDT) [history] - FormattingRules → WikkaInstaller (unregistered user) [Upgrading from 1.1.6.1 to 1.1.6.3]

Thu, 10 May 2007:
(18:28 PDT) [history] - SysInfo → WikkaInstaller (unregistered user) [Upgrading from 1.1.6.1 to 1.1.6.3]
---------------------------

The first time on May 10th was updated from freeed.org (which only changed the sysinfo)
The second attempt on May 14th from metafocus.net/~freeed included sysinfo and formatting rules (but when you click on formatting rules, its just blank). Very strange

Is this an issue with the updater or just my uncles server being weird?
Comment by BrianKoontz
2007-05-16 12:13:56
It sounds like an installation problem. If you want, you can tar everything up and send it to me to look at (if you include the wikka.config.php file, delete your MySQL username and password first). From telnet, you can do something like:

cd /usr/home/freeed/public_html
tar -cvzf wikka.tgz .

Use ftp to copy it over to your local computer, then send the wikka.tgz file as an attachment to brian at wikkawiki.org.
Comment by KeitH
2007-05-16 13:59:11
Sure thing BrianKoontz, I'll try to tar it up tonight when I get home from work. My uncle set it up that I can only telnet from my computer at home (IP). Thank you for offering to look into this. Your time and help is greatly appreciated.
Comment by WazoO
2007-05-17 00:38:32
"WazoO: And by creating two separate threads on the same issue on two different sites (one of which is completely unrelated to WikkaWiki), issues are suddenly less complicated? It seems to me your offer of assistance would be much more valuable if it wasn't separated from the original issue as posted..."

well, as noted, the response included multiple parses, bunches of data ... I did state the reason for doing what I did .... this posting into the comments section is not really kind for all that ....

the offer for help stands, no matter where it's posted.

the 'wikka/wiki' section on that other support forum has existed for quite a while for 'that' installation of this tool 'there' .. however, participation is limited to those folks that are active .... the offer made here and in some e-mail to go ahead and open up 'my' support section for 'our' wiki for a place to do wikka support was rejected .... yet, tickets are still open, requests / suggestions are still floating around for a better tool to use for support issues ....

whatever, I made the attempt to help ....

this last statement implies that I wouldn't be able to FTP in, your suggestions may yet be confusing, as it's hard telling where the folder/directory may be located in actuality .. the string "Server: Apache/1.3.37 (Unix)" doesn't sound like much of anything "current" ..... and the confusion thus far on 'where things are located' doesn't bode well <g> ....

'We' also don't know of other various server configurations that may or may not be in place .... for example, has the .htaccess / mod-rewrite function actually been enabled for the <DIRECTORY> that this last install placed things? Is this an issue of the user's data input or something from the latest version of the install routine ... described as the "auto-discover" routines?

Again, I just don't see "Comments" as being the best way to troubleshoot ....
Comment by KeitH
2007-05-17 10:38:30
tar -cvzf wikka.tgz (star) ... hehehe, slight learning curve when the comments edit them out ;)

Anywho, all sent. Thank you again to everyone for helping me with this. It is greatly appreciated.
Comment by BrianKoontz
2007-05-17 10:50:53
WazoO: No biggie...I'm working on new comments layout for 1.1.7 that will allow for nested/theaded comments. Not a forum, but getting close...
Comment by WazoO
2007-05-17 15:34:13
Yeah, I've seen all the tickets .. but .. I'm still struggling with trying to bring the 1.1.6.3 version somewhere close to my running 1..1.6.2 version .... wishing I could tell if it was worth the effort .. specifically, will 1.1.7. be released at about the same time I'll finish modifying my 1.1.6.3 install <g>
Comment by SbWoodside
2007-05-19 15:02:46
You don't mention what to do with the uploads directory. You should also NOT delete the uploads directory, right? (That's what I did...)
Comment by BrianKoontz
2007-05-20 02:30:00
So, KeitH, what was the outcome of all this? I see your wiki is up and running now...
Comment by WazoO
2007-05-20 17:33:59
Where?

http://www.freeed.org/ - still doesn't work '302 Moved'
http://metafocus.net/~freeed/ - still doesn't work '302 Moved'
http://metafocus.net/~freeed/wikka/ - '404 doesn't exist'
Comment by BrianKoontz
2007-05-20 17:49:38
http://www.freeed.org/

Works fine for me...
Comment by WazoO
2007-05-20 21:35:30
05/20/07 20:34:21 Browsing http://www.freeed.org/
Fetching http://www.freeed.org/ ...
GET / HTTP/1.1
Host: www.freeed.org
Connection: close
HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /?158de080
Comment by BrianKoontz
2007-05-21 00:17:08
Huh...go figure:

Response Headers -- http://www.freeed.org

Date: Mon, 21 May 2007 04:15:59 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 699

200 OK
Comment by WazoO
2007-05-21 03:04:12
My tool sees the attempted redirect to "Location: /?158de080" translated to a URL would be http://www.freeed.org/?158de080" ... which does not exist .... that 'string' changes with every attempt, possibly come kind of 'session-ID' number, but .. no idea on a Microsoft server .....
Comment by KeitH
2007-05-21 21:40:50
WazoO, that is strange since my uncle is running off of FreeBSD with Apache.

Brain, my attempt wasn't so good... I did what you said exactly, a couple of times even, the rewrite thing kills the site (Not Found) etc. I also got some "Failed" attempts during install, but looks like it relates to the database tables already existing?

I can't add an RSS feed to the site, or view "FormattingRules" on freeed. The wikiedit also got messed up somehow and the edit window is now really-really-small (please see the screen shots)

http://metafocus.net/~freeed/images/wikka-install.jpg
http://metafocus.net/~freeed/images/wikka-edit.jpg

I also noticed that wherever you go on freeed.org it always just says "freeed.org". Its also missing its faveicon. But if you go to http://metafocus.net/~freeed/wikka.php?wakka=HomePage the faveicon shows up with no problem (but everything else is still weird).

WazoO, could there be a setting my uncle needs to enable to redirect/rewrite correctly?

The site is 100% wikkawiki with NO code modification, so this is confusing me to no-end. I want to say its on my uncles end, but he refuses to say its him. And I don't understand the problem well enough to tell him what to change/fix/look into.

Thank you again everyone for your continued support and help with this.
Comment by WazoO
2007-05-24 07:05:54
New page started at http://wikkawiki.org/KeitHTroubleshooting to try to work around the limits of "Comments" and yet try to respond to Brian's "keep it here" thoughts.
Comment by DarTar
2007-05-24 07:50:29
Thanks WazoO, hopefully the new threaded comments feature in Wikka 1.1.7 will help, but I agree that we badly need to install a support forum.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki