Hello!
i am using nextcloud 24.0.0
I’ve installed cadviewer 9.17.2 via the apps section.
Uploaded the dwg file but i cannot find how to view it. I can only download it from my nextcloud.
Can you help me ?
Thanks
Doctor shows red icon whatever it means…
“Permission 777 for the “ax2023_L64_xx_yy_zz” executable”
but the situation is
ls -l | grep ax2023_L64_23_12_120
-rw-r----- 1 www-data www-data 95025544 Nov 21 11:52 ax2023_L64_23_12_120
P.S. I fixed it with chmod 777. Why do i need to do it manually…
did a2enmod rewrite
it become better - with
RewriteCond %{REQUEST_FILENAME} !/apps/cadviewer/converter/php/.
RewriteRule . index.php [PT,E=PATH_INFO:$1]
i got “The user experience is that the canvas is white and the “loading…” modal will keep appearing on the screen when attempting to load a file.” and “details” of dwg and other files shows “Error while loading the file data”. No records at logs i found useful. What can i do anymore ? I do all at the GitHub - CADViewer/NextCloud: CAD viewing, markup and collaboration on NextCloud for AutoCAD, MicroStation and advanced raster graphics. - it doesn’t help.
did you check if the path for apps is the correct ?
Mine was custom_apps so I had to write:
RewriteCond %{REQUEST_FILENAME} !/custom_apps/cadviewer/converter/php/.
anyway, it didn’t resolve anything but maybe it will work for you