Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#1734 closed defect (invalid)
Incompatible protocol version (mythweb=26, backend=29) . SVN-Version 9788
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | 0.19 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mythweb and mythbackend seem to use different protocols. this appeared as I switched to SVN-versions beginning with rev. nr. 9744. mythtv and mythplugins are the same SVN-version nummer.
attached is the output of mythweb, when trying to access.
mythweb is directly copied out of the mythplugins directory to /usr/local. php_sessions, data and .htaccess are generated with the appropriate permissions.
mythbackend is self-compiled and installed in /usr/local/stow/mythtv and afterwards stowed to /usr/local. frontend and backend are working together without any problems.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | mythweb_out.txt added |
---|
comment:1 Changed 15 years ago by
Component: | mythtv → mythweb |
---|---|
Owner: | changed from Isaac Richards to xris |
Version: | → 0.19 |
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
from mythplugins r9797:
includes/mythbackend.php: define('MYTH_PROTO_VERSION', 29);
Me thinks you forgot to do "svn up" in your mythplugins folder..... either that or your apache config is not pointing where you think it is.
Col.
comment:3 Changed 15 years ago by
hi
I did a "svn update" and it showed me the new revision 9797 but when I had a look at includes/mythbackend.php I still got define('MYTH_PROTO_VERSION', 26); I removed the whole mythplugins folder and did a new svn for the directory and it worked.
It seems to be a svn bug thou ;o)
thx, for fast help I'd never recognized that line in includes/mythbackend.php
cheers
output of mythweb