Wiki Issues

5 messages Options
Embed this post
Permalink
Lawry, Joe

Wiki Issues

Reply Threaded More More options
Print post
Permalink
All,

I'm new to XWiki so go easy on me! I'm having two issues with my wiki. My first issue is with the Log-In link on the Main page above the Registration link. For some reason, it prompts visitors for the credentials to access my server instead of directing them to the log-in page. Is there any way I can modify the Main page's source so that I can point this link to the log-in page instead?

Also, I'm having difficulty using the calendar application. When I navigate to it the following lines of code appear:

$cparams.put("categories", $rqcategories)

$cview.getHTMLCalendar($cparams, "")
I read somewhere that this happens when the calendar plug-in isn't enabled. I tried enabling it by modifying xwiki.cfg but the calendar still won't appear. Is there something I've overlooked? I didn't find very much documentation on the subject but would be more than happy to contribute it once I get this issue resolved. I'm somewhat of a documentation nut. ^_^

Any help would be greatly appreciated.

Respectfully,
Joe Lawry
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
vmassol

Re: Wiki Issues

Reply Threaded More More options
Print post
Permalink
Hi Joe,

On Jun 30, 2009, at 8:28 PM, Lawry, Joe wrote:

> All,
>
> I'm new to XWiki so go easy on me! I'm having two issues with my  
> wiki. My first issue is with the Log-In link on the Main page above  
> the Registration link. For some reason, it prompts visitors for the  
> credentials to access my server instead of directing them to the log-
> in page.

errr..... it goes to the login page for me. That's strange. When you  
say it prompts visitors for credentials what do you mean? could it be  
that your web server has some sort of authentication set up?

> Is there any way I can modify the Main page's source so that I can  
> point this link to the log-in page instead?
>
> Also, I'm having difficulty using the calendar application. When I  
> navigate to it the following lines of code appear:
>
> $cparams.put("categories", $rqcategories)
>
> $cview.getHTMLCalendar($cparams, "")
> I read somewhere that this happens when the calendar plug-in isn't  
> enabled. I tried enabling it by modifying xwiki.cfg but the calendar  
> still won't appear. Is there something I've overlooked? I didn't  
> find very much documentation on the subject but would be more than  
> happy to contribute it once I get this issue resolved. I'm somewhat  
> of a documentation nut. ^_^

I've found this indeed:
http://markmail.org/thread/2baqin35ptcfcroi

Can you show how how you've modified your xwiki.cfg file?

Thanks
-Vincent

_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Lawry, Joe

Re: Wiki Issues

Reply Threaded More More options
Print post
Permalink
Vincent,

Thanks for the quick response!

After I click on the link, a pop-up window titled "Authentication" appears prompting me for the username and password to the space that my wiki is located on (http://www.invotechinnovations.com). In the event that my server's authentication is causing this to happen, is there any way I can remove the link? I don't have control over the server's configuration and as an initial solution to the problem I just added a link to the body of our Main page.

As for the calendar, the line that I added to my xwiki.cfg file was: com.xpn.xwiki.plugin.calendar.CalendarPlugin. Is that correct? The plug-in that I downloaded was version 1.0.

Respectfully,
Joe Lawry

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Vincent Massol
Sent: Tuesday, June 30, 2009 3:00 PM
To: XWiki Developers
Subject: Re: [xwiki-devs] Wiki Issues

Hi Joe,

On Jun 30, 2009, at 8:28 PM, Lawry, Joe wrote:

> All,
>
> I'm new to XWiki so go easy on me! I'm having two issues with my  
> wiki. My first issue is with the Log-In link on the Main page above  
> the Registration link. For some reason, it prompts visitors for the  
> credentials to access my server instead of directing them to the log-
> in page.

errr..... it goes to the login page for me. That's strange. When you  
say it prompts visitors for credentials what do you mean? could it be  
that your web server has some sort of authentication set up?

> Is there any way I can modify the Main page's source so that I can  
> point this link to the log-in page instead?
>
> Also, I'm having difficulty using the calendar application. When I  
> navigate to it the following lines of code appear:
>
> $cparams.put("categories", $rqcategories)
>
> $cview.getHTMLCalendar($cparams, "")
> I read somewhere that this happens when the calendar plug-in isn't  
> enabled. I tried enabling it by modifying xwiki.cfg but the calendar  
> still won't appear. Is there something I've overlooked? I didn't  
> find very much documentation on the subject but would be more than  
> happy to contribute it once I get this issue resolved. I'm somewhat  
> of a documentation nut. ^_^

I've found this indeed:
http://markmail.org/thread/2baqin35ptcfcroi

Can you show how how you've modified your xwiki.cfg file?

Thanks
-Vincent

_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
vmassol

Re: Wiki Issues

Reply Threaded More More options
Print post
Permalink

On Jun 30, 2009, at 9:31 PM, Lawry, Joe wrote:

> Vincent,
>
> Thanks for the quick response!
>
> After I click on the link, a pop-up window titled "Authentication"  
> appears prompting me for the username and password to the space that  
> my wiki is located on (http://www.invotechinnovations.com). In the  
> event that my server's authentication is causing this to happen, is  
> there any way I can remove the link? I don't have control over the  
> server's configuration and as an initial solution to the problem I  
> just added a link to the body of our Main page.

Well all requests go through your web server so if your web server is  
configured to protect pages there isn't much xwiki can do. Unless  
there's something I don't understand.

> As for the calendar, the line that I added to my xwiki.cfg file was:  
> com.xpn.xwiki.plugin.calendar.CalendarPlugin. Is that correct? The  
> plug-in that I downloaded was version 1.0.

Can you show us exactly your full xwiki.cfg section where plugins are  
defined? It's possible you've missed a \ character for ex.

Thanks
-Vincent

>
> Respectfully,
> Joe Lawry
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On  
> Behalf Of Vincent Massol
> Sent: Tuesday, June 30, 2009 3:00 PM
> To: XWiki Developers
> Subject: Re: [xwiki-devs] Wiki Issues
>
> Hi Joe,
>
> On Jun 30, 2009, at 8:28 PM, Lawry, Joe wrote:
>
>> All,
>>
>> I'm new to XWiki so go easy on me! I'm having two issues with my
>> wiki. My first issue is with the Log-In link on the Main page above
>> the Registration link. For some reason, it prompts visitors for the
>> credentials to access my server instead of directing them to the log-
>> in page.
>
> errr..... it goes to the login page for me. That's strange. When you
> say it prompts visitors for credentials what do you mean? could it be
> that your web server has some sort of authentication set up?
>
>> Is there any way I can modify the Main page's source so that I can
>> point this link to the log-in page instead?
>>
>> Also, I'm having difficulty using the calendar application. When I
>> navigate to it the following lines of code appear:
>>
>> $cparams.put("categories", $rqcategories)
>>
>> $cview.getHTMLCalendar($cparams, "")
>> I read somewhere that this happens when the calendar plug-in isn't
>> enabled. I tried enabling it by modifying xwiki.cfg but the calendar
>> still won't appear. Is there something I've overlooked? I didn't
>> find very much documentation on the subject but would be more than
>> happy to contribute it once I get this issue resolved. I'm somewhat
>> of a documentation nut. ^_^
>
> I've found this indeed:
> http://markmail.org/thread/2baqin35ptcfcroi
>
> Can you show how how you've modified your xwiki.cfg file?
>
> Thanks
> -Vincent

_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
Lawry, Joe

Re: Wiki Issues

Reply Threaded More More options
Print post
Permalink
Vincent,

Is there any way I can modify the Main page's source so that the link points elsewhere? If not, could I modify the source so that the link is removed altogether? I would much rather take it off then leave it broken.

The plug-in section of my configuration file looks like this:

#-# List of active plugins.
xwiki.plugins=\
        com.xpn.xwiki.monitor.api.MonitorPlugin,\
        com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
        com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin,\
        com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
        com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin,\
  com.xpn.xwiki.plugin.feed.FeedPlugin,\
    com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
    com.xpn.xwiki.plugin.google.GooglePlugin,\
    com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
    com.xpn.xwiki.plugin.mail.MailPlugin,\
    com.xpn.xwiki.plugin.packaging.PackagePlugin,\
    com.xpn.xwiki.plugin.query.QueryPlugin,\
  com.xpn.xwiki.plugin.svg.SVGPlugin,\
  com.xpn.xwiki.plugin.charts.ChartingPlugin,\
  com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
    com.xpn.xwiki.plugin.image.ImagePlugin,\
    com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
    com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
      com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
      com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
      com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
    com.xpn.xwiki.plugin.lucene.LucenePlugin,\
    com.xpn.xwiki.plugin.diff.DiffPlugin,\
    com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
      com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
    com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
    com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
    com.xpn.xwiki.plugin.watchlist.WatchListPlugin,\
    com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin,\
    com.xpn.xwiki.plugin.tag.TagPlugin,\
        com.xpn.xwiki.plugin.calendar.CalendarPlugin

Thanks again!

Respectfully,
Joe Lawry

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Vincent Massol
Sent: Tuesday, June 30, 2009 4:47 PM
To: XWiki Developers
Subject: Re: [xwiki-devs] Wiki Issues


On Jun 30, 2009, at 9:31 PM, Lawry, Joe wrote:

> Vincent,
>
> Thanks for the quick response!
>
> After I click on the link, a pop-up window titled "Authentication"  
> appears prompting me for the username and password to the space that  
> my wiki is located on (http://www.invotechinnovations.com). In the  
> event that my server's authentication is causing this to happen, is  
> there any way I can remove the link? I don't have control over the  
> server's configuration and as an initial solution to the problem I  
> just added a link to the body of our Main page.

Well all requests go through your web server so if your web server is  
configured to protect pages there isn't much xwiki can do. Unless  
there's something I don't understand.

> As for the calendar, the line that I added to my xwiki.cfg file was:  
> com.xpn.xwiki.plugin.calendar.CalendarPlugin. Is that correct? The  
> plug-in that I downloaded was version 1.0.

Can you show us exactly your full xwiki.cfg section where plugins are  
defined? It's possible you've missed a \ character for ex.

Thanks
-Vincent

>
> Respectfully,
> Joe Lawry
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On  
> Behalf Of Vincent Massol
> Sent: Tuesday, June 30, 2009 3:00 PM
> To: XWiki Developers
> Subject: Re: [xwiki-devs] Wiki Issues
>
> Hi Joe,
>
> On Jun 30, 2009, at 8:28 PM, Lawry, Joe wrote:
>
>> All,
>>
>> I'm new to XWiki so go easy on me! I'm having two issues with my
>> wiki. My first issue is with the Log-In link on the Main page above
>> the Registration link. For some reason, it prompts visitors for the
>> credentials to access my server instead of directing them to the log-
>> in page.
>
> errr..... it goes to the login page for me. That's strange. When you
> say it prompts visitors for credentials what do you mean? could it be
> that your web server has some sort of authentication set up?
>
>> Is there any way I can modify the Main page's source so that I can
>> point this link to the log-in page instead?
>>
>> Also, I'm having difficulty using the calendar application. When I
>> navigate to it the following lines of code appear:
>>
>> $cparams.put("categories", $rqcategories)
>>
>> $cview.getHTMLCalendar($cparams, "")
>> I read somewhere that this happens when the calendar plug-in isn't
>> enabled. I tried enabling it by modifying xwiki.cfg but the calendar
>> still won't appear. Is there something I've overlooked? I didn't
>> find very much documentation on the subject but would be more than
>> happy to contribute it once I get this issue resolved. I'm somewhat
>> of a documentation nut. ^_^
>
> I've found this indeed:
> http://markmail.org/thread/2baqin35ptcfcroi
>
> Can you show how how you've modified your xwiki.cfg file?
>
> Thanks
> -Vincent

_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
[hidden email]
http://lists.xwiki.org/mailman/listinfo/devs