I installed activated scribite , but when i go in "3rdparty" modules and try to access scribite admin i get redirected to "mybookfacescribite" site...
any help?
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
scribite 3.0 zikula 1.1
-
- Rank: Softmore
- Registered: Mar 10, 2005
- Last visit: Mar 18, 2010
- Posts: 288
-
- Rank: Softmore
- Registered: Mar 10, 2005
- Last visit: Mar 18, 2010
- Posts: 288
Quote
That's not a scribite! behaviour ... please check the scribite! folder against the the official files from Cozi.
you ar right..this happens only with BlankTheme. themes ,which comes with distro work fine -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Same setup as the user above.
When I attempt to enable the full toolbar on NicEdit I get the following error:
Code
Page not found
We're sorry. The page you requested, /index.php?module=scribite&type=admin&func=updateniceditor, doesn't exist on "Sitename".
Search
You can also search this site to find what you are looking for.
Additional technical information
* In scribite module, updateniceditor function returned. -
- Rank: Developer
- Registered: Aug 05, 2003
- Last visit: May 06, 2010
- Posts: 187
shoshia
Quote
That's not a scribite! behaviour ... please check the scribite! folder against the the official files from Cozi.
you ar right..this happens only with BlankTheme. themes ,which comes with distro work fine
Please report a bug at http://code.zikula.org/blanktheme
--
| scribite! | TNGz | piwik | zweet | -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
It's there but still getting the error. I have re-uploaded several times to be sure.
Any suggestions?
Code
function scribite_admin_updatenicedit($args)
{
// Security check
if (!SecurityUtil::checkPermission( 'scribite::', '::', ACCESS_ADMIN)) {
return LogUtil::registerPermissionError();
}
// get passed args
$nicedit_fullpanel = FormUtil::getPassedValue('nicedit_fullpanel', 0, 'REQUEST');
if (!SecurityUtil::confirmAuthKey()) {
LogUtil::registerStatus (_BADAUTHKEY);
pnRedirect(pnModURL('scribite', 'admin', 'main'));
return true;
}
if (!pnModSetVar('scribite', 'nicedit_fullpanel', $nicedit_fullpanel)) {
LogUtil::registerStatus (_EDITORNOCONFCHANGE);
return false;
}
// the module configuration has been updated successfuly
LogUtil::registerStatus (_CONFIGUPDATED);
return pnRedirect(pnModURL('scribite', 'admin', 'modifynicedit'));
} -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
So I circumvented the admin page by changing the value in module_vars table and it doesn't seem to add any functionality at all. Is this working as intended?
Also, I submitted this to the project: http://code.zikula.org/scribite/ticket/39
Thanks for your responses! -
- Rank: Developer
- Registered: Aug 05, 2003
- Last visit: May 06, 2010
- Posts: 187
ok, problem fixed ... the template has somehow generated a link to func updatenicedit''or'' but pnadmin.php uses func updatenicedit ....
You can temporally change the pnmodurl line in /pntemplates/scribite_admin_modifynicedit.htm to use the existing function.
will be committed in the next few days to SVN (with some other nicedit related stuff ;) )
edited by: hilope, Jan 30, 2009 - 09:38 AM
--
| scribite! | TNGz | piwik | zweet | -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Quote
So I circumvented the admin page by changing the value in module_vars table and it doesn't seem to add any functionality at all. Is this working as intended?
What does the added functionality actually add?
I don't see any additional tools when Do go to full...
Thanks for your time BTW..
- Moderated by:
- Support
