Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video likes update counter not working #7683

Open
para2022 opened this issue Feb 17, 2023 · 13 comments
Open

Video likes update counter not working #7683

para2022 opened this issue Feb 17, 2023 · 13 comments
Labels

Comments

@para2022
Copy link

para2022 commented Feb 17, 2023

Another bug. The Likes update counter is not working. It turns blue but doesnt update the counter until you refresh the page. Same prob on fresh install and on 2 servers. It was working fine before. Nothing reported in the logs.

Thanks

@para2022 para2022 added the bug label Feb 17, 2023
@DanielnetoDotCom
Copy link
Member

can you please screenshot and detail more the steps?

@para2022
Copy link
Author

para2022 commented Feb 17, 2023

First image is me presing like, you can see it glows blue but doesnt update the like to '1' and the second image is the page refreshed showing like = 1. so the counter doesnt update on pressing, only once the page is refreshed. Thanks

Screenshot 2023-02-17 at 15 32 14

Screenshot 2023-02-17 at 15 33 00

@DanielnetoDotCom
Copy link
Member

Please check this update

@para2022
Copy link
Author

That update just broke my site mate. White page with loads of code. Stripe error.

@DanielnetoDotCom
Copy link
Member

what is the error you are seeing?

@DanielnetoDotCom
Copy link
Member

check your logs

@para2022
Copy link
Author

array(4) { ["type"]=> int(1) ["message"]=> string(1921) "Uncaught Error: Failed opening required '/mypath/vendor/stripe/stripe-php/init.php' (include_path='.:/usr/share/php') in /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1) : eval()'d code:5 Stack trace: #0 /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1): eval() #1 /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18): eval() #2 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18) : eval()'d code(1) : eval()'d code(4): require_once('...') #3 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18) : eval()'d code(1): eval() #4 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18): eval() #5 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18) : eval()'d code(1) : eval()'d code(5): require_once('...') #6 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18) : eval()'d code(1): eval() #7 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18): eval() #8 /mypath/plugin/AVideoPlugin.php(304): require_once('...') #9 /mypath/plugin/Plugin.abstract.php(142): AVideoPlugin::loadPlugin() #10 /mypath/plugin/CustomizeUser/CustomizeUser.php(496): PluginAbstract->getDataObject() #11 /mypath/plugin/AVideoPlugin.php(641): CustomizeUser->getStart() #12 /mypath/objects/include_config.php(178): AVideoPlugin::getStart() #13 /mypath/videos/configuration.php(46): require_once('...') #14 /mypath/view/index.php(7): require_once('...') #15 {main} thrown" ["file"]=> string(132) "/mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1) : eval()'d code" ["line"]=> int(5) }
array(4) {
["type"]=>
int(1)
["message"]=>
string(1921) "Uncaught Error: Failed opening required '/mypath/vendor/stripe/stripe-php/init.php' (include_path='.:/usr/share/php') in /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1) : eval()'d code:5
Stack trace:
#0 /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1): eval()
#1 /mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18): eval()
#2 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18) : eval()'d code(1) : eval()'d code(4): require_once('...')
#3 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18) : eval()'d code(1): eval()
#4 /mypath/plugin/DiskUploadQuota/Objects/UploadQuotaUser.php(18): eval()
#5 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18) : eval()'d code(1) : eval()'d code(5): require_once('...')
#6 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18) : eval()'d code(1): eval()
#7 /mypath/plugin/DiskUploadQuota/DiskUploadQuota.php(18): eval()
#8 /mypath/plugin/AVideoPlugin.php(304): require_once('...')
#9 /mypath/plugin/Plugin.abstract.php(142): AVideoPlugin::loadPlugin()
#10 /mypath/plugin/CustomizeUser/CustomizeUser.php(496): PluginAbstract->getDataObject()
#11 /mypath/plugin/AVideoPlugin.php(641): CustomizeUser->getStart()
#12 /mypath/objects/include_config.php(178): AVideoPlugin::getStart()
#13 /mypath/videos/configuration.php(46): require_once('...')
#14 /mypath/view/index.php(7): require_once('...')
#15 {main}
thrown"
["file"]=>
string(132) "/mypath/plugin/DiskUploadQuota/Subscription/Stripe/StripeObject.php(18) : eval()'d code(1) : eval()'d code"
["line"]=>
int(5)
}
array(1) {
[0]=>
array(2) {
["function"]=>
string(14) "avideoShutdown"
["args"]=>
array(0) {
}
}
}

@para2022
Copy link
Author

I cannot check logs the site is broken completely, i git pull cleared cache then it breaks.

@DanielnetoDotCom
Copy link
Member

please make a git pull again

@para2022
Copy link
Author

Im back working again now. Thanks buddy, that a big scare. Thats for that rapid fix its deepy appreciated.

@para2022
Copy link
Author

However the likes bug still exists.

@DanielnetoDotCom
Copy link
Member

please check this update

@para2022
Copy link
Author

Thats fixed it. Cheers pal!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants