Hi Pete.
The PHP on your webserver must have the GMP library and of course it must be installed in system.
You can check it: open admin panel of your website and click to System Info button on...
Type: Posts; User: Curtis
Hi Pete.
The PHP on your webserver must have the GMP library and of course it must be installed in system.
You can check it: open admin panel of your website and click to System Info button on...
Thank you! I hope you right.
Hi threre.
Yes the Claim Listing have a problem with selection of account type in sign up process.
Now it always select first available account type for new accounts.
I've fix which already...
So, it's very strange problem and I cannot reproduce it locally.
Maybe the problem in PHP configuration on your webserver.
Please update PHP to 7.3 if you use the PHP <= 7.2.
Please create a...
Hi Jenő Kocsi ,
I've found some problems with missing phrases in email from cron (but I cannot reproduce problem missing category title) and suggest you apply following fix and check it again:
...
This issue can be exist in websites which used old version (4.3.x or 4.4.x or 4.5.x) and after they have been updated to 4.6.x and higher.
Hi. Please provide me the key of this email template and I'll try to reproduce this problem.
Hello there,
I've found other one problem which also can remove all files/folders in the "files" directory.
It's actual for users who have software which was upgraded from 4.6.0 (or older) to...
Cool! Thanks for your help guys to make Flynax better!
Hello Wei Hong,
Yes sorry, please make the following:
Find code in top of this function adaptValue()
global $lang, $config, $account_info, $rlMembershipPlan, $rlValid;
Hi there,
I've found and fixed one similar problem with missing category titles in listings and it doesn't related with patch to 4.8.1 version, it's a bug in 4.8.1 and related with updated and...
Hi Aleksandar,
You can try apply code from following thread: https://www.inmotionhosting.com/support/email/htaccess/disable-caching-htaccess
Hello Aleksandar,Yes, it must be updated via 1 month by default, check attached screenshot.In any case you can add custom rule to .htaccess file to decrease this period, but it will affected the...
So, I've checked it again and see that this solution cannot help you.
You cannot update it immediately in users browsers, it will be done automatically by browser configuration.
Hi Aleksandar Apostolovski,
I'm sorry, but I don't understand your current problem.
Do you mean the browser cache to update CSS and JS in users computer?
If yes, that you can update url of JS...
Hi Mahyaddin Loghmanov,
Unfortunately, but I cannot tell you real timeline, but I hope that we'll find a resources of time to make it in next updates.
Hi there!
We've already created similar task in the Filter plugin. This function will be released in future.
Hi guys,
I can provide you temp solution of this problem. Please check it and let me know if it's OK for you.
1. find file...
Some of our customers faced up a problem that was caused by a bug in the system.
The bug resulted in uncontrollable removal of photos, videos and other files from the file directory.
The problem...
Hello Fadil Asani,
Yes, we're working on the adaptation script (software, plugins and etc.) by GDPR requirements. New Flynax version will be updated fully.
Please wait all news about it in our...
Hi there,
Yes, I think it's a good solution use the combination of 2 functions for it.
Also you can create a new smarty modifier for it.
{$variable|strtolower|ucwords}
Hi,
I've added a new code which will remove filter boxes from this page. The 404 page must not have it.
http://forum.flynax.com/attachment.php?attachmentid=2753&stc=1
Hi there,
We've already fixed this problem in developing version and share fix for you here.
Check changes which you need to make.
...
You can try to add the code in bottom of \includes\controllers\upgrade_listing.inc.php file.
$listing_data = $rlListings->getListing($listing_id, true);$rlSmarty->assign_by_ref('listing_link',...
Hi there,
You can replace Viktor's code to following;
$listing_data = $rlListings->getListing($this->listingID, true);$rlSmarty->assign_by_ref('listing_link',...