Jump to content

Nelsa

Members
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by Nelsa

  1. You have to go to Client to which service belongs and than under Service click on service you want to edit and new padding tab will open,than you will see"Menage".Or you can go Billing-->Service--->Menage.....you shoud find it under ACTIONS.

    When it comes upgrade ,on same page you shoud see upgrade/downgrade .....

  2. We also provide customers full domain registrat accounts and I don't like to double funcions at all even when it comes hosting,clients have cPanel/Plesk/SolusVM...etc accounts and I don't see why to import same funcions in to blesta???Maybe some basic and most used funcions is OK to have close like WHOIS,Nameservers control...etc  but this slowly became race and at the end we will have situation that all funcions of hosting panels will be imported in to billing and menagment scripts through modules......or in Domain menagment case full DNS template,whois protection,emails..... ;)

  3. Well I'm offering cpanel but more and more I recomend Plesk 12 to my users,yes long term support is very important but they stay tooo long with 11.xx...if we look just core...well it is almost same as it was in 2007.....

  4. Regarding e-mail template issue I was able to reproduce error with e-mail template in your post and I got same error as you(Template parse error: unexpected character in filters.......),fix is simple just switch to source(first icon in html editor) and than add your code and it shoud work(It work for me at least).When you add/paste new lines in HTML editor it add also span tags,<p> tags, "&" character insted space..etc.

     

    Screen S.

     

    When add/paste directly in to HTML gives error

    scrr.jpg

     

    Switch to Source

    scrr0.jpg

     

     

    Now work

    scrr1.jpg

     

  5. You will add your plugin to /blesta/plugins/  foldler ,here is developer doc. https://docs.blesta.com/display/dev/Creating+a+Plugin

     

    Example

     

    /blesta/

      /plugins/ your_plugin/

                     controllers/

                     models/

                     views/

                     controller.php

                     config.json

                     ...etc

  6. When you upgrade final release than you are offcourse do it by uploading patch(aka only new files) and it is considered upgrade but if you do it with beta than you will overwrite all files because betas are whole Blesta installation not patches,so be carefull....

  7. Now it installed but giving the following error:

     

    Enable Delivery API must be set to "true" if given.

    Hi I had same issue and I just had conversation with support staff there and they say it is fixed,you need to uninstall and install it again,first go and download new fixed files.I can confirm I was able to configure both brick and paymentwall after I download new files.

    here is response from staff

    Hi Sanel,
    
    Can you please reinstall it again? We just fixed it.
    
    Please refer to : https://www.paymentwall.com/en/documentation/Blesta/3439
    
    Regards,
    Paymentwall Team
    
  8. I didn't want to, but it seems I may have to. My issue is lack of time, not lack of skill.

    And if I create something others can use, I'll release it here.

    Well in this business lack of time is in 99.99% reason why something is not started or finished,

    sometimes more important things pop up and projects that devs started or promised goes on waiting list(free projects mostly).

  9. 1. I don't believe anyone has a pack you can buy but you could help contribute to the translator pack to help complete it. I personally don't know anyone from Germany to help get a language pack out there.

     

    2. Not sure what you mean by a button solution, you'll need to explain that a bit more for the community and developers.

     

    3. https://docs.blesta.com/display/dev/Overview

    'button solution' is alias for German e-commerce low accepted few years ago

  10. I [unfortunately] read some of the comments from the thread that the OP linked, and I thought I was reading YouTube video comments. It contains the same typical troll-bashing behavior with an occassional reasonable comment sprinkled in every now and then. There were so many unreasonable and nonsensical arguments I had to close my browser window to prevent the stupidity from saturating my eyes.

    And the worse thing is that non of staff even try to moderate thread despite fact 99% of post had nothing with topic(questio),OP ask one simple inocent question and they try to burn him,imagine what woud happen if someone try to argue there....

  11. You jump in to  one of the worst community out there(well at least when it cames to most members there),they are mostly bunch of teens without any respect for competition and if you browse few threads you will see this is not unusual at all  (once related to GVH(GreenValueHosty) are like spanish telenovelas.....just try to ignore them

  12. Just to know first time I paste form here I forget to put name="domain" in third input(placeholder) and since this woud became variable value once you submit form it will not work without it,in fact it will redirect you on blesta domain search form without query(this is just in case you copy form before I corect it).

    Form is corected and now it is complete.

  13. Thats exactly what I mean Nelsa and I didnt have much luck with the API :(

    Well I can write form for you that will work in few minutes but problem is csrf token will change after few hours and it will not work,in practice you will have to disable csfr token or change it every day.

    Maybe blesta staff have other solution,I don't see better way than disable csfr or change manualy csfr  in your form every day.

    Here is example with csfr,if you disable it than just delete second <input> .Now if you want test it first or don't want to disable CSFR ,you can see csfr token using broswer inspector in devloper tools.Offcourse right way to do this woud be to implement searching and selecting domain on your site than sending user on package order form,this is just cheating :)

    This form is tested and working,if you want add more tld extensions just copy/paste <option> tags and replace value and id.

     

    <form action="https://your_order_form_url" method="post">

    <input name="_csrf_token" value="your_csfr_token" type="hidden">

    <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">

  14. As I understand He want to put url in  his form action  ,so user is redirected when click on search to blesta domain search form.His problem is because there is no query in Blesta Url (method POST is used) and if He put existing url as action, user WILL be redirected but only to empty search form.

  15. After going through the this doc (http://docs.blesta.com/display/user/Selling+Domains) and running through the demo.

     

    It seems like there is no way to have one order form that can handle two different registrar ?

     

    For example

     

    registrar A I want to have .com and .net enabled

     

    registrar B I want to have .org enable

     

    If on registrar's A order form I don't have .org enabled, my users won't be able to search for .org domains and I have to use a completely separate for this purpose ?

    well it work for me,you need to add both packages to same group and when you create order form add that package group to order form and it shoud show on same order form,you can see here on my test order form two different exrensions from enom and namecheap https://nelsahost.com/blesta/order/config/preconfig/testvps

     

    Also when creating order form in drop down menu you can chose type of the form and you have "general" on first and "domain and other" on second place ,so make sure that all steps are properly done.

  16. Hi ive got blesta trial licence to work into future by blesta but i have some problems to need help.

    I.e. when i want to make a payment by offline methot its goes to review screen and only appears edit payment there are no any submit payment button.

     

    And when customer wants to change infos about his it says user name is already taken even the field is not editable.

     

    So is there any way to get a bank transfer module(eft) and also need manual domain sales reason for in the web design packages to add invoice domain like a hosting service

     

    Thanks

    Bugra

    Offline payments work at that way,you can use it for bank transfers ,add bank transfer info....

  17. documentation give this php code example:

    <?php
    require_once "blesta_api.php";
     
    $user = "username";
    $key = "key";
    $url = "https://yourdomain.com/installpath/api/";
     
    $api = new BlestaApi($url, $user, $key);
     
    $response = $api->get("users", "get", array('user_id' => 1));
     
    print_r($response->response());
    print_r($response->errors());
    ?>
    

    but I do not understand where is this file:

     

    blesta_api.php

    It will be there after you download SDK API and put it in install dir  ,https://github.com/phillipsdata/blesta_sdk

  18. Unfortunalely errors reporting is not always accurate because sistem report you error how it see error,like you codeing something and forget to close " on second line but  show error on 33 line.Simple because it find next " on 33 line and stack there .May be next thing shoud be elimination proces(naja7host give you advice),you can try to create and execute some simple two line of code script which will make some file and write something in it,in same directory where you have issue just to make sure.But when make those two line of code script make sure to put  command to create file and write something into it not just to call funcion.

    I'm not sure I can follow you,did you try to check and fix group permision(you will get same error for user and group permission because as said above it will show where it stack not where error is) ,did you check which user run child processes and is that user  is same as one you give permission. and in group with +w permission....You will have know is it server or blesta issue by putting simple two line of code with command to create and write in to file.

  19. I always use Beta's in production mate :blesta: I trust the guys to use it and it helps find bugs if there is, but it's always 99.9% stable.

    Well it is not always up to them,all of us mostly are useing bunch of  third party plugins/mods/geteways and  devlopers use beta for testing their apps ,so .....well I have  beta on localhost but I don't go in production with beta except if I need some new future so badly.,if not than no.This is not major upgrade so it shoudn't be issues.

×
×
  • Create New...