Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/870e4c55a2d0001ea38e86ab8e46aeb2a1247275 You should set ROOT_URL correctly, otherwise the web may not work correctly.

changed the extension of the file sent on planete sankore. Now ubw is used

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 0fc140a31a
commit 870e4c55a2
  1. 2
      src/adaptors/publishing/UBDocumentPublisher.cpp

@ -140,7 +140,7 @@ void UBDocumentPublisher::buildUbwFile()
UBFileSystemUtils::deleteDir(mPublishingDocument->persistencePath() + "/" + UBPersistenceManager::videoDirectory);
UBFileSystemUtils::deleteDir(mPublishingDocument->persistencePath() + "/" + UBPersistenceManager::audioDirectory);
mTmpZipFile = UBFileSystemUtils::defaultTempDirPath() + "/" + UBStringUtils::toCanonicalUuid(QUuid::createUuid()) + ".zip";
mTmpZipFile = UBFileSystemUtils::defaultTempDirPath() + "/" + UBStringUtils::toCanonicalUuid(QUuid::createUuid()) + ".ubw~";
QuaZip zip(mTmpZipFile);
zip.setFileNameCodec("UTF-8");

Loading…
Cancel
Save