PHP-GTK2 Cookbook Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Undefined variable and property errors (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Undefined variable and property errors
#758
Ronald (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 4 Months, 1 Week ago Karma: 0  
Neue Installation incl. JYAML

Google Search Modul

Notice: Undefined variable: val in C:\webseite\test\components\com_googlesearch\googlesearch.lib.php on line 128

Notice: Undefined property: stdClass::$mod_searchfield_padding_left in C:\webseite\test\components\com_googlesearch\googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_right in C:\webseite\test\components\com_googlesearch\googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_top in C:\webseite\test\components\com_googlesearch\googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_bottom in C:\webseite\test\components\com_googlesearch\googlesearch.lib.php on line 312
 
  The administrator has disabled public write access.
#759
kksou (Admin)
Admin
Posts: 451
graph
User Online Now Click here to see the profile of this user
Re:Undefined variable and property errors 4 Months ago Karma: 9  
The error message seems to indicate that you did not install the corresponding googleSearch component.

To use the googleSearch module, you need to install the googleSearch component first.

If you have already installed the googleSearch component, then it could be that you're using an older version of googleSearch component.

Please download the latest copy, uninstall the older versions, and reinstall the latest version.

Let me know if it works.

Regards,
/kksou
 
  The administrator has disabled public write access.
#760
Ronald (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 4 Months ago Karma: 0  
Thank you, the error only Local Apache + Vista.
Linux OK.

Regards,
Ronald
 
  The administrator has disabled public write access.
#809
scarf (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months, 3 Weeks ago Karma: 0  
Hi There,

I have the same errors (joomla 1.5.7.)

I first installed the component. Works perfect, no problems. I installed the same version off the module and then I get errors:

Notice: Undefined variable: val in components/com_googlesearch/googlesearch.lib.php on line 128

Notice: Undefined property: stdClass::$mod_searchfield_padding_left in components/com_googlesearch/googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_right in components/com_googlesearch/googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_top in components/com_googlesearch/googlesearch.lib.php on line 312

Notice: Undefined property: stdClass::$mod_searchfield_padding_bottom in components/com_googlesearch/googlesearch.lib.php on line 312

Notice: Undefined index: q in components/com_googlesearch/googlesearch.lib.php on line 291


any ideas? I tried Install/uninstall/install, the only thing is I'm working in legacy mode. i hope to hear from you.

Regards,
Scarf
 
  The administrator has disabled public write access.
#816
kksou (Admin)
Admin
Posts: 451
graph
User Online Now Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months, 3 Weeks ago Karma: 9  
I guess these errors occurred because you're working in legacy mode.

They are supposed to run in native 1.0 or 1.5.

Have you tried running the v1.0 version of googleSearch in legacy mode of Joomla 1.5? It might work...

Regards,
/kksou
 
  The administrator has disabled public write access.
#818
scarf (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months, 3 Weeks ago Karma: 0  
Hi KKSOU,

Thanx, I have tried to install the v1.0 version. The component does not install, so it doesn't work.

I reinstalled the 1.5 component. Works perfect. I only get the error messages when I use the v1.5 module. The strange thing is: the module and component work great together. The google results appear in my site. That's good. But all the error messages from the module appear in my screen too. So, it works but the error messages are live on screen/monitor.

I hope it can be solved, otherwise I can't use it on my site.

I tried to work in the php code, but when I change things, other errors appear. I don't know the answer. You?

Regards,
Scarf
 
  The administrator has disabled public write access.
#820
taite11 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months, 3 Weeks ago Karma: 0  
kksou wrote:
I guess these errors occurred because you're working in legacy mode.

They are supposed to run in native 1.0 or 1.5.


I had the same errors on both my installs. One was running in legacy mode and one was running in native mode.
 
  The administrator has disabled public write access.
#946
shedyk (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months ago Karma: 0  
I also have the same problem on joomla 1.5.7
 
  The administrator has disabled public write access.
#947
shedyk (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months ago Karma: 0  
Made a new installation of both component and module but I get the same errors as taite11,
Hasn't anyone found out the cause of this errors
 
  The administrator has disabled public write access.
#949
kksou (Admin)
Admin
Posts: 451
graph
User Online Now Click here to see the profile of this user
Re:Undefined variable and property errors 3 Months ago Karma: 9  
Hi,

I just downloaded Joomla v1.5.7 on my windows machine. googleSearch installs and works fine.

I need to be able to replicate your error in order to figure out what might be the problem.

Any other people encounter the same error? Could you provide me with a bit more details? And how to replicate the error?

By the way, you said that you "made a new installation of both component and module but I get the same errors as taite11"

Could I suggest that you try the following:
1) Make another fresh install again

2) This time just install googleSearch component. Make sure this one works first. This component is standalone. It can work without the module.

3) Once you've made sure that the googleSearch component works, now install the googleSearch module.

4) Also, which platform are you using? Are you using native or legacy?

Regards,
/kksou
 
 
Last Edit: 2008/10/06 23:49 By kksou.
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Blog - Forum - Privacy Policy - Contact Us
Copyright © 2006-2009. kksou.com. All Rights Reserved