Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/28/2014 in all areas

  1. I'm not sure much will be done with coupons until after they have been refactored as apart of CORE-171. But as you mentioned, in the meantime, you can specify an absurdly large number of uses to provide the same general effect.
    2 points
  2. Thanks for your feedback! As Mike mentioned, we are working on better domain support. A HB migrator is also planned, but migrators are very time consuming to build and most people are migrating to us from the other guys. Hopefully we'll be able to focus on a migrator once some of the bigger issues (like the domain plugin) are resolved. You should definitely be able to write the other extensions you need, or hire someone to do it if we don't have support for them. Blesta is more developer friendly than any of the other guys, and more and more developers are becoming familiar with Blesta.
    2 points
  3. Michael

    User Registration

    Ok to do this do the following: Packages > Order form > TYPE: Client registration > save it will now pull up a form to register
    2 points
  4. Cody

    Sftp Backup Failing

    Has nothing to do with the AJAX request, rather you don't see the result of the AJAX request because your server chokes on the actual SFTP action. If you're familiar with browser inspectors you could see the result returned from the server (if it returns anything). You should enable PHP error logging on your server and log all PHP errors. You can also open the /config/blesta.php config and change the error reporting value from 0 to -1 at the top of that file.
    1 point
  5. Tyson

    Sftp Backup Failing

    Have you tried to force the backup manually through the interface? Does it encounter an error then?
    1 point
  6. johnluffa

    Order Forms Not Loading

    Thanks guys - got it sorted now. I completely zapped the directory and started the installation from scratch. Thanks
    1 point
  7. Paul

    Changing Blesta Logo

    This is the recommended way to do it, so that you don't have to worry about it when you upgrade. If you overwrite the file, you'll have to add it back whenever you upgrade. Setting a different logo for the theme is the best way to go.
    1 point
  8. Are you sure your package pricing was set to only 3 character currency codes? It sounds as if they may not have all been 3 characters when they were imported, and updating the package fails because it's attempting to re-use an incorrect currency code.
    1 point
  9. Tyson

    Order Forms Not Loading

    The screenshot you posted appears to indicate that you are not running v3.3. I would expect to see the Wizard List and AJAX List order form templates if you were using v3.3. After you overwrote the files, did you remember to upgrade the installation? There was an issue with those images not appearing before, but that was resolved in v3.3 as apart of CORE-1406.
    1 point
  10. That did the trick. Thank you licencecart
    1 point
  11. :s weird we force https:// and have no issues. Try using this in your .htaccess: # Force HTTPS #RewriteCond %{HTTPS} !=on #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{SERVER_PORT} ^80$ [NC] RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
    1 point
  12. johnluffa

    Order Forms Not Loading

    yup, it appears i have PHP GD installed. I'll try re-uploading the files. - thanks
    1 point
  13. Hi Clare , wantoo . as promised , the plugin is almost done , i named it "Client Notices" . the idea is like the same as the client documents . this week i will release it .
    1 point
  14. I'm going to close this thread as it has been discussed before. See here.
    1 point
  15. but empty field ? which guess is here !!! also it should have some captcha to block robot .
    1 point
  16. However the current OpenSRS is a third party module mate.
    1 point
×
×
  • Create New...