Page 1 of 1

skin problem with Serendipity 0.9-alpha3

Posted: Sun Jun 12, 2005 5:37 am
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.

Re: skin problem with Serendipity 0.9-alpha3

Posted: Mon Jun 13, 2005 3:10 pm
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

Posted: Mon Jun 13, 2005 9:59 pm
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.

Posted: Tue Jun 14, 2005 12:00 am
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

Posted: Tue Jun 14, 2005 12:07 am
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.

Posted: Tue Jun 14, 2005 12:13 pm
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

Posted: Thu Jun 16, 2005 3:03 am
by MySchizoBuddy
ok here is the video. Its in H.264 format, should open in VLC and/or quicktime 7

Posted: Thu Jun 16, 2005 3:01 pm
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

Posted: Fri Sep 30, 2005 10:33 am
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

Posted: Fri Sep 30, 2005 4:26 pm
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

Posted: Fri Sep 30, 2005 5:43 pm
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

Posted: Fri Sep 30, 2005 5:47 pm
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