-
Patch for bug #1908274
Apply patch:
root@lua:/tmp/# cp apreq2cookie.patch Spine-1.3_Beta
root@lua:/tmp/# cd Spine-1.3_Beta
root@lua:/tmp/Spine-1.3_Beta# patch -p1 < apreq2cookie.diff
patching file lib/Apache2/SPINE/Index.pm.
2008-03-09 00:06:40 UTC by beatnik
-
File Added: apreq2cookie.diff.
2008-03-09 00:01:43 UTC by beatnik
-
Apache2::Cookie is not handled transparently. This results in a Internal Server Error.
The error log contains the following error message:
Can't locate auto/Apache2/Request/cookies.al in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/apache2) at...
2008-03-05 20:08:16 UTC by beatnik
-
Mac OS X 10.5 (Leopard) comes with Apache 2 (compiled as 64 bit application). It also comes with Perl v5.8.8 (compiled as a 32 bit application). Getting Spine running on the default applications is quite difficult. I recommend downgrading your Apache installation to 1.3.x (including mod_perl 1.30, Apache::Cookie, Apache::Request, etc).
2008-02-18 20:31:34 UTC by beatnik
-
Fixed by patch #1896404.
2008-02-18 20:16:12 UTC by beatnik
-
This fixes issue #1896376. Place the attached file in extracted archive folder "Spine-1.3_Beta/lib/SPINE/Handler/Admin". To install, use the following commands (with correct user credentials)
"perl Makefile.PL && make install". Restart Apache to apply the changes.
2008-02-18 20:12:56 UTC by beatnik
-
The Macro administration panel is broken in a way that it doesn't allow more than one macro to be added to the macroset.
2008-02-18 19:30:07 UTC by beatnik
-
so, has anyone tried any other forums?.
2007-11-09 08:39:48 UTC by nobody
-
Spine v1.3 beta (codename Bernd) is a beta for the upcoming version 1.3 release. Major changes include:
* Added 5 plugins (Slides, Picasa Gallery, Edit Page, Tags, Messages as RSS)
* Added admin plugins (Attributes, Upload As.., Caching, ..
* Added initial code for CGI support
* Added Content Wizard
* Support for locked content, guessing mime types, binary body,..)
* GUI changes..
See the...
2007-08-30 09:36:42 UTC by beatnik
-
This new feature allows specific pages to load over 3 times as fast as default pages. The pages are stored in memory. Requests are not parsed but just loaded from memory. If a page is edited, the cache for that page is reset. New pages are, by default, not cached.
2007-06-02 21:35:55 UTC by beatnik