Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 04:13 pm EDT

Geeklog Forums

Bugs in Geeklog 1.4.0 beta 1

Page navigation


phpsocialclub

Anonymous
Quote by mevans: Creating a new block in v1.4.0 beta 1 fails. In saveblock() $bid is not being pulled correctly from the form if 'register_globals = Off'.


I added quotes to line 507 of admin/block.php around the $bid and it seemed to work. ('$bid')

Old

Text Formatted Code

DB_save($_TABLES['blocks'],'bid,name,title,help,type,blockorder,content,tid,rdfurl,rdfupdated,rdflimit,phpblockfn,onleft,owner_id,group_id,perm_owner,perm_group,perm_members,perm_anon,is_enabled',"$bid,'$name','$title','$help','$type','$blockorder','$content','$tid','$rdfurl','$rdfupdated','$rdflimit','$phpblockfn',$onleft,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$is_enabled");

 


NEW
Text Formatted Code

DB_save($_TABLES['blocks'],'bid,name,title,help,type,blockorder,content,tid,rdfurl,rdfupdated,rdflimit,phpblockfn,onleft,owner_id,group_id,perm_owner,perm_group,perm_members,perm_anon,is_enabled',"'$bid','$name','$title','$help','$type','$blockorder','$content','$tid','$rdfurl','$rdfupdated','$rdflimit','$phpblockfn',$onleft,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon,$is_enabled");

 

jarod

Anonymous
i am using the clean theme & under the admin blocks area,
i can't delete users.

i copied over the admin sec from pro to clean's admin..

it also doesnt work in the pro either.

basically, words are missing from the blocks. Doh! - that was a mistake

any help would be appreciated

Status: offline

Vapour71

Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
Well, I must say I really do like the new Story Editor Options. However, when I click on any of the options links (Preview, Editor, Publish Options, Images, Archive Options, Permissions & Show All), it doesn't do anything or go anywhere. It just stays at the same screen. I also noticed that my browser shows an "Error on Page". The Error info is as follows:
--------------------
Line Error: 12
Character: 9
Error: 'FCKeditor' is undefined
Code: 0 (zero)
URL: http://www.mydomain.com/admin/story.php?mode=edit
-------------------

With that aside, I go ahead to create a new story and when I attempt to submit the new story I created, it tells me: "Please fill in the Title and Intro Text Fields" and I am unable to create any new stories.

Dirk, if you read this, can you please delete the post in the Feedback section With the same Subject name. It is the exact same post as I have made in this one, I accidently posted my 1.4.0b1 bug report in the wrong section. Doh! - that was a mistake Sorry bro!
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.

Status: offline

THEMike

Forum User
Moderator
Registered: 07/25/03
Posts: 141
Location:Sheffield, UK
Quote by jarod: i am using the clean theme & under the admin blocks area,
i can't delete users.

i copied over the admin sec from pro to clean's admin..

it also doesnt work in the pro either.

basically, words are missing from the blocks. Doh! - that was a mistake

any help would be appreciated


Click to EDIT a user. Then press the delete button. There is no delete option from the list.

Status: offline

THEMike

Forum User
Moderator
Registered: 07/25/03
Posts: 141
Location:Sheffield, UK
Quote by phpsocialclub:

I added quotes to line 507 of admin/block.php around the $bid and it seemed to work. ('$bid')



This is not the correct fix. I have already implemented a correct fix in the CVS archive (as noted several hours before the post you quoted ;-))

Status: offline

drkrum

Forum User
Newbie
Registered: 03/01/03
Posts: 5
When I hit 'contribute', I get a bunch of warnings in my firefox javascript console related to the FCKEditor, like so:

Warning: The stylesheet /fckeditor/editor/skins/default/fck_editor.css was loaded as CSS even though its MIME type, "text/html", is not "text/css".

Status: offline

drkrum

Forum User
Newbie
Registered: 03/01/03
Posts: 5
When using the FCKEditor for story submit, it seems that the 'introhtml' field is being entirely ignored in favour of the 'introtext' field. This has the effect of ignoring any text that the user has entered in HTML mode. I don't want to have to use the plaintext editor Sad

Jarod

Anonymous
Quote by THEMike:
Quote by jarod: i am using the clean theme & under the admin blocks area,
i can't delete users.

i copied over the admin sec from pro to clean's admin..

it also doesnt work in the pro either.

basically, words are missing from the blocks. Doh! - that was a mistake

any help would be appreciated


Click to EDIT a user. Then press the delete button. There is no delete option from the list.


Very Happy thanks THEMike for your reply but here is a link with a pic
of the problems i am experiencing.




maybe i just forgot something in the upgrade but i have triple checked everything Can someone help me

i am using the clean theme.

thanks in advance

jarod

Jarod

Anonymous
here is the link:

http://img427.imageshack.us/img427/8761/missingstuff9yd.jpg

Status: offline

Vapour71

Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
With regards to my post on Page 5 of this thread about not being able to submit new stories, I have found that if you set the advanced editor to false, you can then submit new stories and comments.
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by Jarod: http://img427.imageshack.us/img427/8761/missingstuff9yd.jpg

Looks like you're using an old language file.

bye, Dirk

Jarod

Anonymous
as always,
you guys are awesome!

thanks Dirk for the help Big Celebration

experts always make things look so friggin easy Its a deal - shaking hands

thanks again for the quick responses!


Status: offline

Vapour71

Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
Dirk,
Just a thought here but, is it possible to run a demo site of the new Beta? That way we can compare the functions from a fresh install with the new beta from an upgrade install that many of us may be using? May help us to track some bugs with certain modules not working properly in the new beta that may be causing problems for some of us? Or is this idea so far out in left field that I should just keep my cake hole shut and let the experts work it out? Wink
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.

Status: offline

bero

Forum User
Newbie
Registered: 11/26/05
Posts: 1
So far no bugs found on arklinux.org -- but two feature requests:

  • Make the WYSIWYG editor work with Konqueror (I see Safari support is already in progress -- since Safari is built on Konqueror's codebase, it shouldn't be all that much of an extra effort)

  • Add support for a "header text", like the description of our project on top of arklinux.org --- right now, we're doing this by hardcoding the text into the theme template, which is not exactly nice...


Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by Vapour71: Dirk,
Just a thought here but, is it possible to run a demo site of the new Beta?

Demo site updated

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by bero: Make the WYSIWYG editor work with Konqueror

Please talk to the FCKeditor folks. We're only bundling it with Geeklog.


Quote by bero: Add support for a "header text", like the description of our project on top of arklinux.org

Use a static page in a centerblock.

bye, Dirk

Status: offline

Vapour71

Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
Dirk or anyone that knows, can you tell me if this is possible...
Since I am having some issues with my beta, I was wondering if it was possible to just backup my database and then do a fresh install of the new beta and then import my backup database to the fresh install of the beta? I was just thinking if that was possible, I could then compare the fresh install with my old and go from there and see what happens? I think there may be some lines I am missing due to some lines that needed to be added to certain files for certain plugins to work.
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.

Status: offline

THEMike

Forum User
Moderator
Registered: 07/25/03
Posts: 141
Location:Sheffield, UK
If you use phpmyadmin to backup your current, it should generate hundreds of inserts, which you could then use to restore into a beta database.

My advice, create a new database, change your geeklog to point at the new database, test the inserts. See if it works.

Then you can instantly switch back if it all goes wrong.

Status: offline

Vapour71

Forum User
Chatty
Registered: 02/10/05
Posts: 55
Location:Great White North Eh!
Will do thanks Smile I will post any results good or bad. Bfore I go ahead and do anything, I jsut thought I would mention an Error message I received this morning when I attempted to move a topic to a more appropriate section on my site:
------------------------------------------------------
Access Error
You Should Not Be Here!
Restricted Access To This Forum Only.
------------------------------------------------------

Any idea what this all about? I then look and the entire post is gone. It removes the post from the original spot and seems to disappear. It never makes it to its destination. Kinda wierd isn't it?
I've Gone To Find Myself. If I Show Up Before I Return, Make Me Wait Here Until I Get Back.

Status: offline

tingo

Forum User
Chatty
Registered: 06/05/02
Posts: 57
Location:Oslo, Norway
FCKeditor - When I subit a story, the refresh doesn't work. My browser just sits there (../admin/story.php) with a blanlk page. If I view the page source, I can see this:

<head><meta http-equiv="refresh" content="0; URL=http://moromc.dyndns.org/admin/story.php?msg=9"></head>

If I don't use the advanced editor, everything works as normal.

Page navigation

All times are EDT. The time is now 04:13 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content