Jump to content

serge

Members
  • Posts

    695
  • Joined

  • Last visited

  • Days Won

    6

Community Answers

  1. serge's post in Clear Client Data For Production Launch was marked as the answer   
    if you have zero real customers, bellow sql is what I had to do in similar case, it's remove all row in each considered table:
     
    Run one line by one sql query:

    truncate support_replies;
    truncate support_tickets;
    truncate invoice_delivery;
    truncate invoice_lines;
    truncate invoices;
    truncate order_services;
    truncate orders;
    truncate service_fields;
    truncate services;
    truncate transaction_applied;
    truncate transactions;
    truncate log_account_access;
    truncate log_contacts;
    truncate log_emails;
    truncate log_gateways;
    truncate log_modules;
    truncate log_phpids;
    truncate log_services;
    truncate log_transactions;
    truncate log_users;
    truncate log_cron;
     
     
    But save your database before, so if you find it's not fine for you, you can back
     
  2. serge's post in Imap Email Downloads / Ticket Creation was marked as the answer   
    Steve told me by PM, this was solved by him,  issue was from a typo at blesta field
  3. serge's post in Trail Not Looking So Good was marked as the answer   
    have you enabled in your paypal account the IPN url?
     
    You need to enable it and fill an url, and payal will take in priority the IPN URL submited by Blesta when doing a transaction request, but if nothing is enabled at paypal, paypal will not be doing any Communication back to Blesta.
     
    http://www.blesta.com/forums/index.php?/topic/4356-paypal-transactions-not-recorded-invoice-stays-open/?hl=paypal
  4. serge's post in Account Creation Errors was marked as the answer   
    may I recommend you to transfert by FTP (over-writte files), your "vendors" folder in your blesta install folder.
  5. serge's post in Duplicate Order was marked as the answer   
    there was all separate orders having each only one single package and the same package for second order that was following very close, so it was certainly done from "touristic" customer approach that wanted to see how ordering is working.
  6. serge's post in Download Ticket Imap Not Working Since Php Upgrade To Php 5.6.7 was marked as the answer   
    regarding sending of email & this error I had in blesta email log at using my mail-server: "Unable to connect with TLS encryption".
     
    I had feeling my ssl certificate (being self signed) was no more accepted since my php version update, as before that all was fine.
     
    So I bought a ssl certificate, and installed it (my mail-server is on an other server than blesta).
     
    And now it's just work fine!!!
  7. serge's post in Add New Tld Missing Function Missing was marked as the answer   
    an extension is an extension being old or new nTLD, so just add it here:
     
     /components/modules/enom/config/enom.php
     
     
    Until you list there only extensions supported by enom that should work
  8. serge's post in Blesta Cms Issue-Bug? was marked as the answer   
    Thank you, all as been solved
     
    cross reference links here:
     
    http://www.blesta.com/forums/index.php?/topic/4152-blesta-cms-issue-bug/
    http://www.blesta.com/forums/index.php?/topic/2943-blesta-32-how-to-make-static-pages-by-modifying-portal-plugin/?hl=static+page
  9. serge's post in Prevent Loop - Blesta Behind Loadbalancer With Ssl Termination was marked as the answer   
    adding this in /config/blesta.php  did the job:
    if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
  10. serge's post in Testing Suspension Of Service: Hard To Understand was marked as the answer   
    Mostly, my enemy was parameters in Blesta admin area & menu:  /settings/company/billing/invoices/
     
    , "Invoice Suspended Services" was ticked by default, It's was confusing me a lot, I just disabled
  11. serge's post in My Custom Blesta Page Load Fine But Blesta Is Adding /404 At End Of My Url was marked as the answer   
    the portal plugin was not enabled for this company.
     
    SOLVED
×
×
  • Create New...