On Wednesday, February 15, 2017 at 9:57:31 AM UTC-8, Paulo Vitor Chornobay 
wrote:
>
> conf-enabled/trac.conf
>
> <Location /trac>
>   SetHandler mod_python
>    PythonInterpreter main_interpreter
>    PythonHandler trac.web.modpython_frontend
>    PythonOption PYTHON_EGG_CACHE /tmp/python_egg_cache
>    PythonOption TracEnvParentDir /servicos/trac/repositorios
>   AuthType Basic
>   AuthName "Makito"
>   AuthUserFile /servicos/svn/dav_svn.passwd
>   Require valid-user
> </Location>
>
> sites-enabled/000-default.conf
>
>
> <VirtualHost *:80>
>         # The ServerName directive sets the request scheme, hostname and 
> port that
>         # the server uses to identify itself. This is used when creating
>         # redirection URLs. In the context of virtual hosts, the ServerName
>         # specifies what hostname must appear in the request's Host: 
> header to
>         # match this virtual host. For the default virtual host (this 
> file) this
>         # value is not decisive as it is used as a last resort host 
> regardless.
>         # However, you must set it for any further virtual host explicitly.
>         #ServerName www.example.com
>
>         ServerAdmin webmaster@localhost
>         DocumentRoot /var/www/html
>
>         # Available loglevels: trace8, ..., trace1, debug, info, notice, 
> warn,
>         # error, crit, alert, emerg.
>         # It is also possible to configure the loglevel for particular
>         # modules, e.g.
>         #LogLevel info ssl:warn
>
>         ErrorLog ${APACHE_LOG_DIR}/error.log
>         CustomLog ${APACHE_LOG_DIR}/access.log combined
>
>         # For most configuration files from conf-available/, which are
>         # enabled or disabled at a global level, it is possible to
>         # include a line for only one particular virtual host. For example 
> the
>         # following line enables the CGI configuration for this host only
>         # after it has been globally disabled with "a2disconf".
>         #Include conf-available/serve-cgi-bin.conf
> </VirtualHost>
>
> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
>
> Meu trac está em /servicos/trac/repositorios/tarefas4 no linux.
>

Looks like you haven't mapped static resources in your web server config so 
we don't need to worry about that. If you had that configuration, it would 
look like:
https://trac.edgewall.org/wiki/TracInstall#MappingStaticResources

Make sure to do a hard refresh of the browser because cached resources need 
to be cleared from your browser cache after upgrading Trac. If that doesn't 
fix the issue, you may have a legitimate bug in TracWysiwygPlugin. Make 
sure you have the latest version installed 
from: https://trac-hacks.org/wiki/TracWysiwygPlugin.

Are there any errors in the browser console when the behavior is seen?
https://developer.mozilla.org/en-US/docs/Tools/Browser_Console

If none of that fixes the issue I'll install and try to reproduce the 
behavior.

- 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to