Search found 29949 matches

by garvinhicking
Tue May 18, 2004 4:00 pm
Forum: Installation
Topic: Install Problem - MySQL
Replies: 5
Views: 6737

I had tried mysql-4.0.18-win and mysql-3.23.56-win. Both had the same situation. I used phpmyadmin to see the db. Table serendipity.serendipity_config wasn't be created exactly. But other tables were created just fine? If yes, there may be an error in the SQL statements for creating the table. I co...
by garvinhicking
Tue May 18, 2004 12:21 pm
Forum: Installation
Topic: Install Problem - MySQL
Replies: 5
Views: 6737

Re: Install Problem - MySQL

Could anyone help me? When I tried to install the version 0.6-pll, I got the error message. Attemping to setup database... Checking to see if the database is already in place. If you see a database query error here, ignore it... Done Creating default database setup... Done Table 'serendipity.serend...
by garvinhicking
Tue May 18, 2004 12:20 pm
Forum: Installation
Topic: I can not install Serendipity!
Replies: 23
Views: 23804

Re: ....

I tried to change the path many diffrent times of which you just mentioned. Sometimes the stylesheets is loaded, however, the problem is the SAME. See this screenshot: :cry: http://omybbs.51.net/temp/error2.jpg what can i do next? That screenshot looks better. However, please create a phpinfo.php f...
by garvinhicking
Tue May 18, 2004 10:39 am
Forum: Installation
Topic: Error message I don't understand
Replies: 1
Views: 4006

Re: Error message I don't understand

Hi Stuart! Hm, this external plugin doesn't make use of advanced error reporting messaging (as its still in beta, I guess - haven't used it yet). There are two steps you can do: 1. Fix the problem by browsing your serendipity_plugins SQL table (with phpMyAdmin or something similar) and delete the en...
by garvinhicking
Tue May 18, 2004 10:35 am
Forum: Installation
Topic: I can not install Serendipity!
Replies: 23
Views: 23804

Something seems to be terribly wrong with the path information you entered within Serendipity. The screenshot you supplied shows that there are no stylesheets loaded, which should be in your case. Please open the config panel from scratch and look at the default path values s9y autodetects and compa...
by garvinhicking
Mon May 17, 2004 9:19 pm
Forum: General discussions
Topic: plugin implementation question
Replies: 2
Views: 4593

Re: plugin implementation question

Hi Stuart! Please view the source code of the page where you took the screenshot and search for that Error: mark. There should be a PHP error notice inside of it. It's currently quite hard to output the PHP parse Errors in the right place, as it's hidden because we're inside the <select>-part of the...
by garvinhicking
Mon May 17, 2004 4:52 pm
Forum: General discussions
Topic: Google Adsense
Replies: 7
Views: 5098

Re: sessions

Hi Dan! and google will not index sessions ids. How to remove them? Basically the 'ini_set('use_session_trans_sid')' in our .htaccess file should take care of it. You can deactivate that via php.ini and/or VirtualHost settings. Please look in the PHP MAnual for the session_trans_sid directive on how...
by garvinhicking
Mon May 17, 2004 1:09 pm
Forum: General discussions
Topic: Google Adsense
Replies: 7
Views: 5098

Either you create a HTML nugget plugin and insert your code, but then it'll be on the right side of your page. Or you go and edit the file templates/default/layout.php and insert the appropriate code after the <h2> portion. The first solution is very easy to achieve, the last one requires at least b...
by garvinhicking
Mon May 17, 2004 11:52 am
Forum: General discussions
Topic: photos again
Replies: 2
Views: 4644

Re: photos again

Hi Bruce!

Could you make a screenshot of the window which you get with the code?

And could you look out for any Javascript errors? You are using latest Internet Explorer and latest 0.6.2 serendipity version?

Regards,
Garvin.
by garvinhicking
Mon May 17, 2004 11:51 am
Forum: General discussions
Topic: Table within blog post?
Replies: 1
Views: 3682

Re: Table within blog post?

Hi ned!

Maybe you also want to try the WYSIWYG-editor to layout tables. As I really don't know the newspaper them very much, I don't know if its CSS code restricts all embedded table layout within a blog entry...

so maybe your screenshot-idea is the easiest to accomplish :)

Regards,
Garvin.
by garvinhicking
Mon May 17, 2004 11:50 am
Forum: General discussions
Topic: Adding Different Users
Replies: 2
Views: 4616

Re: Adding Different Users

Hi Ian! Thanks for offering your script - however there is a high danger of suppliyng such a script for servers because it could be misused to create security holes on a server. We could however link this script in our Wiki as an external add-on so that users who want to create a hosted service can ...
by garvinhicking
Mon May 17, 2004 11:47 am
Forum: General discussions
Topic: editing templates
Replies: 3
Views: 5423

Hi Bruce! I don't mind ftp and a learning curve when I am patient, which is...ummmm seldom? lol Going back to editing templates and style sheets in my text editor on my desktop, and ftp to site is something I am used to from the past, but kinda got spoiled as most blogs have edit capabilities in thi...
by garvinhicking
Mon May 17, 2004 11:45 am
Forum: General discussions
Topic: comments & trackbacks questions
Replies: 3
Views: 6118

Hi Vossi! but how do you mean hide the comments link with css? do you only mean to color them in background color? i wouldn't do this one :) You could use a 'display: none' attribute, so the contents are really hidden from being rendered. i really can live with comments only on the comment page but ...
by garvinhicking
Mon May 17, 2004 11:43 am
Forum: Bugs
Topic: fix for multi-byte language search
Replies: 4
Views: 5787

Hm, the way you used multiple LIKE conditions is a lot slower than our MATCH method. Basically that's what MATCH was developed for, so it should be multibyte-compatible. If not, I'd consider this a serious MySQL bug.

Did you run a recent version of MySQL?
by garvinhicking
Sat May 15, 2004 1:53 pm
Forum: General discussions
Topic: multiple users.?
Replies: 1
Views: 4095

Can you please describe in detail what you want? You want to offer a service where ANY user can login and then you create a s9y blog for him automatically? That is custom functionality which is achievable with s9y, but not out of the box. You'd have to take care of copying the files, creating the da...