Search found 42 matches

by francisco
Sun Aug 14, 2005 7:12 pm
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

Just to make sure I didn't misstype any part of the patch I downloaded 1.38 from webcvs.

Same error.
by francisco
Sun Aug 14, 2005 6:49 pm
Forum: Development
Topic: Where/How to get current source tree
Replies: 8
Views: 9258

How can I download from sourceforge the additional plugins? Tried cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/php-blog login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/php-blog co but got prompted for a password. Also tried with my sourceforge ID but get error cvs [checkout ...
by francisco
Sun Aug 14, 2005 6:36 pm
Forum: Development
Topic: Where/How to get current source tree
Replies: 8
Views: 9258

Thanks for the info Wesley.
Any reason why we don't have everything on BerliOS?

If there were reasons to move the main trunk to BerliOS don't those same reasons apply to the rest of the plugins.. Just curious..
by francisco
Sun Aug 14, 2005 7:21 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

Doesn't seem like it worked. To make sure I did it right. File serendipity_event_staticpage/serendipity_event_staticpage.php The code change was to be in the function fetchStaticPage and looks like function &fetchStaticPage($id) { global $serendipity; $q = "SELECT * FROM {$serendipity['dbPr...
by francisco
Sun Aug 14, 2005 6:40 am
Forum: Development
Topic: Where/How to get current source tree
Replies: 8
Views: 9258

Searching through the foruns found this address svn://svn.berlios.de/serendipity/trunk Is that the latest code? How about the "stable".. latest production? Also how about the additional plugins? Did a search on the downloaded files and did not see the static pluging which is what I was loo...
by francisco
Sun Aug 14, 2005 6:02 am
Forum: Development
Topic: Where/How to get current source tree
Replies: 8
Views: 9258

Where/How to get current source tree

Garvin is kinly helping me with a bug I reported. He mentioned he had commited a change he posted.. so I got curious.. Where/how can one download the latest code? Looked through the site, and even found a CVS tree viewer online, but did not see any info on how to get latest code. Did I miss this inf...
by francisco
Sun Aug 14, 2005 2:04 am
Forum: General discussions
Topic: Improving Documentation - Smarty / Embedding is too hard!
Replies: 14
Views: 9884

This works for the simple stuff like learning obscure HTML tabs and CSS syntax. However, an app like S9Y is much more sophisticated and analyzing it's code will quickly overload newbies... even for highly educated & very experienced technical newbies like me. .... I'd be glad to help... but as ...
by francisco
Sun Aug 14, 2005 12:31 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

I would like to help fix this problem if anyone can share any pointers.
In particular where I find the area where the SQL statement is created.
by francisco
Fri Aug 12, 2005 6:21 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

Looked at my database log. The problem is with INSERT INTO serendipity_staticpages (headline,permalink,pagetitle,content,markup,articleformat,articleformattitle, authorid,parent_id,show_childpages,pre_content,pass,filename,is_startpage) values ('test', '/index.php?/pages/test.html', 'test', 'test te...
by francisco
Fri Aug 12, 2005 5:37 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

I bet you're using postgreSQL, right? There might be once again some errors because of inserting "" instead of "0" or so. Since I have much better control home installed 0.8.3 home.. numerous errors Cannot use a scalar value as an array in /usr/home/www/backuptalk.com/include/fu...
by francisco
Thu Aug 11, 2005 4:44 pm
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

By 'no page is created', do you get a completely blank page, or do you get a page with everything BUT the static page content? Checked rights and template_c directory rights seems fine. See pages created by the web server. As I mentioned in previous post I should have mentioned.. this is a fresh in...
by francisco
Thu Aug 11, 2005 4:37 pm
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

Another error might be that your serendipity_staticpages database table is not the right one to use with the version of your plugin. I should have added some additional info. I did not upgrade.. I played with 0.8.2 in one machine and did a fresh install in another. Can you look which colums your se...
by francisco
Thu Aug 11, 2005 8:40 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11208

Static pages not working in 0.8.3?

Before installing at an ISP I played with 0.8.2 and didn't have any problems with static pages. Installed at ISP 0.8.3 and static pages are not working. Don't have access to logs (have to ask ISP for it) so can't check tonight if there are any errors. Anyone else experience any problems with static ...
by francisco
Fri Aug 05, 2005 8:51 am
Forum: Installation
Topic: Stuck at Creating Primary author...
Replies: 4
Views: 3060

garvinhicking wrote:We can't combine those queries in one transaction easily
How come?
Don't understand why you can't send a "beging work" to the DB and when done "comit".

If it make sense to not have them in a transaction that's fine I am jut curious why it can't be done.
by francisco
Fri Aug 05, 2005 8:45 am
Forum: Installation
Topic: allow_url_fopen setting needed?
Replies: 6
Views: 5230

Re: allow_url_fopen setting needed?

garvinhicking wrote:There currently is no documentation about the various places.
Any interest on such a document?
I may start it up.. and with the help of others perhaps it can become an online help for the installation screen.