Jump to content

Nelsa

Members
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Nelsa

  1. You have to select domain and other when creating order form than you will have option to configure web hosting package/package group on same order form
  2. Modulesbakery is good example how you can close business without scam anyone and without stoping your own client business to work properly,they transfered ownership and published all work to open source. Few days one of our clients asked me personaly to help him fix issue with one extension(not blesta but Drupal..but it is same)...and I could fix issue looking in to code since He told me which two files He edit but I tough..well I will just download module and replace 2 files with new one,since He just wanted to revert all changes.But when I visited extension page I find out developer has deleted all files from github because he is building new extension....and than I have spent four hours to fix issue...It doesnt metter he will build new extension..thing is maybe some one is already using old one in production and can't just move everyrhing on new one....insted to just start new project and leave old one as archive He deleted everything, And now who will dare to buy anything from him?
  3. Well it needs some time time to whitelist IP after you submit your IPs.....from 30-60 minutes....but it may some time to throw out error even after few hours..I remeber few times on client installations I had to save account sandboxed first than swirch off...
  4. Well as I remeber He was active few days ago,He responded to one client regarding support tickets....let's tag him @Licensecart
  5. Few days ago one of our clients made mistake and add Publishable key insted secret key to stripe module, and few hours latter blesta try to charge from his client credit card, stripe reject charge request as it should with 403 error but blesta has accepted transaction as sucessfull.Now few minutes ago I wanted to replicate same situation and it happen again,while blesta throw error " An error occured when processing the request with the gateway " on payment form, in background it accept payment and tag invoice as succesfully paid,send confirmation email and activate service...Blesta version is 4.0 Stripe response { "error": { "type": "invalid_request_error", "message": "This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys." } } Here is screenshot from gateway log in Blesta Error on payment form In same time invoice shown as paid and service activated
  6. Nelsa

    Plesk Module?

    It work on all Plesk Versions includin Plesk 17.XX(Onyx)
  7. Nelsa

    Installation error

    memory_limit 128M is fine for blesta max_execution_time 60 to 90 Default settings in php.ini(cpanel change some of those while you install it) are memory_limit 128M (for almost all popular script this is fine) max_execution_time 30 (in 99% cases this is problem,since most apps need more than 30s to finish exec.) upload_max_filesize 2M (can make you problems if you want to install plugin or theme larger than allowed size for any php app using web interface,if you don't have control of this you can upload files directly with ftp ) post_max_size 8M
  8. No blesta dosent remeber incomplete order but blesta check is there same user name on cpanel server before add account..and since it exist it can't be provisioned. Resolution; Uncheck "use module" checkbox before add service,just set same user name/password as she used...problem is because in blesta there is no that account but it exist on cpanel server..so just set same user/pass and add it without module provisioning
  9. Try to enable gareways for that curency...
  10. As Naja7host said and as you can see on screen shot(this is screen shot of your order form) csrf token is still enabled,now for test purpose you can copy complete csrf_token field and add it in form and you'll see domain search will start work.
  11. In form action you have to put this url,if that doesnt help than maybe csfr is still enabled somehow. https://areaclienti.inretesubito.com/order/config/preconfig/registra-il-tuo-dominio
  12. Here is,in same file just in next line you will see line as it is shown on screen shot ,replace empty array with this array('client_login::index')) After you disable csfr token than you can use form without csfr field .
  13. Open file blesta-instalation/config/blesta.php in file menager at your hosting panel or in text editor at localhost and find line you can see at screen shot,change true to false and save it.Just keep in mind this will disable it for all resources,it is better to change it only for certain resource,I will post how to for that also
  14. Yes you can but csf token is regenerated very often...you can disable it... <form action="https://your_order_form_url" method="post"> <input name="_csrf_token" value="your_csfr_token" type="hidden"> this need to be disabled since it will work for short time..till new token is generated <input name="domain" value="" placeholder="yourdomain.com" type="text"> <select name="tlds[]"> <option name="tlds[]" value=".com" id="t.com">.com</option> <option name="tlds[]" value=".org" id="t.org">.org</option> <option name="tlds[]" value=".net" id="t.net">.net</option> <option name="tlds[]" value=".in" id="t.in">.in</option> <option name="tlds[]" value=".co" id="t.co">.co</option> <option name="tlds[]" value=".biz" id="t.biz">.biz</option> </select> <input name="lookup" type="submit" value="Go">
  15. Blesta now cant work as he want....with this he can at least manually handle things after first year.At lest till new domain menager is done. .which should be in 4.1 if I remember.
  16. Set one package for domain registration with price 0,set second package for domain renew with xx$ and put it in same group(config option)....if free domain will be issued with hosting than create hosting package and add it in same group with these two packages.....create order form as "domain and other" and assign group with these packages to it.
  17. Nelsa

    aditional tld

    Just say..there is universal domain module attached somewhere...very nice module where you can add any tld .Module is not connected to any vendor and it will automate only orders,i.e client check domain availability..if available..will order it and checkout but you need to register domain manualy.After registration user will have option to menage domain in blesta but every change you have to do manually...you get on email what he want if I remeber corectlly.
  18. Do you have error reporting turned ON....white page can throw out for many reasons but first you shoud turn on error reporting on,also when posting issues it is recommended to post as many information you can..like PHP version,OS,control panel(if use any).If PHP errors reporting is off you'll get white page for any error...this ofcourse is not white page..there is error just you can see it.But if you have error reporting is ON and you still get white page than in most case it is rellated to PHP max_execution time(90 minimal for priduction),PHP script_max_memory(min for blesta is recom. 128mb)...it ca be also related to PHP version..ion cube version..ofcourse those are only most common problems but it can be related to many other things.But first make sure error reporting is ON...
  19. Nelsa

    Module gogetssl

    Today I tested GGSSL module on B4(non production version of my website I upgrade few days ago) and I got same result,..I try to debug it but three is no response at all I coud catch,also I couldn't find any trace in log about request or anything,like never happen.....than I tryed B3.6.2 wich is same website just non upgraded production website..and module work without issue.
  20. Well you can exclude that theory by incresing ulimit with ulimit -n 10096 or any number ,just keep in mind this number will stay till you are loged in only.If I remeber corectly ulimt default value is 1024 I didn't use crontab directlly for long..long time,but I remeber from that time there are few rules had to be implemnted like every cron must finish with new line character,no file extension at the end...and few others..also some editors could make mess...and many people save the crontab using the -e option..but that was few years ago..I suppose it was fixed till now.First step is always to run your cron directly in terminal/SSH console to make sure command and script which is executed work than you know for sure it is issue with crontab or with command in file.If that is your production server than you can set this cron on your server or any other server/hosting account or cron provider till you fix that,this will work from every where. You can find cron key in settings--->sistem-->automation-->cron key ,just change url,path and key GET https://yourdomain.tld/blesta/path/?cron_key=blesta_cron_key
  21. What happen when you execute that command directlly in console,does it work?Try to execute cron command in console,if work and blesta register it than you can exclude one side. Example how it looks like on my server(ubuntu 14.04) when ececute cron command in terminal: [root@ip-172-31-59-141 ~]# /usr/bin/php /xxxxx/xxxxxx/xxxxxx/xxxxx/index.php cron Content-type: text/html; charset=UTF-8 Attempting to run all tasks for Nelsahost web hosting service. All tasks have been completed. Attempting to run all system tasks. All system tasks have been completed.
  22. Oh..my mistake,I toght you're going to sell VPSs.
  23. Well ..first if considering only Blesta as billing and menagmet/automation I would go with SolusVM or Proxmox,for non advanced users SolusVM is better solution,you have modules for SolusVM and Proxmox built by Blesta and you can start right now.As for script auto installer for VPS panel,well I don't see any adventage of this...80% of users who will pay for VPS are developers and experienced webmasters and all of them prefer unmenaged VPS...there are some percent of market share for menaged VPS but to target them you will have to offer complete menagment and you will need more than script auto installer for that. And when it comes to Virtualizor ,I have tested blesta modole on test node and it worked without issues..but I tested it just few days ...never started even one production node. Here is screenshot I posted in Virtualizor theme here on forum..you can see how it looks like
  24. Nelsa

    Can't Change Theme

    Default Blesta htaccess file content converted to nginx rules would be(I'm on phone so it may be that I miss something...it is very hard to paste code from phone) # nginx configuration location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php; } if ($request_uri ~ "^(.*)/install.php$"){ rewrite install.php /%1/install/ redirect; } } location ~ \.(pdt)$ { deny all; }
  25. Nelsa

    Can't Change Theme

    Yes but that doesnt change content of htaccess file..you have to convert content of htaccess file to nginx rules...there are good converters online ...just google it
×
×
  • Create New...