Jump to content

clusterx

Members
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by clusterx

  1. On 7/22/2021 at 11:06 AM, Onur said:

    License verifications are controlled through multiple license servers. If a server cannot be reached, verification is provided through the other license server.

     

    Are there any other data (e.g. login details, API login details, module logins, credit card data, etc.) that are stored on external WISECP servers apart from the admin folder name?

  2. 1 hour ago, clusterx said:

    PHP 7.4 (fpm)
    Debian 10

    I am currently trying to import data from whmcs (Test import) but it always sticks on:
    Orders > Processing......
    2 files are generated in the tmp folder

    /temp
    eb78897b08c58bb4ad7b4318ad3c6dc4-data.php
    eb78897b08c58bb4ad7b4318ad3c6dc4-result-collation.php

    but nothing happens after that, it just shows Orders > Processing......
    and there are no further actions in the tmp folder

    I use the recommended settings for php and mysql

    wisecp error log:
    MESSAGE
    Trying to access array offset on value of type null

    WHMCS Version was missed, sorry 😉

    WHMCS 7.10.3

    WISECP - latest stable 

  3. PHP 7.4 (fpm)
    Debian 10

    I am currently trying to import data from whmcs (Test import) but it always sticks on:
    Orders > Processing......
    2 files are generated in the tmp folder

    /temp
    eb78897b08c58bb4ad7b4318ad3c6dc4-data.php
    eb78897b08c58bb4ad7b4318ad3c6dc4-result-collation.php

    but nothing happens after that, it just shows Orders > Processing......
    and there are no further actions in the tmp folder

    I use the recommended settings for php and mysql

    wisecp error log:
    MESSAGE
    Trying to access array offset on value of type null

  4. 4 hours ago, Onur said:

    Hi @clusterx

    Third-party cookies must be available for CSRF security. This situation is the same for all software with CSRF security.

    Hi Onur, thanks for reply!

    I have tried w/ allow all cookies but it still shows the red bar "Invalid CSRF Token"  maybe you should check this login issue with latest chrome browser - I use Chrome Version 93.0.4577.82 on Arch Linux. I think the problem could also occur w/ customer login or a customer order.
    only Firefox let me in 😉

     

    Screenshot_20210915_151437.png

  5. What happens when the wisecp license server fails (network outage or maintenance)  are the wisecp installations (front & backend) still accessible and working during a wisecp server outage?

    My question is based on wisecp clientarea functions because the client admin folder name & other stuff are stored encrypted on the wisecp servers ...

  6. is it possible to create a child theme for the Classic theme or can I save and customize the Classic theme under a different name?

    e.g. replace Classic in all files of /templates/website/copyofclassic

    find /mypathto/wisecp/templates/website/copyofclassic -type f -exec sed -i 's|Classic|copyofclassic|g' {} \;

     

  7. If a customer already has a domain name in the cart (added via domain search) and then he click the link to the hosting packages (dteails) the domain name already in cart is not taken into account, so the customer have to remove first the domain from cart and start from scratch, select hosting > then domain name ...

    after hosting selection there should be a possibility if there is already a domain name in cart to select it to proceed with the order

  8. thank you!

    changing the admin folder name worked now, it seems that only lower case letters are accepted here

    when I do a check in mysql the following is displayed

    mysql -u root -p -e "SHOW VARIABLES LIKE 'sql_mode';"
    +---------------+-------------------------------------------------------------------------------------------+
    | Variable_name | Value                                                                                     |
    +---------------+-------------------------------------------------------------------------------------------+
    | sql_mode      | STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
    +---------------+-------------------------------------------------------------------------------------------+

    It seems the strict mode is already off, but the health status shows a message to turn it of in /etc/mysql/my.cnf

  9. if I change the admin folder e.g. to "PPpAA23wTiSvwfm"
    this is saved correctly but when I log out & log in again with the new URL, I get a 404 error
    Page not found!

    https://www.mydomain.tld/client/PPpAA23wTiSvwfm/login


    I also get an error message when changing mysql strict mode to off:

    nano /etc/mysql/my.cnf
    sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
    unknown variable 'sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'

    Debian 10
    MariaDB 10.3
    PHP 7.3-fpm

  10. I would like to start with my wisecp preparations in a subfolder of the licensed domain name eg.
    mydomain.tld/wisecp/ 

    if I want to move wisecp to the main folder ( / ) later what do I have to consider?
    - do I have to adjust the paths and where?
    - do I have to apply for a license update?
    - do I have to change paths also in wisecp database?

  11. I've been using Wordpress & WHMCS for about 5 years, so a migration and changeover will take some time because the productive system has to continue to run by the way ...

    - Can I use a free license to create only the new website (without whmcs migration)?
    - I have to do the development work under a different (test) domain name and later I will switch to the productive domain name ... Is this possible?

    when the website (info and order) pages are ready I want to buy & activate the real license to migrate from WHMCS under the main productive domain name.

    One more question about securing the admin area ... can I protect the admin area with a .htaccess password without losing functions in the frontend?

    Thanks in advance

×
×
  • Create New...