Page 1 of 1

retry login page....

Posted: Fri Oct 20, 2006 12:16 pm
by tsogtoo
I after install blog. Open login screen click. and type username and password click login button. next open Serendipity Administration Suite page. And any menu click Open login screen page.?????

Use browser: Internet Explorer 6.0

My web server:
Apache 2.2.3 / PHP5.2.ORC-6 / mod_jk 1.2.19 (Tomcat connect) / MySQL 5.1 / Tomcat 5.5.20

Re: retry login page....

Posted: Fri Oct 20, 2006 12:59 pm
by garvinhicking
Hi!

If that happens, your webserver does not have the PHP sessions correctly configured or your browser is rejecting cookies.

Without session cookies, Serendipity cannot be used properly. You could check the "Remember me" input box, but that would only solve 80% of your problems and leave other 20% sporadic problems.

Best regards,
Garvin

Posted: Sat Oct 21, 2006 6:20 am
by tsogtoo
hi

this problem is IE and Firefox. but Opera is working... I add New Entry and can edit it. I can do other config. but Media library menu show me own SQL source.

Posted: Sun Oct 22, 2006 3:24 pm
by garvinhicking
Hi!

Which SQL source does it tell you?

If Opera works, then it just means you have your IE and Firefox configured to not accept Cookies. Change that, and it should work in IE and FF as well.

HTH,
Garvin

Media Library menu

Posted: Mon Oct 23, 2006 11:03 am
by tsogtoo
tnk you for answer...

Re: Media Library menu

Posted: Mon Oct 23, 2006 11:14 am
by garvinhicking
Hi!

This SQL error message tells you that your "serendipity_images" table is missing the "realname" column.

This usually only happens when you upgraded an older serendipity version to a new one, and did not follow the upgrade procedure, which executes SQL statements to bring tables upt o date.

Did you perform an update?

If you know some SQL, you could compare your DB-tables with the ones listed in the sql/db.sql file and check which columns and tables you are missing.

Best regards,
Garvin

Posted: Mon Oct 23, 2006 11:21 am
by tsogtoo
thk you.
garvinhicking wrote: Which SQL source does it tell you?

If Opera works, then it just means you have your IE and Firefox configured to not accept Cookies. Change that, and it should work in IE and FF as well.
follow code...

SELECT i.id, '' AS orderkey, i.name, i.extension, i.mime, i.size, i.dimensions_width, i.dimensions_height, i.date, i.thumbnail_name, i.authorid, i.path, i.hotlink, i.realname,
a.realname AS authorname
FROM ls_images AS i
LEFT OUTER JOIN ls_authors AS a
ON i.authorid = a.authorid
LEFT JOIN ls_authorgroups AS acl_a
ON acl_a.authorid = 1
LEFT JOIN ls_access AS acl_acc
ON ( acl_acc.artifact_mode = 'read'
AND acl_acc.artifact_type = 'directory'
AND acl_acc.artifact_index = i.path
)

WHERE 1=1 AND (
i.path IS NULL OR
acl_acc.groupid IS NULL
OR ( acl_acc.groupid = acl_a.groupid OR acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL

)
)
GROUP BY i.id
ORDER BY i.date DESC LIMIT 0, 8
/ Unknown column 'i.realname' in 'field list'
garvinhicking wrote:
If Opera works, then it just means you have your IE and Firefox configured to not accept Cookies. Change that, and it should work in IE and FF as well.
tell me IE and Firefox browser accept Cookies config. It's me opinion correct.

Posted: Mon Oct 23, 2006 11:24 am
by garvinhicking
Hi!

As for the SQL error, see what I wrote above.

About IE and Firefox: Check your browser configuration. You must have disabled cookies there somewhere, because if it works in Opera, it's a browser and NOT a server problem.

Best regards,
Garvin

Posted: Fri Oct 27, 2006 3:09 am
by tsogtoo
hi.

okey. i fixed prev.problem(reinstall winxp) but next problem User Self-Registration. type all textbox and GO! click. Error
Other big problem download from blog site pdf file not open.

Posted: Fri Oct 27, 2006 9:17 am
by garvinhicking
Hi!

"Error" sadly does not help us much further, can you please describe what exactly happens? Maybe provide a URL or screenshot for us?

Best regards,
Garvin

hi

Posted: Wed Nov 01, 2006 4:28 am
by tsogtoo
My problem about...

file download of web from http://localhost/web/ okey successfuly but file download of web from http://192.168.0.xxx/web/ not open.

Re: hi

Posted: Wed Nov 01, 2006 6:17 pm
by garvinhicking
Excuse me? Sadly I don'T understand what you are trying to say?

Best regards,
Garvin