- Posts: 8
- Thank you received: 8
otice: Undefined property: stdClass::$fulltext
- katya nast
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 2 months ago #564
by katya nast
otice: Undefined property: stdClass::$fulltext was created by katya nast
Another one misfunction of the new free template:
---
Notice: Undefined property: stdClass::$fulltext in ...skipped...modules/mod_otminislideshow/helper.php on line 120
---
How can I solve it?
P.S. You can see it at my test site
---
Notice: Undefined property: stdClass::$fulltext in ...skipped...modules/mod_otminislideshow/helper.php on line 120
---
How can I solve it?
P.S. You can see it at my test site
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #571
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: otice: Undefined property: stdClass::$fulltext
Hi,
Just remove the var $item->fulltext anywhere you find out in the helper.php
Thanks for using our products!
Just remove the var $item->fulltext anywhere you find out in the helper.php
Thanks for using our products!
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/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- katya nast
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 8
- Thank you received: 8
13 years 2 months ago #639
by katya nast
Replied by katya nast on topic Re: otice: Undefined property: stdClass::$fulltext
the line 120 on modules\mod_otminislideshow\helper.php
"preg_match_all('/src="([^"]+)"/i', $item->introtext . $item->fulltext, $matches);"
changes to
"preg_match_all('/src="([^"]+)"/i', $item->introtext . , $matches);"
isn't it?
"preg_match_all('/src="([^"]+)"/i', $item->introtext . $item->fulltext, $matches);"
changes to
"preg_match_all('/src="([^"]+)"/i', $item->introtext . , $matches);"
isn't it?
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 2 months ago #640
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: otice: Undefined property: stdClass::$fulltext
Hi,
exactly is:
exactly is:
Code:
preg_match_all('/src="([^"]+)"/i', $item->introtext, $matches);

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/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- katya nast
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 8
- Thank you received: 8
13 years 2 months ago #649
by katya nast
Replied by katya nast on topic Re: otice: Undefined property: stdClass::$fulltext
Works, thanks

The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds