Hello, I had something like this happen, but it turned out I did not update my site properly. I moved my old version of scoop into a new directory and then got a new copy of scoop. Somewhere along the way I missed copying a directory over from the old site, and the apache error messages had things like missing modules and other unhelpful weirdness. Not that this is your problem... but apache error messages can be misleading. Sincerely, Kel On 7/27/06, William Scott Lockwood III <wsl3 at lrsehosting.com> wrote: > > Huh. I seem to have lost Date::Calc, and now apache won't start. :-) lol > > On 7/27/06, Kelly Black <kelly.black at gmail.com > wrote: > > > > Dear Scott, > > > > Just thought I would send some encouragment. I recently upgraded scoop > > and had very few problems. There is still lots of html in the code so I had > > to go through and get rid of all the width statements in the tables (I try > > to use css for formating and the width statements tend to mess things up). > > > > The only real problem I had was that the special pages admin tool went > > blank. I used the update-db.pl script, but it didn't catch it. I found > > why it went missing here: > > http://lists.kuro5hin.org/pipermail/scoop-help/2006-March/002380.html > > To fix the problem I had to add some new blocks which I will paste > > below. > > > > Sincerely, > > Kel > > > > For each of the following you can put each item in the admin category: > > > > name: special_edit_delete > > theme: default > > value: <input type="checkbox" name="delete" value="1" /> Delete this > > page<br /> > > description: Delete page line for Special page edit form. > > > > name: special_edit_form > > theme: default > > value: > > <form name="special" action="|rootdir|/admin/special" method="post" > > enctype="multipart/form-data"> > > <div class="title">Edit Special Pages</div> > > > > <div class="error">|msg|</div> > > > > <div>|preview|</div> > > > > <div> > > <b>Page:</b> |page_list| <input type="submit" name="get" value="Get > > Page" /> > > <br /><br /> > > <b>Page ID:</b><br /> > > <input type="text" name="pageid" value="|pageid|" size="25" /> > > <br /><br /> > > <b>Title:</b><br /> > > <input type="text" name="title" value="|title|" size="40" /> > > <br /><br /> > > <b>Description:</b><br /> > > <textarea cols="50" rows="3" name="description" > > wrap="soft">|description|</textarea> > > <br /><br /> > > <b>Content:</b><br /> > > <textarea cols="50" rows="25" name="content" > > wrap="soft">|content|</textarea><br /> > > |upload_page| > > <br /><br /> > > <b>Options:</b><br /> > > <input type="checkbox" name="direct_link" value="1"|directlink_checked| > > /> Create direct page link (i.e. http://example.com/pageid)<http://example.com/pageid%29><br > > /> > > <input type="checkbox" name="html_check" value="1"|chkhtml_checked| /> > > Check the HTML of this page<br /> > > |spellcheck| > > |delete| > > <br /><br /> > > <input type="submit" name="write" value="Save Page"> <input type="reset" > > /> > > </div> > > </form> > > > > description: > > The special page editing form. > > <p> > > Keys: > > <ul> > > <li> |msg|: For error or success messages > > <li> |preview|: When looking at a page, the view page link. Formatted > > with special_edit_preview > > <li> |page_list|: Select list of special pages. > > <li> |delete|: Delete page checkbox item. Formatted with > > special_edit_delete > > <li> |pageid|: The current page ID > > <li> |title|: The current page title > > <li> |description|: The current page description > > <li> |content|: the current page content > > <li> |upload_page|: The upload content form, if available > > <li> |directlink_checked|: Selected indicator for the direct-link > > options > > <li> |chkhtml_checked|: Selected indicator for the check html option > > <li> |spellcheck|: Spellcheck option form, if available > > </ul> > > > > name: special_edit_preview > > theme: default > > value: > > View <a href="|rootdir|/special/|pageid|" target="new">|title|</a> > > (opens in new window) > > <br /><br /> > > description: > > Preview line for special page editing form. > > <p> > > Keys: > > <ul> > > <li> |pageid|: The page's ID for linking. > > <li> |title|: The page's title. > > </ul> > > > > > > name: special_edit_spellcheck > > theme: default > > value: > > <input type="checkbox" name="spell_check" value="1"|splchk_checked| /> > > Spellcheck this page<br /> > > description: > > Spellcheck option for special page edit form. > > <p> > > Keys: > > <ul> > > <li> |splchk_checked|: Checked indicator > > </ul> > > > > > > name: special_edit_upload > > theme: default > > value: |upload_form| > > description: > > Formatting for upload form for special page edit form. > > <p> > > Keys: > > <ul> > > <li> |upload_form|: The actual form to include. > > </ul> > > > > name: special_page_layout > > theme: default > > value: > > <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> > > <TR> > > <TD > > > > BGCOLOR="|title_bgcolor|">|title_font|<B>|title|</B>|title_font_end|</TD> > > </TR> > > <TR><TD> </TD></TR> > > <TR> > > <TD>|norm_font||content||norm_font_end|</TD> > > </TR> > > </TABLE> > > description: > > <P>This is the structure all pages created in the Special Pages admin > > tool are formatted with. The special keys are:</P> > > <DL> > > <DT>title</DT> > > <DD>The title of the special page, as set in the Special Pages admin > > tool</DD> > > <DT>content</DT> > > <DD>The content of the special page, as set in the Special Pages admin > > tool</DD> > > </DL> > > > > > > > > > > > > > > On 7/27/06, William Scott Lockwood III < wsl3 at lrsehosting.com> wrote: > > > > > Ok - with all the recient issues, I've decided I can't put off > > upgrading anymore. :-( Here's my current plan of attack, with help from > > Colin. Anyone see any issues, or gotchas I should look out for before I do > > this? > > > > Step 0: Back up everything! > > Step 1: Copy the current Scoop directory to somewhere else > > Step 2: Update the original Scoop directory to current CVS code > > Step 3: Shutdown Apache > > Step 4: Update the DB's with the provided script, update-db.pl > > Step 5: Restart Apache > > Step 6: ??? > > Step 7: Profit! > > > > -- > > Regards, > > Scott > > > > _______________________________________________ > > Scoop-help mailing list > > Scoop-help at lists.kuro5hin.org > > http://lists.kuro5hin.org/mailman/listinfo/scoop-help > > > > > > > > > > _______________________________________________ > > Scoop-help mailing list > > Scoop-help at lists.kuro5hin.org > > http://lists.kuro5hin.org/mailman/listinfo/scoop-help > > > > > > > > > -- > Regards, > Scott > > _______________________________________________ > Scoop-help mailing list > Scoop-help at lists.kuro5hin.org > http://lists.kuro5hin.org/mailman/listinfo/scoop-help > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kuro5hin.org/pipermail/scoop-help/attachments/20060727/bc6d5f1b/attachment.html