richman - 16 January 2009 11:09 PM
Hi,
I installed the blog on my localhost (windows,apache 1.3, php4, mysql 4) and managed to install the blog, but when I try log-in or register it just keeps redirecting in a loop and all I get is a white screen.
I do not know if you have heard about this yet.
Regards
Hello.
Sorry, I didn’t ran into this problem yet (I believe you have enabled mod_rewrite and .htaccess is where it should be).
Might be a problem with PHP 4 which is deprecated and should be avoided. You should upgrade to PHP 5, but because I’m curious I am going to test it on PHP 4 to see what is causing the problem.
BTW: You said you also run into a loop when you try to register ?
Xeoncross - 17 January 2009 12:59 AM
Looks good, is there a way to disable the WYSIWYG editor and place your own? Like a plugin call or something? Also, is the the formatting of the text extendable? The main problem I have with Blog systems is that they all force you to use THEIR markup/editor for the content. (Which usually doesn’t work for video objects and code)
You could override the tinymce_helper.php and then use HTML markup in the posts or use your own WYSIWYG editor, but I don’t recommend doing it.
Either way, thanks for your input.
I put this on my to do list and more options will be available in the next release (inserting the video object or code into posts or disabling the WYSIWYG editor).