Search results

  1. adam

    Forcing a New Preview

    Hi, It's in the patch fonts_v1.0.1_to_v1.1.sql file. Try running the whole sql patch file or just the sql line: ALTER TABLE `font` ADD `previewOverride` VARCHAR( 50 ) NOT NULL; Regards, Adam.
  2. adam

    3.3 Upload fail, multiserver

    Which server is this on, is it the file server? The account_home.php script will probably only work on the main script server. If it's the main site and still failing, can you send me valid script admin details again via PM.
  3. adam

    3.3 Upload fail, multiserver

    Can you try again, ensuring you logout and back in first?
  4. adam

    3.3 Upload fail, multiserver

    The session issue is also fixed. It related to a difference between your PHP and MySQL time settings. I've reworked the function to use only MySQL so it'll work ok. If anyone else has this issue, replace clearCrossSiteTokens() in includes/dbsession.class.php with: public static function...
  5. adam

    3.3 Upload fail, multiserver

    Ok your upload issue should be sorted. It was due to the port not being submitted in the referrer which caused an error in some validation checks when uploading. For other users, the fix is to replace the entire function called 'getReffererDomainOnly()' in includes/functions.inc.php with this...
  6. adam

    3.3 Upload fail, multiserver

    Yes file server. Or SSH SCP etc. Whatever is easier.
  7. adam

    3.3 Upload fail, multiserver

    Can you send me temp ftp access aswell and I'll run some tests.
  8. adam

    3.3 Upload fail, multiserver

    Ok. Can someone send me a way to replicate it on your site? i.e. an example of it not working. droidsrc.com is working fine for uploads at the moment. If you can send it via the contact form I'll take a look.
  9. adam

    3.3 Upload fail, multiserver

    Hi, What's your site so I can test it? Thanks, Adam.
  10. adam

    Download Link give 404 Error

    Try setting up a test .htaccess like this: http://www.vbseo.com/f77/how-check-if-mod_rewrite-working-my-site-21502/
  11. adam

    Download Link give 404 Error

    It's generally one of the issues I've mentioned. I'd do some more checks to make sure mod rewrite is installed correctly.
  12. adam

    Download Link give 404 Error

    Ah you might also want to update the RewriteBase in the .htaccess file since you're installing in a sub-directory. Edit the file from this: RewriteBase / to this RewriteBase /file-share/
  13. adam

    Download Link give 404 Error

    Ok, then you probably don't have mod_rewrite enabled. This link on your site should also work: http://195.5.121.117/file-share/register.html
  14. adam

    Download Link give 404 Error

    Hi, Did you upload the .htaccess? Regards, Adam.
  15. adam

    3.3 upgrade fail.

    Can you check that you've also updated the _config.inc.php file? It will have 2 new constants in it. If you're unsure, copy over the one supplied in the zip file and migrate your settings in.
  16. adam

    3.3 Install Fail

    Yes enabling ini_set to be used via global php.ini will fix it. Or commenting out the line may also work. (line 8 in includes/class.dbsession.php)
  17. adam

    MD5

    I've done some work to store the md5 hash of the file in the code but it wasn't ready for this release. It'll be available in the database as part of the next release.
  18. adam

    News on development status?

    This is now out of beta and in final release. I'll lock this thread, feel free to email me or post if you hit any snags.
  19. adam

    Media Player Problem after upgrade and downgrade

    That's right the plugins have changed for the latest release. If you download the 3.3 release you may need to reapply the plugins, although you should be able to just re-upload the plugin code into the plugins folder. "Only the problem with error 310 (net :: ERR_TOO_MANY_REDIRECTS) still...
  20. adam

    News on development status?

    Yes this is also fixed. :) It'll be dependant on Flash being installed though and the browser not blocking access to Flash, as some are now doing. Unfortunately there's no other way to access the clipboard outside of Flash. It'll be part of the release when it goes from beta to live later...