This usually happens when the storage/formatter directly cannot be written into by Flarum/the web user.

how to solve this? please help I am newbie

i have removed s9e

composer remove s9e/flarum-ext-mediaembed
s9e/flarum-ext-mediaembed is not required in your composer.json and has not been removed
Package "s9e/flarum-ext-mediaembed" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files

should i runcomposer update --prefer-dist --no-dev -a --with-all-dependencies ?

Removing an extension won't help. What are the permissions for the storage directory? ls -la storage/

where can i find 'ls -la storage/'

the whole storage folder has 755 permission

    Hari that is a command you can run on linux operating systems to see permissions. Just 755 won't do, I'd need to see the user involved..

    • Hari replied to this.

      luceos

      total 72
      drwxrwxr-x 10 r www-data 4096 Mar 4 09:41 .
      drwxrwxr-x 6 y www-data 4096 May 23 18:55 ..
      drwxrwxr-x 3 r www-data 4096 Apr 1 03:13 cache
      drwxrwxr-x 2 r www-data 4096 May 29 08:24 formatter
      drwxrwxr-x 2 r www-data 20480 May 13 06:48 less
      drwxrwxr-x 2 r www-data 4096 May 29 08:41 locale
      drwxrwxr-x 2 r www-data 4096 May 29 08:24 logs
      drwxrwxr-x 2 r www-data 16384 May 29 08:23 sessions
      drwxrwxr-x 2 r www-data 4096 May 29 08:41 tmp
      drwxrwxr-x 2 r www-data 4096 May 12 01:33 views

        Hari try running sudo -u www-data php flarum cache:clear and report back whether that solves it.

        [m]:ask$ sudo -u www-data php flarum cache:clear
        [sudo] password for m:
        Sorry, try again.
        m is not in the sudoers file. This incident will be reported.

        installation is in subfolder

          Hari okay

          php flarum cache:clear
          php flarum info

          Can you also explain your hosting environment?

          Cloudways :

          [r]:ask$ php flarum cache:clear
          Clearing the cache...
          [r]:ask$ php flarum info
          Flarum core 0.1.0-beta.13
          PHP version: 7.2.31-1+020200514.41+debian81.gbpe2a56b
          Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, Reflection, SPL, sodium, session, standard, mysqlnd, PDO, xml, apcu, bcmath, bz2, calen
          dar, ctype, curl, dba, dom, enchant, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, imap, interbase, intl, json, exif, mongodb, msgpack, mysqli, o
          dbc, pdo_dblib, PDO_Firebird, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, apc, posix, readline, recode, shmop, SimpleXML, soap, sockets, sqlite3, sysvmsg, sysvse
          m, sysvshm, tidy, tokenizer, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, Phar, memcached, ionCube Loader, Zend OPcache
          +----------------------+----------------+--------+
          | Flarum Extensions | | |
          +----------------------+----------------+--------+
          | ID | Version | Commit |
          +----------------------+----------------+--------+
          | flarum-approval | v0.1.0-beta.13 | |
          | flarum-bbcode | v0.1.0-beta.12 | |
          | flarum-emoji | v0.1.0-beta.13 | |
          | flarum-lang-english | v0.1.0-beta.13 | |
          | flarum-flags | v0.1.0-beta.13 | |
          | flarum-likes | v0.1.0-beta.13 | |
          | flarum-lock | v0.1.0-beta.13 | |
          | flarum-markdown | v0.1.0-beta.13 | |
          | flarum-mentions | v0.1.0-beta.13 | |
          | flarum-statistics | v0.1.0-beta.13 | |
          | flarum-sticky | v0.1.0-beta.13 | |
          | flarum-subscriptions | v0.1.0-beta.13 | |
          | flarum-suspend | v0.1.0-beta.13 | |
          | flarum-tags | v0.1.0-beta.13 | |
          | flarum-auth-facebook | v0.1.0-beta.13 | |
          +----------------------+----------------+--------+
          Base URL: https://www.website.com/ask
          Installation path: /home/k/public_html/ask
          Debug mode: off

            I think opcache needs to be cleared. Try;

            php -r "opcache_reset();"

            admin dashboard is working

              Hari then this might be browser cache, try flushing your browser cache too.

              yes i have cleared

              php -r "opcache_reset();" and also cleared browser cache

              tried in private window too