Please login

Welcome, Guest. Please login or register.
Did you miss your activation email?
Username:
Password:
How long:

Author Topic: Fatal error Gekko Web Builder 0.98ALPHA  (Read 1688 times)

user1

  • Newbie
  • *
  • Posts: 6
Fatal error Gekko Web Builder 0.98ALPHA
« on: July 28, 2010, 09:09:17 AM »
i installed Gekko Web Builder 0.98ALPHA
error occured  when i click Settings
like below,what is the matter?

Fatal error: Declaration of settings::getAllItems() must be compatible with that of interfaceApplicationLinearData::getAllItems() in E:\serv\www\gekkocms098ALPHA\admin\apps\settings\settings.admin.class.php on line 36
« Last Edit: July 28, 2010, 09:22:51 AM by user1 »

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #1 on: July 28, 2010, 08:18:40 PM »
Let me check ... I didn't get that error in http://www.prana.bz (Linux)  or my test server (EasyPHP)

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #2 on: July 28, 2010, 09:21:24 PM »
Please change this (line 18, settings.admin.class.php)

Code: [Select]
public function getAllItems($sortby='', $sortdirection='ASC')
to

Code: [Select]
public function getAllItems($sortby='', $sortdirection='ASC', [b]$extra_criteria = ''[/b])

user1

  • Newbie
  • *
  • Posts: 6
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #3 on: July 29, 2010, 08:56:32 AM »
error still
the server which i use is Vertigoserv
http://vertrigo.sourceforge.net/

it remain the same though i changed several servers
even i upload it to the hosting space.
« Last Edit: July 29, 2010, 03:39:47 PM by user1 »

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #4 on: July 29, 2010, 06:26:24 PM »
Ohhh ... I didn't notice the [/b] forum BBCode messed it up .. I was going to highlight it...

it's still the same:
Code: [Select]
public function getAllItems($sortby='', $sortdirection='ASC', $extra_criteria = '' )
if it still doesn't work, just search for getAllItems in  /includes/app_interface.php

user1

  • Newbie
  • *
  • Posts: 6
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #5 on: July 29, 2010, 06:48:51 PM »
it's ok now
but another problem,when click Settings\Tempaltes
something's wrong
like the attached picture
the dropdown menus don't show when the browser is IE
the homepage shows that "Template file cannot be found. Please check your settings and try again."
« Last Edit: July 29, 2010, 06:59:50 PM by user1 »

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #6 on: July 29, 2010, 11:09:17 PM »
Thanks for the screenshot. Now I found it - it's in the initial install.sql ... will post the fix tomorrow evening

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735

user1

  • Newbie
  • *
  • Posts: 6
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #8 on: August 02, 2010, 09:36:15 AM »
thank you
i check it  (windwows xp )
the homepage shows well
but the blog module can't add new document.
the Intro box can't add text when the browser is Firefox
click on the dropdown menu templates,error occur again
« Last Edit: August 02, 2010, 09:40:09 AM by user1 »

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #9 on: August 02, 2010, 01:26:53 PM »
ok try redownloading and reinstall from 0 (delete existing database because apparently I missed some table fields in this version)


user1

  • Newbie
  • *
  • Posts: 6
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #10 on: August 03, 2010, 10:04:20 AM »
it's ok now
but another problem
the url rewrite can't get the domain
it's buggy
maybe i should use Drupal OR WP

prana

  • Administrator
  • Hero Member
  • *****
  • Posts: 735
Re: Fatal error Gekko Web Builder 0.98ALPHA
« Reply #11 on: August 03, 2010, 06:11:10 PM »
That's because your .htaccess RewriteBase / should be changed to the base path (in your case /gekkocms098-1ALPHA

You can use whatever you like.

Our CMS is new and has certain distinct features. There's no full documentation yet as it's still ALPHA - not even BETA yet. Whatever you choose, go ahead and do it.