PDA

View Full Version : Users bug thread with or without solutions



Morgan Bohman
July 26, 2013, 06:21 AM
Hi all,
To keep a record of all bugs and solutions, this is a list of the bugs we can find in order to get a solution for them if possible.

The format for reporting would be:

[Script name][Version][Template]Bug name - [Plugin or file with version #]

*Description of the bug*

*Solution or where to find the solution*

=====Solved/Not Solved====

Pls. observe: Every one reporting is also responsible to give a solution. If a ticket is created, just ask the support crew for an explanation.

First one below

Morgan Bohman
July 26, 2013, 06:27 AM
The amp sign & will show up as amp& in categories when connecting my site to FlyDroid. Cameras & Videos will be Cameras amp& Videos.

Solution: Not found.

====Unsolved====

//Morgan

Steffen Buschkemper
July 26, 2013, 06:53 AM
INFO! It is a clean fresh installation of the current banner plugin! Not updated version.

1. If a customer want to place a image banner,
he gets after the image upload by the next step following error message - "Availability format swf, please upload banner in swf format.". Also he can see the content: Add a banner content...
Here's something wrong with the evaluation and also the step code "function".
In addition, the swf part is redundant, because it is an image banner.

NOTE! This bug can also reproduce in an older banner plugin version on flynax demo pages. ;)

2. I get a blank page with error message after payment for add banners. -> Error message is: The 'rlBanners' class not found
Payment with Payza also checked with my ccAvenue payment.

Info: According to the statement of user Morgan should paypal work.
But after - i will quote



...someone from Flynax made a correction...


It's nice that the flynax team knows where the problem is.
The other user would appreciate this solution also.
Also the other payment gateways should work 100 % with the banner plugin.
Perhaps through a change in the payment core?
A fixed plugin version would be also useful for all.

Solution: Not found.

====Unsolved====

//Steffen

Steffen Buschkemper
July 26, 2013, 07:10 AM
I will quote user Pete Young


When renewing or upgrading a listing plan the start date stays the same and as such when people repay to renew their plan it is not raised to the top again as it does not read the date of last update of the plan.

If a customer renew a listing, then it must turned again and goes back to the top.
Everything else makes no sense! The customer must pay for that!
Would you pay as a customer for something that makes no sense? ;) I think not...

Solution: Not found. (It is a bug. Why you will make a bug to a custom feature for a low worthwhile cost?)

====Unsolved====

//Steffen

Steffen Buschkemper
July 26, 2013, 08:09 AM
Let's assume the coupon code can only be used once time.
During a failed payment, the customer can not use again the same coupon code.
Not even then if he chooses a different payment method.
The customer could not used the coupon code again - because of the failed payment before...

I think most customers would now stop here... and go somewhere else. ;)

Solution: Not found.

====Unsolved====

//Steffen

Steffen Buschkemper
July 26, 2013, 08:29 AM
Some payments become after payment transaction the status -> Pending.
It does not matter wether paypal, payza or whatever you use -> the most payment gateways has a pending status!
Now we have the following problem - it is not certain that the payment would be completed successfully.
The pending payment to be classified as failed is even a bad solution.

This status has been simply forgotten in your script and the relevant payment gateway plugins.
My suggestion for this problem you can read in this thread - LINK (http://www.flynax.com/forum/showthread.php?1306-Feature-for-Flynax-4-2-Where-is-the-PENDING-Status&highlight=pending)

Solution: Not found.

====Unsolved====

//Steffen

Steffen Buschkemper
July 26, 2013, 09:29 AM
I will quote user Jean-francois Bernard


Nothing appears on Google Map (cafe, hospital are OK in the amenities manager), don't work also in the Flynax demo web site (listing map and browse map module)

I can also confirm this bug.
I even think all can confirm this problem.

Solution: Not found.

====Unsolved====

//Steffen

Steffen Buschkemper
July 26, 2013, 09:56 AM
I will quote Omar Barkawi


Category Filter is not working on a custom subcategory. I've verified and it's selected in Admin Panel.

Other users incl. myself can confirm this bug.

Solution: Not found.

====Unsolved====

//Steffen

Morgan Bohman
July 26, 2013, 11:11 AM
User field URL in registration page can not coop with http://finakonsten.dinstudio.se, reject as faulty url.

Solution: (Thanks to Steffen)
Open includes/classes/rlValid.class.php
Go to - function isUrl($url)
and change the following part

/*return (bool) preg_match('/^https?:\/\/[a-z0-9-]{2,63}(?:\.[a-z0-9-]{2,})+(?::[0-9]{0,5})?(?:\/|$|\?)\S*$/', $url);*/
return (bool) preg_match('/(^https?:\/\/)?([a-z0-9]+\.)*[a-z0-9]{2,63}+\.([a-z]{2,3})\/?$/', $url);

The commented one above * is the original line.
====Solved====

//Morgan

Steffen Buschkemper
July 26, 2013, 12:03 PM
@ Morgan
I have check your problem.
But i could not reconstruct this url problem. - http://finakonsten.dinstudio.se = ok.
Except when the follow was entered. - finakonsten.dinstudio.se !!!!!
I suspect this is exactly your problem. ;)

This is the flynax regex from function isUrl


/^https?:\/\/[a-z0-9-]{2,63}(?:\.[a-z0-9-]{2,})+(?::[0-9]{0,5})?(?:\/|$|\?)\S*$/


In action you can see it here - LINK (http://rubular.com/r/aH9EfxfPMW)
Look at the matched urls and you can see your problem and a other error. ;)
Is this a url? - http://finakonsten.dinstudio No!

The same with my regex.



/(^https?:\/\/)?([a-z0-9]+\.)*[a-z0-9]{2,63}+\.([a-z]{2,3})?(?:\/|$|\?)\S*$/


In action you can see it here - LINK (http://www.rubular.com/r/KnZu1cBl8V)

Open includes/classes/rlValid.class.php
Go to - function isUrl($url)
and change the follow part



return (bool) preg_match('/^https?:\/\/[a-z0-9-]{2,63}(?:\.[a-z0-9-]{2,})+(?::[0-9]{0,5})?(?:\/|$|\?)\S*$/', $url);


with this part



/*return (bool) preg_match('/^https?:\/\/[a-z0-9-]{2,63}(?:\.[a-z0-9-]{2,})+(?::[0-9]{0,5})?(?:\/|$|\?)\S*$/', $url);*/
return (bool) preg_match('/(^https?:\/\/)?([a-z0-9]+\.)*[a-z0-9]{2,63}+\.([a-z]{2,3})?(?:\/|$|\?)\S*$/', $url);


The same problem is in function isDomain($domain)
change the follow part



return (bool) preg_match('/^[^\.]([w]{3}[0-9]?\.?)?[a-zA-Z0-9\-\_\.]{2,68}\.[a-zA-Z0-9]{2,10}$/', $domain);


In action = LINK (http://rubular.com/r/qDoAPGcmI6)

with this part



/*return (bool) preg_match('/^[^\.]([w]{3}[0-9]?\.?)?[a-zA-Z0-9\-\_\.]{2,68}\.[a-zA-Z0-9]{2,10}$/', $domain);*/
return (bool) preg_match('/^[^\.]([w]{3}[0-9]?\.?)?[a-zA-Z0-9\-\_\.]{2,68}\.([a-z]{2,3})\/?$/', $domain);


In action = LINK (http://rubular.com/r/k1JFIUF4Rt)

Perhaps it also solves your url-problem with http://finakonsten.dinstudio.se or better
finakonsten.dinstudio.se ;)

Please test it...

Anjana Hemachandra
July 27, 2013, 12:43 AM
[General][ Version 4.1.0][ General Modern] Photos, thumbnails and sql traces leaving behind after deleting a listing by admin.- [ leaving deleted files and sql traces in “Files Directory” in root and “fl_listing” and “fl_listing_photos” tables in sql D-Base]

Discription - If we delete a listing through admin panel then remove it from the trash. Those deleted listings are leaving traces in fl_listing and fl_listing_photos tables in sql D-Base. Also leaving uploaded photos and thumbnails in "files" directory in root folder without deleting them. So there is no option to delete them other than manually delete them through c-panel or FTP. If the site has so many user accounts and so many postings deleting those manually will be time wasting and can cause other issues.
I have tested this many times, same result every time.

Solution: Not found.

====Unsolved====

//Anjana
Original Threat link – http://www.flynax.com/forum/showthread.php?1406-Photos-thumbnails-and-sql-traces-leaving-behind-after-deleting-a-listing-by-admin&highlight=Photos

I am reediting the threat on 31/07/2013 Flynax Team member Mike is now working on this issue under a different threat - http://www.flynax.com/forum/showthread.php?1389-Admincp-can-t-completely-delete-data

admin
July 30, 2013, 05:36 AM
Hi all,

For bugs in mobile apps were created following sections:
iOS App (http://www.flynax.com/forum/forumdisplay.php?28-iOS-App) Bug Reports
Android App (http://www.flynax.com/forum/forumdisplay.php?29-Android-App) Bug Reports

Steffen Buschkemper
August 3, 2013, 09:08 AM
Discription - I found a bug in user menu

When a user edited and saved his profile, some links disappear in the user menu.
Disappearances links are e.g.:

My Listings
My Banners
...


To see again the missing links, the user must refresh the page.
You can reproduce this bug also on all flynax demo pages.

Pictures from flynax demo pages.

Before profile edit
603

After profile edit
602


Solution: Thanks Exe for fast solution in the following post.

====Solved====

//Steffen

Alex
August 3, 2013, 10:17 AM
Hey,

Open to edit: /includes/classes/rlAccount.class.php

Find the part of code: (~line: 1627) [the code into a function editProfile]


unset($account['Confirm_code']);


and add the following code like this:



/* check abilities */
$abilities = explode(',', $account['Abilities']);
$abilities = empty($abilities[0]) ? false : $abilities;
$account['Abilities'] = $abilities;

unset($account['Confirm_code']);