- Thank you received: 0
undefined variable: imageSRC
-
stavast
-
Topic Author
- New Member
-
Less
More
15 years 5 months ago #111
by stavast
Replied by stavast on topic Re: undefined variable: imageSRC
I've tried multiply templates and they don't. at the moment i'm working with ja_purity, a standard template.
Please Log in to join the conversation.
-
Jeegoo
-
- New Member
-
Less
More
- Thank you received: 0
15 years 5 months ago #214
by Jeegoo
Replied by Jeegoo on topic Re: undefined variable: imageSRC
Hi all,
I am experiencing the same problem just now. My PHP log file shows the same error : PHP Notice:Â Undefined variable: imageSRC in Y:\WAMP\www\modules\mod_hot_image_slider\tmpl\default.php on line 123
I am wondering this could be some type of file permission issue. Here is the situation, I had the WAMP installed on C: drive and ran the module with no problem. When I reinstalled the WAMP on Y: drive, which is a encripted drive, I started receiving this type of error message.
I just don't have the technical ability to debug any further, can somebody help?
Best regards,
I am experiencing the same problem just now. My PHP log file shows the same error : PHP Notice:Â Undefined variable: imageSRC in Y:\WAMP\www\modules\mod_hot_image_slider\tmpl\default.php on line 123
I am wondering this could be some type of file permission issue. Here is the situation, I had the WAMP installed on C: drive and ran the module with no problem. When I reinstalled the WAMP on Y: drive, which is a encripted drive, I started receiving this type of error message.
I just don't have the technical ability to debug any further, can somebody help?
Best regards,
Please Log in to join the conversation.
-
Jeegoo
-
- New Member
-
Less
More
- Thank you received: 0
15 years 5 months ago #215
by Jeegoo
Replied by Jeegoo on topic Re: undefined variable: imageSRC
OK, guys, I have found a solution for this, for myself, at least a temporary one.
I am sure it is not a file permission problem now. My solution is to turn off the error display function in the php.ini file.
from:
display_errors = On
to:
display_errors = Off
Once it is turned off, the module is back. However, the error is still there when I check the apache_error.log file
[Mon Nov 30 14:57:46 2009] [error] [client 127.0.0.1] PHP Notice:Â Undefined variable: imageSRC in Y:\WAMP\www\modules\mod_hot_image_slider\tmpl\default.php on line 123, referer: http://localhost/administrator/index.php
Maybe Milos can see the issue much clearly now?
My environment is
Windows XP
WAMPServer 2.01 installed with
Apache 2.2.11
PHP 5.3.0
MySQL 5.1.36
Best regards,
I am sure it is not a file permission problem now. My solution is to turn off the error display function in the php.ini file.
from:
display_errors = On
to:
display_errors = Off
Once it is turned off, the module is back. However, the error is still there when I check the apache_error.log file
[Mon Nov 30 14:57:46 2009] [error] [client 127.0.0.1] PHP Notice:Â Undefined variable: imageSRC in Y:\WAMP\www\modules\mod_hot_image_slider\tmpl\default.php on line 123, referer: http://localhost/administrator/index.php
Maybe Milos can see the issue much clearly now?
My environment is
Windows XP
WAMPServer 2.01 installed with
Apache 2.2.11
PHP 5.3.0
MySQL 5.1.36
Best regards,
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
15 years 5 months ago #216
by milos
Replied by milos on topic Re: undefined variable: imageSRC
Yes, issue is with path. "Apache for Windows" packages have paths like:
\WAMP\www\modules\mod_hot_image_slider
while linux-style apache path is (as on all hosting servers where Joomlas are hosted) is:
/WAMP/www/modules/mod_hot_image_slider
I noted this for the next release. I hope I will find a solution. Thanks for sharing it.
\WAMP\www\modules\mod_hot_image_slider
while linux-style apache path is (as on all hosting servers where Joomlas are hosted) is:
/WAMP/www/modules/mod_hot_image_slider
I noted this for the next release. I hope I will find a solution. Thanks for sharing it.
Please Log in to join the conversation.
-
norbies
-
- New Member
-
Less
More
- Thank you received: 0
15 years 4 months ago #353
by norbies
Replied by norbies on topic Re: undefined variable: imageSRC
Please refer to the other thread on this subject to this issue. I've just posted a workaround that fixed the undefined ImageSRC error to me.
Thread 135
regards,
Norbies
Thread 135
regards,
Norbies
Please Log in to join the conversation.
Time to create page: 0.085 seconds