skin problem with Serendipity 0.9-alpha3

Found a bug? Tell us!!
Post Reply
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

skin problem with Serendipity 0.9-alpha3

Post by MySchizoBuddy »

selecting skins doesn't apply it.and now i'm logged out, it won't accept the login info.

I know i shouldn't be suing alpha release, but i'm doing it for testing purposes only.

let me remove it and try again to confirm that skins r not being applied.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: skin problem with Serendipity 0.9-alpha3

Post by garvinhicking »

It works for me. Which privileges did you configure, in which privilege groups is your user in? Does he have the "adminTemplates" privilege?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

yeah i couldn't reproduce it.
the skins r applied.

but one other problem i have reproduced 6 times now.
When u setup Serendipity, it aask if u want to enale WYSIWYG, and i click yes but when i go in my settings, it is off there, and when i enalbe it again, and save the information, i get this error

Warning: Invalid argument supplied for foreach() in /Applications/xampp/htdocs/site/blogs/serendipity-nightly/include/functions_config.inc.php on line 671

and the blog itself gives this error,

Fatal error: Call to undefined function serendipity_mb() in /Applications/xampp/htdocs/site/blogs/serendipity-nightly/include/functions.inc.php on line 84

and then i'm logged out,

if u want i can make a video of what i'm doing so u can see what i'm doing wrong.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

What browser are you using? Do you happen to use Firefox? Tell me which extensions you are using. The "Session" and "FormSave" extensions and some others are known to cause such trouble.

It can happen if your browser requests the same page twice and saves the config with empty values.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

I'm using firefox 1.0.4 and safari 2.0, and yes thats whats happening, it fills it with empty values.
I'm using the default installation, download the s9y nightly build and install it. I'm not installing anything extra on all.

I guess u know about this non-bug existance.
sorry to bug u unnecessary.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

So you mean that the bug also happens when you use Safari? Then this is a more troublesome bug, and I'd really appreciate if you could post that video you talked about? This could help me a lot to debug this issue...

Thanks,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

ok here is the video. Its in H.264 format, should open in VLC and/or quicktime 7
Last edited by MySchizoBuddy on Wed Jun 29, 2005 5:21 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I think I've fixed this bug 2 days ago, can you try with a recent snapshot?

I could not open your video file with any player I own. Maybe you can save it with simple XVid, DivX or MPEG2 codec again if the bug persists :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

ok looks like the bug got back in 0.9Beta 1.
Fresh install in my local server

Fatal error: Call to undefined function serendipity_mb() in /Applications/xampp/htdocs/serendipity/include/functions.inc.php on line 82

using safari and firefox
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

This error can happen if a PHP file of yours has parse errors, or a file was/is missing, or a language file could not be included...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post by MySchizoBuddy »

hmm the file is there
funny serendipity_mb() exists at line #19 as well. but it gives me error for the one at 82.

I tried installing it twice now. no luck. i'll try on my pc and see what hapens
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The function is only defined when the language file is loadde properly the second time. Notice the "if" before the function is included.

So this error can only happen if some files were not found. Please check if you extracted all the files properly and all files are readable.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply