Jump to content

Boran

Member
  • Posts

    9
  • Joined

  • Last visited

About Boran

Boran's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Thanks for the help. I checked all. I think this is a BUG on this version. Because, when i run with ssh command, it shows crons complated successfully. While CurrencyUpdateExchangeRates actually works, CurrencyUpdateProductPricing isn't.
  2. On do, which is my extra cron. But in the General Settings, boths are enabled( currenxy exchange, product price update) But on the main cron i added skip for both. When i check the system, i can already see theese 2 crons not working on main cron as i wanted. php do CurrencyUpdateExchangeRates works . php do CurrencyUpdateProductPricing not 😞
  3. Interesting, CurrencyUpdateExchangeRates works perfectly fine. But, CurrencyUpdateProductPricing is not working. :(
  4. So, if i understand correctly ; I should change main cron to Run a command instead of Run a PHP script. Like; /opt/plesk/php/7.3/bin/php -q /path-to-folder/crons/cron.php skip --CurrencyUpdateExchangeRates --CurrencyUpdateProductPricing This command should run every 5 minutes. I will then add 2 more tasks to make it run whenever I want: /opt/plesk/php/7.3/bin/php -q /path-to-folder/crons/cron.php do --CurrencyUpdateExchangeRates /opt/plesk/php/7.3/bin/php -q /path-to-folder/crons/cron.php do --CurrencyUpdateProductPricing Am i understand clearly? : ) EDIT: I saw your updated comment. We meant the same thing. I will test it as soon as possible.
  5. I'm sorry to disturb you again, but i'm still unable to fix this issiue. I enabled. Now, the currency rates are updated but product prices remain the same. I couldn't understand when you say : " go to cron.php and add..." We have just one cron, which is running every 5 minutes and just fetching a script (cron.php file) Then, 2 additional cron we added manually. Here are the screenshots;
  6. Hello everyone, I'm using WHMCS 7.10.3 and i want to create coupon code. But this promotion coupon code SHOULD ONLY be available for Configurable Options not main product. Is it possible to do this?
  7. I think you misunderstood me. We enter Automation Settings in our WHMCS Panel. As i mention in screenshot 1; There is a setting called "Currency Auto Update Settings". We just unclicked Exchange Rates and Product Prices. So WHMCS crons do every job except theese two. Then, in our Plesk panel, we added 2 crons as i mention above. There is no error as you can see in log screenshot. Cron returns succesfully but Exchange rates and Product prices are not updating. We would like to do update Exchange Rates and Product Prices by ourself with --do.
  8. Hello everyone, We are using WHMCS version 7.10.3. Our PHP version is 7.3.29 We decided to exclude CurrencyUpdateExchangeRates and CurrencyUpdateProductPricing crons in automation settings. You can see in screenshot 1. Than, we added these two crons manually in our Plesk panel with following this documentation https://docs.whmcs.com/Crons /opt/plesk/php/7.3/bin/php -q /var/www/vhosts/username/domain.com/crons/cron.php do --CurrencyUpdateExchangeRates /opt/plesk/php/7.3/bin/php -q /var/www/vhosts/username/domain.com/crons/cron.php do --CurrencyUpdateProductPricing We would like to run this crons different time than general crons. So when we run it, crons seems to be started but nothing happens. We can see it startes in Activity Log. You can see in screenshot 2 . If we go to manually Setup -> Payments -> Currencies and click to Update Exchange Rates or Update Product Prices buttons it works. How can we fix that? Thank you for the help.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated