• Resolved anonymized-14293447

    (@anonymized-14293447)


    Hello, I know my theme may be conclictinng with Memphis, but to the extent of not being able to upload any file? I get this error: Memphis Error: An Error has occured. What can it be related to?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author bhaldie

    (@bhaldie)

    does the file still upload?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    no upload from the backend and the folder results empty, so it’s not just an error message but it really doesn’t pull the file

    Plugin Author bhaldie

    (@bhaldie)

    give me the exact file name including accents and extension.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I’m trying these for instance:
    Manuel Basso – Avviamento al paracadutismo sportivo.pdf
    F. Dragoni – Materiali compositi impiego aeronautico.pdf

    Plugin Author bhaldie

    (@bhaldie)

    Open the file docs-functions.php and change line 245 from this:

    
    $upload['error'] = __('An Error has occured.','memphis-documents-library');
    

    to this:

    
    $upload['error'] = mdocs_file_upload_errors($file['error']);
    

    Tell me if the error message changes.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I initially got a file sze error: Memphis Error: The uploaded file exceeds the upload_max_filesize directive in php.ini
    Then I uploaded just an image, but it’s not visible in backend or frontend either. The image is in the server folder, but also a copy 150×150 of it, which shouldn’t happen.
    Moreover, on the frontpage, as soon as I click on one folder and page reloads, then all links aren’t active.
    Bugs, but I know you’re on it….

    • This reply was modified 9 years, 6 months ago by anonymized-14293447.
    • This reply was modified 9 years, 6 months ago by anonymized-14293447.
    Plugin Author bhaldie

    (@bhaldie)

    The creation of thumbnails is normal if you want to disable the functionality follow the steps in this link:

    http://www.wpbeginner.com/wp-tutorials/how-to-prevent-wordpress-from-generating-image-sizes/

    As for your second issue, could you make a screencast of the problem so I can better understand it.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I start believing my theme is doing really too much trouble. That second issue seems now gone, but I’m still not able to upload files. Moreover, my widget shows a file that is not even on the server.
    I guess I’ll wait for some more updates and fix my theme…. having too much troubles and maybe we are trying to solve bugs which are not in Memphis at all 🙂

    Plugin Author bhaldie

    (@bhaldie)

    Yes, it might be a good idea to finish working on the theme and then try loading mdocs onto your system. I will keep looking into things as well 🙂

    Hello

    Sorry to jump in.

    Similar problem has been occurring for me as well.
    People told me their JPG file won’t upload.
    After uploading a jpg file and clicking submit, there would be no result.
    But after testing it out on my own, it seems to work just fine.

    It doesn’t give me any error. It just gives me a warning about it being created. But the warning case seems to be normal for any upload submission.

    I thought it happened for that one person at first, but i’ve been told a few are having this problem as well.

    Any idea?

    • This reply was modified 9 years, 6 months ago by kimalex415.
    Plugin Author bhaldie

    (@bhaldie)

    it maybe a browser issue, do you know what browser and os they are using?

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

The topic ‘not able to upload any file: “An Error has occured.”’ is closed to new replies.