-
Me again ;-)
For the first time I attempted to install a fresh copy of 1.0beta (no upgrades involved). No go.
Nothing happens (pages never open, etc.), and no database tables are created.
Am I to gather that all my problems are due to my older version of MySQL? Perhaps I'll just have to wait until I upgrade my server.
2006-08-14 05:47:14 UTC in ccTiddly
-
OK, I did a fresh 0.5.5c install, created some Tiddlers, etc. Than did the install of 1.0beta, using your two new files.
When I ran the upgrade I got the same errors, and could not access the Tiddly site. Than I deleted the lines in the db.mysql.php file. The new Tiddly site than becomes accessable.
To complete the experiment, I started from scratch again - creating a 0.5.5c version than...
2006-08-14 05:16:03 UTC in ccTiddly
-
Didn't work. So I removed the code per your direction. Same error:
Connected to database server!
Query: ALTER TABLE jfoundationtiddly_wiki_entry DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci
Error: You have an error in your SQL syntax near 'DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci' at line 1
However, when accessing the ccTiddly, it does appear to be functioning now...
2006-08-14 01:15:31 UTC in ccTiddly
-
When I try install.php I get
ccTiddly installation
Connected to database server!
Database existed
Error Query: SET NAMES 'utf8'
So this is how I attempted to upgrade my 0.5.5c:
1) Unzipped the distribution and renamed the unzipped cctiddly directory to my existing ccTiddly name (after moving the original of course). The actual directory name is jfoundation, but that shouldn't...
2006-08-13 20:32:06 UTC in ccTiddly
-
Just tried upgrading one of my .5.5c ccTiddly's. Got this when running the upgrade.php:
Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/www/jterry/upgrade.php:1) in /usr/local/apache/www/jterry/includes/header.php on line 61
Warning: Cannot add header information - headers already sent by (output started at...
2006-08-13 06:53:26 UTC in ccTiddly
-
Just tried upgrading one of my .5.5c ccTiddly's. Got this when running the upgrade.php:
Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/www/jfoundation/upgrade.php:1) in /usr/local/apache/www/jfoundation/includes/header.php on line 61
Warning: Cannot add header information - headers already sent by (output started at...
2006-08-13 06:51:22 UTC in ccTiddly
-
Thanks for the update. Some follow-up...
Regarding the Comment search. Your workaround does work. But I need to emphasize that this is a critical item to be implemented. People who use database driven applications expect to be able to search the fields. As the other person noted, much of the information that people will want to search on will be in the comment fields, not the summary...
2006-08-08 04:46:55 UTC in JTrac
-
Hello,
I just tried out 2.0-RC2 on Windows. This was the first time I've tried this application.
My first impressions are favorable. I'm considering using this within our department for informal issue tracking.
Here are a few items that I feel would need to be corrected before it could deployed here:
1) People without accounts should be able to use the JTrac except for any Edit...
2006-08-07 17:50:31 UTC in JTrac
-
Thanks for the quick fix! I don't know what I'd do without my IdeaVim.
BTW, if you want to prevent this from happening in the future, you could add this to the build file:
<property name="compiler.build" value="javac1.4"/>.
2006-02-01 22:46:27 UTC in VIM Emulator plugin for IntelliJ IDEA
-
I just update to the lastest VIM version, and I get this exception when starting:
com.intellij.diagnostic.g: com/maddyhome/idea/vim/VimPlugin (Unsupported major.minor version 49.0) [Plugin: IdeaVIM]
at com.intellij.openapi.c.b.a.a(a.java:61)
at com.intellij.openapi.j.a.c.r(c.java:240)
at com.intellij.openapi.j.a.c.<init>(c.java:3)
at com.intellij.openapi.j.b.b.a(b.java:6)
at...
2006-02-01 20:10:19 UTC in VIM Emulator plugin for IntelliJ IDEA