zk1.3 installed with Feeds module (OK with plugin ZFeed).
On 'Create a Feed' function (admin pages), form is followed by :
ERR (3): PHP issued an error at line 0, so reporting entire trace to be more helpful:
ERR: OO module types may not make use of this legacy API traced in /var/www/vhosts/classissima.fr/httpdocs/lib/util/ModUtil.php line 1490
# traced in /var/www/vhosts/classissima.fr/httpdocs/lib/legacy/plugins/function.modcallhooks.php line 81
# traced in /var/www/vhosts/classissima.fr/httpdocs/ztemp/view_compiled/en/Feeds/feeds_admin_newfeed-a4aa222f858359d0502a73681292810a.htm.php line 65
# traced in /var/www/vhosts/classissima.fr/httpdocs/lib/vendor/Smarty/Smarty.class.php line 1263
# traced in /var/www/vhosts/classissima.fr/httpdocs/lib/Zikula/View.php line 748
# traced in /var/www/vhosts/classissima.fr/httpdocs/modules/Feeds/lib/Feeds/Controller/Admin.php line 54
# traced in /var/www/vhosts/classissima.fr/httpdocs/lib/util/ModUtil.php line 1012
# traced in /var/www/vhosts/classissima.fr/httpdocs/lib/util/ModUtil.php line 1088
# traced in /var/www/vhosts/classissima.fr/httpdocs/index.php line 96#
Create Cancel
But I can add a feed (now listed in View Feeds function).
When I edit this feed. More or less the same under the update form. Upper the category list, I have:
WARN (4): E_USER_WARNING: Smarty error: Error! in smarty_function_gt: the text parameter must be specified. in lib/vendor/Smarty/Smarty.class.php line 1093
And on http://www.classissima.fr/index.php?module=feeds : Page not found (error 404) in the Andreas08 template.
Newbie with zk1.3, I am unable to understand and to investigate.
(Note: the /ztemp/feeds have a strange chmod "--- --- ---", than I cannot edit. I have deleted it and create it again with 777. No effect. In /ztemp/view_compiled/en, Feeds dir is like others).
Edited by laurenth on Mar 01, 2011 - 07:03 AM.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Feeds (2.6) with 1.3 (latest stable: 2398)
-
- Rank: Registered User
- Registered: Feb 11, 2009
- Last visit: Jul 30, 2009
- Posts: 10
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Be aware, 1.3 is still under heavy development, so things that may have worked in one build may not work in the next and vice versa. Things like this should be submitted to the Cozi bug tracker.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Software Foundation
- Registered: Jul 21, 2001
- Last visit: May 31, 2010
- Posts: 624
The Feeds module is completely deprecated for 1.3, there is a system plugin which provides this functionality (stored in the docs/examples/plugins dir for the time being).
Drak
--
Zikula Lead Developer
Board Member of the Zikula Foundation
Follow me on twitter.com/zikuladrak -
- Rank: Registered User
- Registered: Feb 11, 2009
- Last visit: Jul 30, 2009
- Posts: 10
Thank you for your replies.
@Halbrooktech: my 1.3 is a sandbox env. My objective is to learn, something looking like a new framework for me. And I have read it's time to heavy tests, no? So I have install lastest stable (+ news + feeds from github). "News" as an example, "Feeds" because I will need it (project = peripheral minisites around .com website).
Note also that I didn't know (as newbie) if "things like this" concern core or feeds module. So I didn't know where I can submitted.
(FYI, I am a little bit lost between French forum, English Forum, ZGroup, and Cozi bug tracker, and maybe others I don't know. It is not obvious.)
@Drak: deprecated? the 2.6 on Github is 1.3 structured. The admin pages seem more or less operational. And if the plugin do the service, a existing module like Feeds can explain me how to use this system plugin.
But it seems related to Halbrooktech's alert (not work in the next and vice versa). On GGroups, on Jan 26, for "Damon Linkous", "Feeds 2.5 – Installed and Admin ok.".
Thanks to you replies, I can investigated (and I think now it's Feeds 2.6 bugs):
- for 1st issue: it comes from the call method for hooks in templates (different from News module, probably not yet updated).
- for 2nd issue: it comes from /modules/Feeds/lib/Feeds/Controller/User.php. Function declarations seem not updated. After change "function Feeds_user_FUNCTIONNAME()" by "public function FUNCTIONNAME()" for all functions, it seems ok.
- at last: Feeds 2.6 requires ZFeed system plugin (downloaded in January). But, according to Drak's clue, this one was probably updated and renamed SimplePie (docs/examples/plugins/SimplePie). So, I will try today to adjust Feeds2.6 for SimplePie system plugins. I will come back for feedback.
On http://code.zikula.org/feeds, Yokav seems to be developer of Feeds. I will contact him today to relay this discussion.
Thx
laurent
- Moderated by:
- Support
