Search found 17 matches

by rhacer
Wed Dec 17, 2008 7:15 pm
Forum: Installation
Topic: Server move path woes
Replies: 6
Views: 4731

The troublesome value is almost certainly in your database. Since you have the technical expertise to examine it directly, you probably also know how to dump it.

Once you get an SQL dump of your database, you can search for the offending path with any text editor. Then you can either modify it ...
by rhacer
Wed Dec 17, 2008 12:38 am
Forum: Installation
Topic: Server move path woes
Replies: 6
Views: 4731

Hi!

when plugins were installed throgh spartacus, the serendipitY_plugins table might also hold an old path...

Regards,
Garvin

I just checked the serendipity_plugins table and found the geshi entry, but the path there does not point to the old location.

The path entry in that table looks like ...
by rhacer
Tue Dec 16, 2008 9:09 pm
Forum: Installation
Topic: Server move path woes
Replies: 6
Views: 4731

Server move path woes

Now that I'm successfully connecting to the DB, I'm finding another weird issue I can't figure out.

Warning: geshi(/home/tjg/public_html/serendipity/plugins/serendipity_event_geshi/geshi.php) [function.geshi]: failed to open stream: No such file or directory in /home3/craigela/public_html ...
by rhacer
Tue Dec 16, 2008 8:37 pm
Forum: Installation
Topic: Query Failed error?
Replies: 7
Views: 5515

Re: Query Failed error?

Hi!

Hm, when you get "no db selected" that usually means that your DB user "xxxxxx" has no Mysql privilege to access the database called "craigela_tjgserendipity". Make sure your mysql user has all privileges on that table!

Regards,
Garvin

That did the trick! Thanks. I'd created the user and ...
by rhacer
Tue Dec 16, 2008 7:33 pm
Forum: Installation
Topic: Query Failed error?
Replies: 7
Views: 5515

Re: Query Failed error?

Hi Craig!

did you change your serendipity_config_local.inc.php and entered the new database names?

Regards,
Garvin

Yes I did. Prior to doing that all I got was PHP errors in the MySQL module.

Here is the file, sans user name and password

<?php
/*
Serendipity configuration file
Written on ...
by rhacer
Tue Dec 16, 2008 6:57 pm
Forum: Installation
Topic: Query Failed error?
Replies: 7
Views: 5515

Re: Query Failed error?

Hi All,

My blog was running very well for the past few years. We didn't make any changes, and then we suddenly got a query failed error. Number 145 apparently.

Any help would be greatly appreciated...

Here is what I get when we try to go to our blog:
(http://www.adventurecanada.com/blog/index ...
by rhacer
Fri Aug 29, 2008 8:49 pm
Forum: Installation
Topic: TinyMCE Plugin Install Problem
Replies: 32
Views: 56384

http://www.craigelachie.org/standingfast/plugins/serendipity_event_tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php

Provides me with the javascript code.

My path is currently set to

/standingfast/plugins/serendipity_event_tinymce/tinymce/

yet I'm still getting javascript errors in my ...
by rhacer
Fri Aug 29, 2008 7:31 pm
Forum: Installation
Topic: XinhaLoader or any HTMLarea not displaying
Replies: 4
Views: 3945

Yes I had the latest version of Xinha, I couldn't easily find an old version to try so switched over to FCKeditor, which when I was first trying it (as well as the other ones) didn't work, but at the time I was not understanding the error console or checkign permissions etc.

I'm happy now as ...
by rhacer
Fri Aug 29, 2008 12:31 pm
Forum: Plugins
Topic: Last.fm widgets
Replies: 2
Views: 2407

Re: Last.fm widgets

Hi!

I think you shouldn't really need a unique plugin for last.fm, because their widgets are embeddable through simply flash/javascript - you can simply create a s9y html nugget plugin instance and paste the code into there.

I agree though that their CSS and embed code does look a bit ugly ...
by rhacer
Fri Aug 29, 2008 4:29 am
Forum: Plugins
Topic: Last.fm widgets
Replies: 2
Views: 2407

Last.fm widgets

I happen to love music and Last.fm's widgets, so was surprised when their were no plugins for their widgets to be displayed.

I know very little CSS and next to no PHP, so I took the simplest plugin I could find (Creative Commons) updated everything that looked like it needed updating and created ...
by rhacer
Fri Aug 29, 2008 4:15 am
Forum: Plugins
Topic: Problems with GeSHi plugin and formatting
Replies: 10
Views: 7267

You might want to address your validation issues first - make sure those are all cleared up because any one of them could be producing unexpected display problems.

Well I figured out what was wrong and it's incredibly embarrassing. At some point in the past I'd set Firefox to use it's own fonts ...
by rhacer
Wed Aug 27, 2008 10:42 pm
Forum: Plugins
Topic: Problems with GeSHi plugin and formatting
Replies: 10
Views: 7267

hi!

Hm, when you disable line numbers, you should be able to use


.python {
font-family: Courier;
}


for example?

Regards,
Garvin

I have tried that. It looks like it's not having any effect which puzzles me. I'm likely doing something stupid (as I said I not at all proficient in css) but I ...
by rhacer
Wed Aug 27, 2008 8:46 pm
Forum: Plugins
Topic: Problems with GeSHi plugin and formatting
Replies: 10
Views: 7267

Hi!

Hhhm...this in fact is a problem I've not seen before. If I changed "list-position" from "outside" as it is currently to "inside", the padding and everything else gets mixed up. I don't understand why the browser indents it like this...the HTML structure looks fine to me ?!?

Regards,
Garvin ...
by rhacer
Wed Aug 27, 2008 6:10 pm
Forum: Plugins
Topic: Problems with GeSHi plugin and formatting
Replies: 10
Views: 7267

Hi!

So did you insert the .avrasm li code stuff into your CSS file? If you did, the linenumbering in your template should work, I think...

Regards,
Garvin

Yes, I have that code in, but it is a bare "li" with no .avrasm prefix as .avrasm looked to be specific to the other problem.

The link ...
by rhacer
Tue Aug 26, 2008 11:35 pm
Forum: Plugins
Topic: Problems with GeSHi plugin and formatting
Replies: 10
Views: 7267

I have a very similar problem to this, but cannot find the above mentioned css entry in my style.

Forgive me as I'm not fabulous with HTML or CSS so I may be missing something completely obvious.

Here is the test entry. I went to NO line numbers for that entry because line numbers were getting ...