Search found 22 matches

by twoblink
Thu Feb 23, 2012 5:31 am
Forum: General discussions
Topic: None of the WYSIWYG editor plugins work
Replies: 3
Views: 3250

Re: None of the WYSIWYG editor plugins work

WYSIWYG is on, but my wife would like the little "buttons" like Bold, Italic, Quote, Img, URL etc.. like I'm seeing above this as I type.. Right now, there are no buttons.
by twoblink
Tue Feb 21, 2012 6:52 am
Forum: General discussions
Topic: HTTP Error 500 (Internal Server Error): An unexpected condit
Replies: 4
Views: 3878

Re: HTTP Error 500 (Internal Server Error): An unexpected co

Super frustrated; said screw it, let's just reinstall it from scratch!

And apparently I can't even do that now..

Fatal error: Call to undefined function serendipity_getCharset() in /home/xxxxxxxx/include/lang.inc.php on line 14


??
by twoblink
Tue Feb 21, 2012 6:40 am
Forum: General discussions
Topic: HTTP Error 500 (Internal Server Error): An unexpected condit
Replies: 4
Views: 3878

Re: HTTP Error 500 (Internal Server Error): An unexpected co

I cannot find any reason why it's not serving up pages; I've turned on error logging on php as well as nginx, and neither says there's an error. php works, I did a phpinfo.php page and it comes up with php info. but s9y is not serving anything... it's super frustrating.. any help appreciated. I've ...
by twoblink
Tue Feb 21, 2012 5:53 am
Forum: General discussions
Topic: HTTP Error 500 (Internal Server Error): An unexpected condit
Replies: 4
Views: 3878

HTTP Error 500 (Internal Server Error): An unexpected condit

My "adventure" with s9y really has added about 20 years to my life..

So today, nothing works all of a sudden, and I get an HTTP Error 500.

?? ??

It's not a webserver problem, because it serves up other virtual hosts without problem and it was working fine yesterday, and so I have no idea what is ...
by twoblink
Mon Feb 20, 2012 4:52 am
Forum: General discussions
Topic: None of the WYSIWYG editor plugins work
Replies: 3
Views: 3250

None of the WYSIWYG editor plugins work

:oops:

So I've tried all 3; and none of them seem to work. fckeditor is now ckeditor; I've tried the older one and it still doesn't work. I'm looking for the "tool bar" for the entry editor but nothing shows up.

Read I think from one of the posts that TinyMCE 3.0+ doesn't work anymore with the ...
by twoblink
Wed Feb 15, 2012 10:30 pm
Forum: General discussions
Topic: New install, but using old sqlite db, doesn't work
Replies: 7
Views: 5069

Re: New install, but using old sqlite db, doesn't work

I got it to work! So I found myself in a catch 22; the new install was actually in a different path than the old install; and so when I reverted back to the old DB, the path was incorrect, so it couldn't find it.. and so I used the admin screen to muck with the path FIRST; then changed the local ...
by twoblink
Wed Feb 15, 2012 9:50 pm
Forum: General discussions
Topic: New install, but using old sqlite db, doesn't work
Replies: 7
Views: 5069

Re: New install, but using old sqlite db, doesn't work

Did a
sqlite my.db .dump > mydb.sql
sqlite3 mynew.db < mydb.sql

It loaded into the db just fine; pointed serendipity_config_local to the new db.. still no dice :-(
by twoblink
Wed Feb 15, 2012 5:55 am
Forum: General discussions
Topic: New install, but using old sqlite db, doesn't work
Replies: 7
Views: 5069

Re: New install, but using old sqlite db, doesn't work

So I opened the old db locally; and it gave me an error; it seems that my old db was sqlite, not sqlite3..???

Was it because I was running a fairly old version of s9y?? I tried exporting all the data via sqldump and then importing it into the new database; no dice. Any other suggestions??
by twoblink
Mon Feb 13, 2012 10:15 pm
Forum: General discussions
Topic: New install, but using old sqlite db, doesn't work
Replies: 7
Views: 5069

Re: New install, but using old sqlite db, doesn't work

I did do that; but it still won't read it.. is there a reason why? I figure that's all I had to do, but it didn't work out that way.. Any other suggestions??
by twoblink
Sat Feb 11, 2012 12:17 am
Forum: General discussions
Topic: New install, but using old sqlite db, doesn't work
Replies: 7
Views: 5069

New install, but using old sqlite db, doesn't work

My .htaccess was badly hacked, and so I had to reinstall; I am using sqlite db and so I still have the sqlite db file. So I thought with the new install; I would be able to just copy over the old db, and then put that in as the db to be used, and everything would automatically work.. instead, when I ...
by twoblink
Wed Jan 25, 2012 7:02 am
Forum: General discussions
Topic: Exporting my blog problems
Replies: 15
Views: 8998

Re: Exporting my blog problems

I managed to export an xml of the blog.. But blogger won't import it; says xml has errors.. any suggestion appreciated...
by twoblink
Tue Jan 17, 2012 3:22 am
Forum: General discussions
Topic: Exporting my blog problems
Replies: 15
Views: 8998

Re: Exporting my blog problems

I haven't edited the rss.php file, but the blog is using UTF-8 (Chinese characters) so is that the reason?
by twoblink
Fri Jan 13, 2012 4:41 am
Forum: General discussions
Topic: Exporting my blog problems
Replies: 15
Views: 8998

Re: Exporting my blog problems

So I kicked up the memory in php, and that seemed to solve the memory problem..

<b>Warning</b>: Cannot modify header information - headers already sent by (output started at xxxxxxxxxxxxxxxxxxxx.com/public_html/rss.php:1) in <b>xxxxxxxxxxxxxxxxxx.com/public_html/rss.php</b> on line <b>6</b><br ...
by twoblink
Fri Jan 13, 2012 4:24 am
Forum: General discussions
Topic: Exporting my blog problems
Replies: 15
Views: 8998

Re: Exporting my blog problems

So I wrote a little link and did a save-as, and

"Allowed memory size of 16777216 bytes exhausted (tried to allocate 5380 bytes)"

Is there anyway I can make it spit out the blog in sections??

The other question is, in the database, is it saved in xml, and I can just do a data-dump?

Thanks.
by twoblink
Wed Jan 11, 2012 5:11 am
Forum: General discussions
Topic: Exporting my blog problems
Replies: 15
Views: 8998

Re: Exporting my blog problems

Save the file locally. Do not view it in a browser. Use a texteditor once you downloaded the file.
OK, how would I do that? Since the RSS export is rss.php, so I'd have to execute the php via the web browser?