1
silsalmac
Re: Installation problem
  • 2014/7/5 11:41

  • silsalmac

  • Just popping in

  • Posts: 1

  • Since: 2014/7/5 1


Quote:
Fatal error: Can't use method return value in write context in
/home/sites/baudautoracing.com/class/xoopsform/formlabel.php on line 53

Hi!

I've had the same problem and just solved it as follows:

I've changed that line 53 in [...]class/xoopsform/formlabel.php from:

$id = empty($this->getName()) ? '' : ' id="' . $this->getName() . '"';

To:

$id =(trim($this->getName())==false) ? '' : ' id="' . $this->getName() . '"';

Hope it helps!




TopTop



Login

Who's Online

174 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 174


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits