- Posts: 8
- Thank you received: 8
An error noticed in module
- katya nast
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 month ago #701
by katya nast
An error noticed in module was created by katya nast
Please look at notice in module:
---
Notice: Undefined variable: count in <cutted>/modules/mod_otmininews/tmpl/default.php on line 21
---
Notice: Undefined variable: count in <cutted>/modules/mod_otmininews/tmpl/default.php on line 21
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Keith girdwood
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 7 months ago #2222
by Keith girdwood
Replied by Keith girdwood on topic Re: An error noticed in module
Sorry how do we resolve this issue please?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 7 months ago - 12 years 7 months ago #2228
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: An error noticed in module
Hi,
It just the notice when you have no articles (in selected category).
If you want not show the notice, you can edit the file and put a condition check in /modules/mod_otmininews/tmpl/default.php line 21.
eg:
if ($count > 0){
// do foreach or something
}
Or if that var is not need, just remove it.
Thanks
It just the notice when you have no articles (in selected category).
If you want not show the notice, you can edit the file and put a condition check in /modules/mod_otmininews/tmpl/default.php line 21.
eg:
if ($count > 0){
// do foreach or something
}
Or if that var is not need, just remove it.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 12 years 7 months ago by Linh Robert.
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds