Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 10:12:14 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155491 Posts in 21710 Topics by 7738 Members
Latest Member: fo5azydk440me
* Home Help Search Login Register
Pages: 1 ... 7 8 [9]   Go Down
Print
Author Topic: New module "EasyMenu" (Alpha!)  (Read 25281 times)
Listic

Offline Offline

Posts: 2


« Reply #200 on: January 19, 2010, 08:06:24 PM »

Hi WebBird. When I click the plus icon i just get white empty screen.
(Yes I understand German)
Logged
WebBird
Guest
« Reply #201 on: January 20, 2010, 11:22:58 AM »

See the link in my Sig to get complete documentation in German. But if you only get a blank screen, the doc's won't help. rolleyes Maybe you've still a problem with module installation, not the module itself.

Please set PHP Errors to E_ALL for analysis. See here how to do this: http://help.websitebaker.org/pages/de/basis-doku/umgang-mit-wb/optionen/allgemeine-optionen.php
Logged
Re-Mi

Offline Offline

Posts: 87


« Reply #202 on: January 21, 2010, 07:12:48 PM »

Hi All,

Just tried to install this (what i think usefull module).

The installation went fine, i went to the panel and pushed the + to add a menu just to test. And i got this error

Code:
Fatal error: Call to undefined method wbFormBuilder::debug() in /home/mida/michel/modules/wblib/class.wbFormBuilder.php on line 437

:S
Logged
WebBird
Guest
« Reply #203 on: January 21, 2010, 07:33:57 PM »

Ah, yes... I'm just updating the wblib. Seems you have a non-working version. Reason is that I replaced "internal" debugging with use of KLogger debugging class.

Quick and dirty workaround: Add this to class.wbFormBuilder .php (modules/wblib):

Code:
function debug() { return; }

Edit: At the bottom, BEFORE

} ?>

(Note the }!)
Logged
WebBird
Guest
« Reply #204 on: January 22, 2010, 12:38:44 PM »

Please try this new version of wblib.
Logged
gottfried

Offline Offline

Posts: 980


« Reply #205 on: February 24, 2010, 09:30:44 AM »

Hi !

I installed easymenu 0.51 with weblib 0.30 on wb 2.8.0 and php 5.2.1 at strato.
(The other 6-8 wb applications i have there worke fine)

when i tried to invoke easymenu there appeared an errormessage

Quote
Fatal error: Call to undefined method wbValidate::get() in /mnt/web8/20/50/5428950/htdocs/computerfachmann/webbak/modules/easymenu/lib/class.EMBase.php on line 78

what can I do?  smiley

Logged
carfreak

Offline Offline

Posts: 11


« Reply #206 on: February 24, 2010, 09:55:35 AM »


Hello,

i have installed en new installation wb2.8 with de old wblib0.20 en de newest easymenu from de wb site and when i create en new menu en apply it to the template i am getting de following error when i open de website

do you have a solution for this error.

Fatal error: Call to undefined method wbValidate::string() in C:\EasyPHP5.2.10\www\site\modules\easymenu\include.php on line 41

the code on that line is 

   if ( ! $EMMenu->validator()->string('name') ) {
        echo $EMMenu->lang->translate('Invalid name!');
        return;
    }

Greetings

Adriaan
 
Logged
WebBird
Guest
« Reply #207 on: February 24, 2010, 10:32:40 AM »

I am working on a new version of EM that works with the latest version of wblib. Please just wait a while.

[Argos: Topic closed after request by Webbird]
« Last Edit: March 05, 2010, 05:28:14 PM by Argos » Logged
Pages: 1 ... 7 8 [9]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!