Search found 10 matches

by raylu
Wed May 03, 2006 1:45 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

A security module that we have installed did not allow the saving of the configuration because it matched the pattern "/bin/" which is called in functions_installer.inc.php.

Since this is not a security issue I disabled our module for your blog directory to fix the problem. You admin configuration ...
by raylu
Tue May 02, 2006 1:02 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

CHMOD

I changed the permissions on /include/admin/configuration.inc.php to 777 and tried again; still the 500 error.

Still waiting for a (meaningful) response from my host.
by raylu
Mon May 01, 2006 1:02 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

Update

Still waiting on my reply from them.

I've tried FF and IE now; same result.
by raylu
Sun Apr 30, 2006 12:20 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

Yeah, I didn't have this error before.

Anyway, I've downgraded my own blog to 0.9.1 and it's still causing the same error. I can't save the configuration options, but everything else works.

I can't seem to find the error logs; I suppose I'll ask my host.
by raylu
Sat Apr 29, 2006 8:24 pm
Forum: General discussions
Topic: Adding URLs
Replies: 5
Views: 3083

I think the problem is just the WYSIWYG editor; what garvinhacking said in the last line.

No WYSIWYG edior: type raw HTML
WYSIWYG editor: use its buttons
by raylu
Sat Apr 29, 2006 8:16 pm
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

:(

It doesn't seem to be working. I checked my config settings and URL Rewriting was off to begin with; I never remembered turning it on.

There was only one .htaccess file that I could find and it was in the root s9y directory. I renamed it to oldhta and the same error happened.

Also, I intsalled s9y ...
by raylu
Sat Apr 29, 2006 12:59 am
Forum: Plugins
Topic: HTML POSTS
Replies: 1
Views: 1881

Yes, you should be able to (I'm not sure, but I think you need the WYSIWYG editor off).
by raylu
Fri Apr 28, 2006 11:58 pm
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

Uh oh.

Awesome, I saw the installation page. I clicked Expert Setup and I filled in everything. Then, upon pressing enter, I got this message:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server ...
by raylu
Fri Apr 28, 2006 1:01 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

Uh oh...

Query failed:

SELECT


e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,

a.realname AS author,
a.email
, e.body, e.extended

FROM
s9y_entries AS e
LEFT JOIN s9y_authors a
ON e.authorid = a.authorid
LEFT ...
by raylu
Thu Apr 27, 2006 6:34 am
Forum: General discussions
Topic: Clearing all entries
Replies: 16
Views: 8004

Clearing all entries

I recently upgraded to the latest version of s9y (recently as in 30 minutes ago) and I was wondering if there was a way to completely reset my blog (clear entries, comments, and possibly users)?

I could delete all entries but the auto_increment for entries starts at whatever it was before. I could ...