Posted: Sun Dec 09, 2007 10:50 pm Post subject: Http 500
--------------------------------------------------------------------------------
Hi Garvin -
It died again - exact same problem as mentioned above - blank front page and serendipity_admin page with no css. I installed the easy podcast first this time around (following the clean install) - worked almost like a charm. (the rssfeed was showing up with a fatal xml error yesterday but when I deleted the entry and tried again - it worked. So I then modified the installed "static pages" - was working fine. Then I installed a linked list plugin and as soon as I hit "save" - it blew.
The serendipity_config.inc file shows no changes. I'm looking at the mysql dumps but really don't know what I'm looking for. So I'm pasteing them both here...
**********************************************
MYSQL dump at CLEAN INSTALL
*********************************
-- phpMyAdmin SQL Dump
-- version 2.11.0
--
http://www.phpmyadmin.net
--
-- Host: localhost:7860
-- Generation Time: Dec 08, 2007 at 04:39 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.4
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `serendipity`
--
-- --------------------------------------------------------
--
-- Table structure for table `serendipity_config`
--
CREATE TABLE `serendipity_config` (
`name` varchar(255) NOT NULL,
`value` text NOT NULL,
`authorid` int(11) default '0',
KEY `configauthorid_idx` (`authorid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `serendipity_config`
--
INSERT INTO `serendipity_config` (`name`, `value`, `authorid`) VALUES
('template', 'carl_contest', 0),
('dbNames', '1', 0),
('serendipityPath', 'C:/wamp/www/serendipity/', 0),
('uploadPath', 'uploads/', 0),
('serendipityHTTPPath', '/serendipity/', 0),
('templatePath', 'templates/', 0),
('uploadHTTPPath', 'uploads/', 0),
('baseURL', '
http://localhost/serendipity/', 0),
('autodetect_baseURL', '', 0),
('indexFile', 'index.php', 0),
('permalinkStructure', 'archives/%id%-%title%.html', 0),
('permalinkAuthorStructure', 'authors/%id%-%realname%', 0),
('permalinkCategoryStructure', 'categories/%id%-%name%', 0),
('permalinkFeedCategoryStructure', 'feeds/categories/%id%-%name%.rss', 0),
('permalinkFeedAuthorStructure', 'feeds/authors/%id%-%realname%.rss', 0),
('permalinkArchivesPath', 'archives', 0),
('permalinkArchivePath', 'archive', 0),
('permalinkCategoriesPath', 'categories', 0),
('permalinkAuthorsPath', 'authors', 0),
('permalinkUnsubscribePath', 'unsubscribe', 0),
('permalinkDeletePath', 'delete', 0),
('permalinkApprovePath', 'approve', 0),
('permalinkFeedsPath', 'feeds', 0),
('permalinkPluginPath', 'plugin', 0),
('permalinkAdminPath', 'admin', 0),
('permalinkSearchPath', 'search', 0),
('permalinkCommentsPath', 'comments', 0),
('allowSubscriptions', '1', 0),
('blogTitle', 'RNDTV', 0),
('blogDescription', 'we are what''s on', 0),
('blogMail', '', 0),
('lang', 'en', 0),
('charset', 'UTF-8/', 0),
('calendar', 'gregorian', 0),
('lang_content_negotiation', '', 0),
('enablePluginACL', '', 0),
('fetchLimit', '15', 0),
('RSSfetchLimit', '15', 0),
('enforce_RFC2616', '', 0),
('useGzip', '', 0),
('wysiwyg', 'false', 0),
('enablePopup', '', 0),
('embed', 'false', 0),
('top_as_links', '', 0),
('trackReferrer', '1', 0),
('blockReferer', ';', 0),
('rewrite', 'none', 0),
('serverOffsetHours', '0', 0),
('showFutureEntries', '', 0),
('enableACL', '1', 0),
('magick', '', 0),
('convert', 'C:\\WINNT\\system32/convert.exe', 0),
('thumbSuffix', 'serendipityThumb', 0),
('thumbSize', '110', 0),
('maxFileSize', '', 0),
('maxImgWidth', '', 0),
('maxImgHeight', '', 0),
('onTheFlySynch', '1', 0),
('dynamicResize', '', 0),
('mediaExif', '1', 0),
('mediaProperties', 'DPI:IMAGE;RUN_LENGTH:VIDEO:AUDIO;DATE;COPYRIGHT;TITLE;COMMENT1:MULTI;COMMENT2:MULTI', 0),
('mediaKeywords', '', 0);
*****************************************************
MYSQL DUMP after blow up
****************************************************
-- phpMyAdmin SQL Dump
-- version 2.11.0
--
http://www.phpmyadmin.net
--
-- Host: localhost:7860
-- Generation Time: Dec 09, 2007 at 03:58 PM
-- Server version: 5.0.45
-- PHP Version: 5.2.4
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `serendipity`
--
-- --------------------------------------------------------
--
-- Table structure for table `serendipity_config`
--
CREATE TABLE `serendipity_config` (
`name` varchar(255) NOT NULL,
`value` text NOT NULL,
`authorid` int(11) default '0',
KEY `configauthorid_idx` (`authorid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `serendipity_config`
--
INSERT INTO `serendipity_config` (`name`, `value`, `authorid`) VALUES
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/title', 'Categories', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/authorid', 'all', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/sort_order', 'category_name', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/sort_method', 'ASC', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/allow_select', '1', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/show_count', '', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/parent_base', 'all', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/hide_parent', '', 0),
('@serendipity_categories_plugin:275a57dbc49b5661ea9b6c1c020356ca/hide_parallel', '', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/title', 'Syndicate This Blog', 0),
('serendipity_event_contentrewrite/fromstring', 'from', 0),
('serendipity_event_contentrewrite/tostring', 'to', 0),
('serendipity_event_weblogping/manual_services', '', 0),
('serendipity_event_nl2br:dfadb3e9eeb3f450df2106731f716322/isolate', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/info', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/installdesc', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/installflvdesc', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/easy', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/use_player', 'true', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/automatic_size', 'true', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/width', '360', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/height', '180', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/align', 'left', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/firstmedia_only', 'true', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/epheader', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extendet_enclosure_attributes', 'Podcast,Video', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extendet_enclosure_position', 'none', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/ep_automatic_size', 'false', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/ep_align', 'center', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/expert', '', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extflv', 'flv', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extquicktime', '3gp,mov,mp4,mqv,qt,flv', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extwinmedia', 'avi,mpg,mpeg,wmv,flv', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extflash', 'swf,flv', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extxspf', 'mp3,xspf', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/extaudio', 'ogg,m3u,pls,m4b', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/use_cache', 'true', 0),
('serendipity_event_podcast:7d4ad50194c6bb15cf842e9d84504ad0/plugin_http_path', 'plugins/serendipity_event_podcast', 0),
('template', 'bulletproof', 0),
('template_engine', 'default', 0),
('serendipity_event_spamblock:326a18c4530ebf9ed59caf6d33791c4a/hide_for_authors', 'all', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/db_built', '17', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/markup', 'true', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/articleformat', 'true', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/show_childpages', 'true', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/shownavi', 'true', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/showonnavi', 'true', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/showtextorheadline', 'false', 0),
('serendipity_event_staticpage:fd8ee47d8ef55b685c9df2e101ae25a8/use_quicksearch', 'true', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/bannerURL', '', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/field_managingEditor', '', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/field_webMaster', '', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/field_ttl', '', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/field_pubDate', '1', 0),
('@serendipity_syndication_plugin:f1049581af75ea605087d8857709d56a/show_feedburner', 'false', 0),
('dbNames', 'true', 0),
('serendipityPath', 'C:/wamp/www/serendipity/', 0),
('uploadPath', 'uploads/', 0),
('serendipityHTTPPath', '/serendipity/', 0),
('templatePath', 'templates/', 0),
('uploadHTTPPath', 'uploads/', 0),
('baseURL', '
http://localhost/serendipity/', 0),
('autodetect_baseURL', 'false', 0),
('indexFile', 'index.php', 0),
('permalinkStructure', 'archives/%id%-%title%.html', 0),
('permalinkAuthorStructure', 'authors/%id%-%realname%', 0),
('permalinkCategoryStructure', 'categories/%id%-%name%', 0),
('permalinkFeedCategoryStructure', 'feeds/categories/%id%-%name%.rss', 0),
('permalinkFeedAuthorStructure', 'feeds/authors/%id%-%realname%.rss', 0),
('permalinkArchivesPath', 'archives', 0),
('permalinkArchivePath', 'archive', 0),
('permalinkCategoriesPath', 'categories', 0),
('permalinkAuthorsPath', 'authors', 0),
('permalinkUnsubscribePath', 'unsubscribe', 0),
('permalinkDeletePath', 'delete', 0),
('permalinkApprovePath', 'approve', 0),
('permalinkFeedsPath', 'feeds', 0),
('permalinkPluginPath', 'plugin', 0),
('permalinkAdminPath', 'admin', 0),
('permalinkSearchPath', 'search', 0),
('permalinkCommentsPath', 'comments', 0),
('allowSubscriptions', 'true', 0),
('blogTitle', 'RNDTV', 0),
('blogDescription', 'we are what''s on', 0),
('blogMail', '', 0),
('lang', 'en', 0),
('charset', 'UTF-8/', 0),
('calendar', 'gregorian', 0),
('lang_content_negotiation', 'false', 0),
('enablePluginACL', 'false', 0),
('fetchLimit', '15', 0),
('RSSfetchLimit', '15', 0),
('enforce_RFC2616', 'false', 0),
('useGzip', 'false', 0),
('wysiwyg', '', 0),
('enablePopup', 'false', 0),
('embed', 'false', 0),
('top_as_links', 'false', 0),
('trackReferrer', 'true', 0),
('blockReferer', ';', 0),
('rewrite', 'none', 0),
('serverOffsetHours', '0', 0),
('showFutureEntries', 'false', 0),
('enableACL', 'true', 0),
('magick', 'false', 0),
('convert', 'C:\\WINNT\\system32/convert.exe', 0),
('thumbSuffix', 'serendipityThumb', 0),
('thumbSize', '110', 0),
('maxFileSize', '30000000000', 0),
('maxImgWidth', '', 0),
('maxImgHeight', '', 0),
('onTheFlySynch', 'true', 0),
('dynamicResize', 'false', 0),
('mediaExif', 'true', 0),
('mediaProperties', 'DPI:IMAGE;RUN_LENGTH:VIDEO:AUDIO;DATE;COPYRIGHT;TITLE;COMMENT1:MULTI;COMMENT2:MULTI', 0),
('mediaKeywords', '', 0),
('serendipity_event_linklist:5b66d4d25fe073ac53e7b4e85581d396/active', 'false', 0),
('serendipity_event_linklist:5b66d4d25fe073ac53e7b4e85581d396/style', 'no', 0),
('serendipity_event_linklist:5b66d4d25fe073ac53e7b4e85581d396/display', 'category', 0),
('serendipity_event_linklist:5b66d4d25fe073ac53e7b4e85581d396/cache', 'false', 0),
('serendipity_event_linklist:5b66d4d25fe073ac53e7b4e85581d396/category', 'custom', 0);