[Trac] Re: BlueFlatTheme menu not working on Safari for iOS

2018-02-12 Thread RjOllos


On Monday, February 12, 2018 at 3:15:45 PM UTC-5, Matthew wrote:
>
> Anyone have any ideas on how to get the main menu for 
> https://trac-hacks.org/wiki/BlueFlatTheme to work on Safari, specifically 
> on iOS? It doesn't work in Safari on my iPhone, Safari in Responsive 
> Developer mode, or in the iOS simulator.
>
> It works fine on Chrome on Android and desktop.
>

This issue looks similar to what you are reporting, and has a proposed fix:
https://trac-hacks.org/ticket/13176

If that happens to be the right fix and you can confirm it, I can commit 
the change.

- Ryan
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] BlueFlatTheme menu not working on Safari for iOS

2018-02-12 Thread Matthew
Anyone have any ideas on how to get the main menu for 
https://trac-hacks.org/wiki/BlueFlatTheme to work on Safari, specifically 
on iOS? It doesn't work in Safari on my iPhone, Safari in Responsive 
Developer mode, or in the iOS simulator.

It works fine on Chrome on Android and desktop.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: Puzzling trac permissions error

2018-02-12 Thread RjOllos


On Friday, February 9, 2018 at 11:49:12 PM UTC-5, Niles Oien wrote:
>
>
>
> I just changed ownership on /var/www to apache:apache - it was root:root. 
> It made no difference.
>
> I set up a URL that shows it not being able to write to the database :
> http://netdrms02.nispdc.nso.edu/Niles
>
> And another one with logging enabled that shows it not being able to write 
> the trac log :
> http://netdrms02.nispdc.nso.edu/NilesLog
>
> Which, given that I can do both those things when I su -m to apache, is 
> just weird. And without a log, I can't really proceed - I have no idea 
> what's going on. Any help appreciated.
>
> Thanks,
>
> Niles.
>

Following the suggested debug steps with strace or as Dan suggested is the 
best way to go.

You could also run and report to us the following: 
$ find /path/to/trac/env  -exec ls -l {} \;

I would stop Apache and try running with tracd (Trac Standalone) under user 
Apache, to see if you get any of the same errors.

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.