TTsWeb / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

Does not work on case sensitive file systems #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install on Linux
2. watch failures like db_session, language, pastes

What is the expected output? What do you see instead?
Error message instead of functioning software ;)

What version of the product are you using? On what operating system?
latest release as of 9/24 (0.5.2)

Please provide any additional information below.
Windows and Mac OS X have case insensitive file systems. Linux typically has 
case sensitive file 
systems. Stikked does not work out of the box on linux, but all you need to do 
is rename some 
files to have lower case letters. This is actually kind of tricky to do on a 
case insensitive file 
system.

Original issue reported on code.google.com by dang...@gmail.com on 24 Sep 2008 at 5:36

GoogleCodeExporter commented 8 years ago
I am aware of this issue. Will be fixed in 0.5.3.

Thanks!

Original comment by ben%stik...@gtempaccount.com on 24 Sep 2008 at 6:27

GoogleCodeExporter commented 8 years ago
Quick fix (not heavily tested, but seems to work for a simple paste):

ln -s system/application/models/Languages.php 
system/application/models/languages.php 
ln -s system/application/models/Pastes.php system/application/models/pastes.php 
ln -s system/application/libraries/DB_Session.php 
system/application/libraries/Db_session.php

Original comment by ken.mick...@gmail.com on 27 Sep 2008 at 2:07

GoogleCodeExporter commented 8 years ago
That's a hack and a half :). You know what, I'll just rename the files. getting 
to it
now!

Original comment by ben%stik...@gtempaccount.com on 27 Sep 2008 at 10:25

GoogleCodeExporter commented 8 years ago
Fixed in stikked 0.5.3

Original comment by ben%stik...@gtempaccount.com on 27 Sep 2008 at 11:06