Search results

  1. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    Also ensure your .htaccess file has this: RewriteBase /gggg/ Otherwise it'll point all file links to the root.
  2. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    It's your config file. You need to set this on the 2nd define: define("_CONFIG_SITE_FULL_URL", _CONFIG_SITE_HOST_URL."/gggg");
  3. adam

    Blank white screen

    What's in your server error logs? If you use cPanel you can normally find these when you login to the control panel.
  4. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    There's been some issues around the new database layer with certain hosts, it relates to PDO availability somehow. Before you try anything, try removing the local php.ini files as I've heard a few reports of these somehow unconfiguring PDO. If that doesn't help, try reverting to the old DB...
  5. adam

    Upgrade from 3.02 to 3.3 hot swap.

    and backup before-hand :)
  6. adam

    Problem BDD

    When do you see the error? If you look in your database at the 'stats' table, does 'img_search' have a default value of 0. (if not can you ensure it does)
  7. adam

    Mobile browser won't download file

    What version of the script are you on? Does it fail in any other browsers on mobile? Does it fail on our demo site for Opera?
  8. adam

    File Hosting Script (v3.2) - Minor release. Moved PayPal to

    MFScripts - Moved PayPal gateway to plugin architecture so it can be disabled if needed. - Minor change to wrap long file names within 'your files'. - Changes to allow for FTP Upload Plugin. New Plugins: (see yetishare.com for pricing) - FTP Upload Plugin
  9. adam

    S3BackupWHM Script (v1.2) - Restore script, follow symlinks,

    MFScripts - Option to follow symlinks. - Option to set backup retention to none, last 3, or last 7 days of the week. - Option to pass --showlog to s3backup.sh script to view output when manually running it. - Better support for larger files using optional 'put' method. - Added s3restore.sh...
  10. adam

    Short Url Script (v3.0) - New Admin Area, New Theme, Mobile

    MFScripts - Complete admin area rewrite. - Brand new replacement theme set for the front-end. - Responsive layout. Website resizes for use on mobile and tablet devices. - Support for creating multiple short urls at the same time. - Added plugin architecture for script add-ons. - Your Urls page...
  11. adam

    Short Url Script (v3.1) - Multiple Short Url Domains, Folder

    MFScripts - New functionality to allow for additional short url domains to be added. - Set short url domains to be available to everyone or registered users. - Added folder management. Allocate urls to folders on the main screen, if you're logged in. - Option to disable main script url for...
  12. adam

    File Hosting Script (v3.3) - Direct Upload/Download File Ser

    MFScripts - Support for direct uploads and downloads to external file servers using the file uploader. - Support for url uploads direct to external file servers. - Migrated from old mysql_query functions to PDO in database layer. - Moved to database based sessions to allow for cross server...
  13. adam

    version 3.3 technical & new features questions

    Hi Jan, Thanks for your comments. :) In response to your questions: 0) No plans for 3.3.1 at the moment. 1) The upgrade notes are in install/manual/upgrade.en.html. Open this in a browser to see it correctly formatted. There's no auto-upgrader at the moment so you need to apply the sql...
  14. adam

    YetiShare - Plugin Updates

    Hi all, We've just released updates to some of the plugins we offer with Yetishare, along with a newly released plugin: Image Viewer Plugin: Change to display preview thumb on scroll down upload result. Added embed code to upload result. Removed link to info page on upload result. Added...
  15. adam

    Blank White Page after install

    Thanks for the feedback. I'll look at renaming the local php.ini files in the release source so they're not loaded by default. The local php.ini files only apply to the current directory rather than all sub-directories anyway, so not ideal.
  16. adam

    Problem with install

    These wont affect the install process, just ignore them for now. See your other thread, it likely relates to installation in a sub-folder.
  17. adam

    Blank White Page after install

    Did you install in a subfolder? If so you need to update the .htaccess file to this: RewriteBase /subfolder/
  18. adam

    Blank White Page after install

    Can you post new threads on the forum for different issues please. Moved to it's own.
  19. adam

    Blank White Page after install

    This is happening on some hosts when it can't find PDO. I've checked a few of them out and PDO actually is enabled so we're investigating whether it's due to a specific version or PDO function call. In the mean time you can revert to the old database class to get the script up and running: -...
  20. adam

    Direct server error

    I've sent you an email. If you're still having problems, send me temp access via the contact page and I'll run some tests. Thanks, Adam.