Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] Error message: "undefined method `url' for nil:NilClass"

Hi Christian,
In app/controllers/pages_controller.rb at line 7 there is some hard coded problem there
rel_path = params[:url].sub("http://#{s3}/#{s4}/#{s5}/", '').split('?')[0] # url sometimes contains a parameter!
If you replace http with https i think it will fix that problem, not sure. I create bugzilla for this https://bugs.eclipse.org/bugs/show_bug.cgi?id=338919
Best Regards,
Onno


On Fri, Mar 4, 2011 at 11:48 AM, Schach, Christian <Christian.Schach@xxxxxxxxxxxxxxx> wrote:
Hi Onno,
 
I just tried the fixtures yesterday but before I recreated the wiki I did the normale installation process with one central admin.
 
During the last hours I got a new idea what can produce the problem and did some testing. I found out, that everything works fine when I don't call the wiki through SSL. It seems that opening the complete wiki through https caused the problem. Do you have an idea why? The certificate is self-signed maybe thats why my browser won't call the Ajax proberly but I am not sure.
 
I can open the wiki without SSL in the future but I'd like to use it at least for the user-registration/login. Do you have an hint for me which file I need to modify for that?
 
Thanks for your help!
 
Christian

_______________________________________________
epf-dev mailing list
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top