Hi all,
i include a PHP file in DateUtil.class.php that contains some functions. you can find it here:
http://www.4shared.com/file/77217984/b382707e/jalcore.html?dirPwdVerified=e77c4c44
after including it, i can use that functions in zikula, but when i try to regenerate module list or update a form, zikula print this error:
We're sorry. The page you requested, /~shams/zikula/index.php?module=Pages&type=admin&func=update, doesn't exist on "My site".
Error! Could not load Pages module (at function: update).
please help me.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- 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
- mdee created topic »How to implement returnpage ?« 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
including problem
-
- Rank: Registered User
- Registered: Dec 02, 2007
- Last visit: Oct 21, 2009
- Posts: 40
-
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
What is your actual question?
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!" -
- Rank: Registered User
- Registered: Dec 02, 2007
- Last visit: Oct 21, 2009
- Posts: 40
i want to use jalcore.php functions in DateUtil. how can i call that file without any problem in zikula? -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Well, it's weird that your jalcore.php file could produce a "module not available" error.
Are you insertingon the first lines of DateUtil or?Code
Loader::includeOnce('path/to/your/jalcore.php');
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Dec 02, 2007
- Last visit: Oct 21, 2009
- Posts: 40
thank you nestormateo. i try that but this type of calling file show me same error too :(
for temporary resolve problem i copy my functions in DateUtil.class.php and this works without any same problem. but i think this isn't true type of adding additional functions to zikula. have you another idea for doing this?
- Moderated by:
- Support
