Error message

  • Carlos Timossi
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 7 months ago #1 by Carlos Timossi
Error message was created by Carlos Timossi
I have the following error message:

Warning: Creating default object from empty value in /home/duplicar/public_html/especialistasencartilago.mx/components/com_joomdle/views/wrapper/view.html.php on line 27

Any clue??
The topic has been locked.
More
11 years 7 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Error message
It's just a warning.

You can remove it by adding this line before line 27 in that file:
$this->wrapper = new JObject ();
The topic has been locked.
More
11 years 6 months ago #3 by simon grow
Replied by simon grow on topic Error message
Antonio Durán wrote:

It's just a warning.

You can remove it by adding this line before line 27 in that file:
$this->wrapper = new JObject ();


Thanks :)
Great help..
The topic has been locked.