Jump to content

Tucubanito07

Members
  • Posts

    389
  • Joined

  • Last visited

Everything posted by Tucubanito07

  1. Hey guys. I am trying to run this command "notification:generate "user:id John Doe" short-message "hola" and i keep getting "Too many arguments, expected arguments "command" "user-id" "short-message". Can someone help me figure out how is the command suppose to be. I dont understand the syntax "notification:generate [-l|--long-message LONG-MESSAGE [--] ]<user-id> <short-message>"
  2. You are amazing like always @saarg thank you. I figured that what it was doing but wanted to make sure.
  3. Thanks for asking that and I am going to piggy back on a couple of other questions. I was going to ask the same questions. Do we update the container and once that is done, update the Nextcloud ui the manual way on the first post of the thread? Would love to know the answer to yours and mine.
  4. Let me look at my Letsencrypt and config file and get back with you. I am no expert but maybe together we can figure this out. I currently at work. Once I am done I’ll try to send you my config files so you can mimic them n
  5. It could be. If they are both setup correctly. Check your dns up address. Make sure it updates. I had that same issue and once my dns récord up address updated it started to work.
  6. You have to place you subdomain where you see this “subdomain.*;” once you have save it and restart both containers. Letsencrypt and Nextcloud.
  7. Ok so the letsencrypt is setup correctly. Send me a screenshot of the Nextcloud.subdomain.conf please. Also the config for config.php.
  8. When you go to the website for Letsencrypt, where does it take you? Screenshot please.
  9. The folder that Nextcloud creates was different for me, so I created the same user on the Nextcloud and just transfer the data from the old one. It worked like a charm for me.
  10. I don’t know about the appdata. What I did was a fresh new install of Nextcloud and then I copied the users data from my back up to the new Nextcloud container and ran the scan all command and all of the user data showed up. Also, I would create the users first on the new Nextcloud and then copy over the old data to new Nextcloud.
  11. When you place it on the new Nextcloud, just run this command and it will update Nextcloud. sudo -u abc php7 /config/www/nextcloud/occ files:scan --all
  12. Oops. I forgot that. Trying to help you out on my phone. I am glad you got it to work.
  13. It is on the first post. here is the command. sudo -u abc php7 /config/www/nextcloud/occ scan --all
  14. Awesome thank you so much, that is all i need it to know. Is not a docker issue, is an issue with next cloud.
  15. Hey @alturismo every time i installed Nexcloud fresh i deleted the /appdata/nextcloud folder and also the MariaDB like that there is nothing on the folder. So i just uploaded all my photos from my phone on a fresh installed nextcloud and i get all of these errors. I dont know if they are critical or not but if is a fresh install, i should have any errors since i have not touch any files at all. Let me know what you think.
  16. Hey Guys, I just did a fresh installed of Nextcloud and i am getting these errors. Does anyone know what ti means or how can i fix them. When i did the installation i unchecked the Install applications like Mail, Contacts.
  17. I am trying to update nextcloud through the web after updating the container and i am getting this error. I dont have any data in nextcloud right now as i am making sure the fresh install is good before i place all the data back. @knex666 Do you happen to know what command i can use on this docker? Thanks in advance and hope everyone is staying safe.
  18. Hello guys, I got the Nextcloud container working. However, when I go to logging i have these two errors. Can someone help me fix them or figure them out? I also added the extra arguments stated in the first page in the forum. [index] Error: OCP\Files\NotPermittedException: Could not create folder at <<closure>> 0. /var/www/html/lib/private/Files/AppData/AppData.php line 158 OC\Files\Node\Folder->newFolder("0") 1. /var/www/html/apps/theming/lib/ImageManager.php line 158 OC\Files\AppData\AppData->newFolder("0") 2. /var/www/html/apps/theming/lib/ImageManager.php line 173 OCA\Theming\ImageManager->getCacheFolder() 3. /var/www/html/apps/theming/lib/Controller/IconController.php line 90 OCA\Theming\ImageManager->getCachedImage("icon-core-filetypes_video.svg") 4. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 170 OCA\Theming\Controller\IconController->getThemedIcon("core", "filetypes/video.svg") 5. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 99 OC\AppFramework\Http\Dispatcher->executeController(OCA\Theming\Controller\IconController {}, "getThemedIcon") 6. /var/www/html/lib/private/AppFramework/App.php line 125 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Theming\Controller\IconController {}, "getThemedIcon") 7. /var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php line 47 OC\AppFramework\App::main("OCA\\Theming\\C ... r", "getThemedIcon", OC\AppFramework\ ... {}, {app: "core",ima ... "}) 8. <<closure>> OC\AppFramework\Routing\RouteActionHandler->__invoke({app: "core",ima ... "}) 9. /var/www/html/lib/private/Route/Router.php line 299 call_user_func(OC\AppFramework\ ... {}, {app: "core",ima ... "}) 10. /var/www/html/lib/base.php line 1008 OC\Route\Router->match("/apps/theming/i ... g") 11. /var/www/html/index.php line 38 OC::handleRequest() GET /apps/theming/img/core/filetypes/video.svg?v=0 from 10.10.7.20 by Tucubanito07 at 2020-03-24T01:18:48+00:00 Here is the other error. Error: Cannot declare class OCA\Talk\Migration\Version2000Date20170707093535, because the name is already in use at /var/www/html/custom_apps/spreed/lib/Migration/Version2000Date20170707093535.php#127 POST /settings/apps/enable from 10.10.7.20 by Tucubanito07 at 2020-03-24T01:18:39+00:00
  19. Don’t feel bad. I have done the same thing lol.
  20. That is awesome. Your config file look different and that probably the reason why they were different. Well I am glad it’s working for you.
  21. Ok so this is how my fresh install looks like. I see a couple of different stuff in there not correctly, however, i am not an expert on this. Compare my config and yours and try to mimmick it. Obviously i place wording to explain what goes there. The Cron.php i would say it permission. I also see that you pick SQlite. I dont know how that would work. I always use MariaDB. <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'This would be the Instance ID Nexcloud chooses', 'passwordsalt' => 'These Password are given by Nextcloud instance', 'secret' => 'These Password are given by Nextcloud instance', 'trusted_domains' => array ( 0 => '10.10.7.4:444', 1 => 'Address of the URL of your DNS if you are using Letsencrypt to see your Nexcloud Instance from Outside the network' ), 'dbtype' => 'mysql', 'version' => '18.0.2.2', 'overwrite.cli.url' => 'Address of the URL of your DNS if you are using Letsencrypt to see your Nexcloud Instance from Outside the network', 'overwritehost' => 'Address of the URL of your DNS if you are using Letsencrypt to see your Nexcloud Instance from Outside the network', 'overwriteprotocol' => 'https', 'dbname' => 'Database Name', 'dbhost' => 'IP Address of the Database:Port number', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'Database User You pick when setting up the database', 'dbpassword' => 'Your Password Obviously', 'installed' => true, );
×
×
  • Create New...