Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Martin, good call. Process was a little different as this was on Fatcow, but the guidance was helpful. For anyone on Fatcow:

      Login to your Control Panel.
      Go to CGI and Scripted Language Support.
      Click PHP Scripting.
      Your php.ini file is displayed in a text box at the bottom. Click Edit if you cannot edit the php.ini file text.
      Find the line:
      ;upload_tmp_dir =
      Update this line by removing leading semi and then put the path to the temp directory you created and set to 755 per Martin’s instructions above. You should have something of the format:
      upload_tmp_dir = /home/users/web/uniquestringforyou/uniquenameforyou/temp
      Click Save then try another upload

    Hey same here. Specifically preventing the upload of new media files.

    Added this line to wp-config.php:
    define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);

    Made sure wp-content\temp directory existed.
    Set temp directory permissions to 755 (also tried 777).

    No dice. This occurred once before following a WP upgrade a few months ago (Jan 2020ish), but in that case following the steps above worked – but not this time. Everything else appears to be functioning normally. Little help here.

    • This reply was modified 4 years, 11 months ago by jkintzele.

    This is an excellent plugin! A few things…

    – When do you expect to have a fix for Opera 10.5+ ready?

    – The [Translate] link only appears on the first three entries on my homepage. Is there a setting I can change to extend the number of stories with a translation link to the number present?

    – Would it be possible for you to extend the CSS file so that it has placeholder entries for all elements that can be styled? I would like to center the “[Translate]” link and style it as a button. Adding “text-align: center !important;” etc. in the obvious place doesn’t seem to work.

    Thread Starter jkintzele

    (@jkintzele)

    OK, here’s an update:

    I fixed the user count problem by the simple expedient of:

    1. Resetting the dafaults again.
    2. Deactivating the plugin.
    3. Visiting the user online page to confirm deactivation.
    4. Reactivating the plugin. (still not working at this point).
    5. Resetting all of the defaults again.

    Presto, it works.

    However, I am still receiving the error messages noted as issue 2, above. And I still have my question about styling the text of the module and the UserOnline page.

    John
    [email protected]
    https://www.kintzele.com

Viewing 4 replies - 1 through 4 (of 4 total)