17870 comments found.
Configuration Check Failed PHP Memory allocation 40 MB – We recommend setting memory to at least 128MB. See: Increasing memory allocated to PHP GD / IMAGEMAGIC INSTALLED WP Max Upload Size 1 GB (error ) PHP Post Max Size 1 GB PHP Time Limit 300 s PHP Max Input Vars 5000
provide exact documentation for this and how to carry out this rectification and what is your demand ,,,,,
please see : https://docs.wplms.io/installation/installing-wplms-on-a-fresh-wp-install , it is possible that WordPress is unable to detect and showing defaults. In such cases you can ignore it and move forward if you have already confirmed these are correct.
Hi, still waiting for this ticket please: https://wplms.ticksy.com/ticket/3762322
Support has replied on it.
I have had a problem for 4 months that has not yet been resolved. In one of the VibeBP updates, the link to log in via popup is no longer functional. Additionally, the user panel displays a 404 screen, just like when they try to access the courses. I already opened a private ticket, but I still didn’t receive efficient support in resolving it. I don’t know what to do. It’s been 4 months since I’ve updated plugins or Wordpress to keep the site working. I’m going to have to report what happened to Themeforest, which I didn’t want to do.
Please connect with me at wplms.ticksy.com, this has been resolved. Ensure vibebp is latest update. Ensure members directory is set, connect via email via my profile in case you do not have support access.
Contact to student from instructor’s dashboard contact form widget is not working while contact to instructors, administrator is ok. https://snipboard.io/JbGEgK.jpg
https://jumpshare.com/v/RRyhp6pu05S4aJVmGQAHthanks, we’re releasing this fix asap
Thanks
Working on thse thanks for sharing.
Hello, I need some information before making a purchase. Could you please answer these questions, for which I’ll try to be as clear as possible: 1. I want to create a platform to train my sales representatives internally. In this situation, which license applies to me: Regular License or Extended License? 2. Do you have recommendations regarding the format, size, and quality of the videos? 3. Quiz functionality: Is it available? 4. Do you have an integrated solution to protect videos, linked files, and site data from copying (simple copying, copy-paste, screen capture, etc.)? Should I consider another solution (and if so, do you have advice for your customers)? 5. Will my sales representatives be able to have a personal profile showing their progress and development? 6. Is it possible to finely/individually manage what users can see, or will an additional plugin be required? 7. Do you have an integrated file transfer solution that allows file transfers between the administrator and individual users (but not between basic users)? 8. Can user profiles remain inaccessible to both non-logged-in users and other logged-in users? Thank you!
2. It depends where you want to host it, self host it , Vimeo (private) or Youtube.
3. Yes
4. for videos we have masking feature, for PDF’s we have our custom PDF viewer, and other features like disabling right click & viewing source. For videos we usually recommend Vimeo which comes with a domain lock feature so your videos are protected and masked by our player.
5. Yes, you can create different levels for profiles, also use our superb gamification feature
6. Yes, you can control what each user can see, the dashboard and functions can be set based on member type that you create.
7. We have an inbuilt Drive feature with protected file transfer. video link
8. Yes, it is possible to keep these profiles private and accessible to administrator and self only.
Also, recommended videos : https://www.youtube.com/watch?v=2oCL_VJqtzY&list=PL8n4TGA_rwD9ci-n0CNWiZkON5TkClIOT&index=2 and you can also use a side addon link.
Also this can be easily converted to mobile app,.
Thanks for your reply
Hi, this is CRITICAL for IOS, users cannot see any videos embeeded from vimeo just in IOS, big problem here, please se chek in detail my ticket here: https://wplms.ticksy.com/ticket/3764738/
Thanks working on the ticket.
Hi, I still can’t have a solution for this for Iphones, please help solving this: https://wplms.ticksy.com/ticket/3764738/
Hi, please still waiting for reply on this: https://wplms.ticksy.com/ticket/3762322
Thank you for posting, checking asap.
And this is a new critical issue when playing the video in iphone with latest version of plugins and wplms theme: https://wplms.ticksy.com/ticket/3764738
Please help!
replied on the ticket.
Hi, I need to go back to older versions of vibe pb and WPLMS plugin as well as template to check this issue, in my case it remains. nothing is working in my case, pelase give reposiroty from old versions of the plugins and theme!
Hi, the IUUSE in playing videos on IOS is still there: https://wplms.ticksy.com/ticket/3764738/
my database got big i dont know why: https://prnt.sc/M04rBjljLYRs my website is too slow. i checked my database and i found only these 4 tables causing database storage issue:
how to optimize it without affecting users, and thier activity and records. thanks for helping me in advance.
This should be ideally handled via database partitioning reference. The other approach is to reduce the size of the database by identifying redundant users, units, courses and removing the meta and activity information for them in your database. You should also observe which content is filling your database, in one such cases we found Akismet filling up the database and selectively removed it reducing db size. reference link
fatal errror: Use of undefined constant BP_REGISTER_SLUG – assumed ‘BP_REGISTER_SLUG’ (this will throw an Error in a future version of PHP) in /home/evoluti2/public_html/wp-content/themes/wplms/templates/login/default_login.php on line 112
When i updated the site in wplms 4.963 and buddypress 14 then i was getting so many errors as stated above. everything was set all componenets, pages in buddpress still it was killing my site. i added this custom code to fix those errors.
add_action(‘bp_include’, function() { if (defined(‘BP_VERSION’)) { // Check if BuddyPress is active // Define each constant only if not already defined if (!defined(‘BP_REGISTER_SLUG’)) { define(‘BP_REGISTER_SLUG’, ‘register’); } if (!defined(‘BP_XPROFILE_SLUG’)) { define(‘BP_XPROFILE_SLUG’, ‘profile’); } if (!defined(‘BP_ACTIVATION_SLUG’)) { define(‘BP_ACTIVATION_SLUG’, ‘activate’); } if (!defined(‘BP_MEMBERS_SLUG’)) { define(‘BP_MEMBERS_SLUG’, ‘members’); } if (!defined(‘BP_ACTIVITY_SLUG’)) { define(‘BP_ACTIVITY_SLUG’, ‘activity’); } if (!defined(‘BP_GROUPS_SLUG’)) { define(‘BP_GROUPS_SLUG’, ‘groups’); } if (!defined(‘BP_BLOGS_SLUG’)) { define(‘BP_BLOGS_SLUG’, ‘blogs’); } if (!defined(‘BP_FRIENDS_SLUG’)) { define(‘BP_FRIENDS_SLUG’, ‘friends’); } if (!defined(‘BP_MESSAGES_SLUG’)) { define(‘BP_MESSAGES_SLUG’, ‘messages’); } if (!defined(‘BP_NOTIFICATIONS_SLUG’)) { define(‘BP_NOTIFICATIONS_SLUG’, ‘notifications’); } if (!defined(‘BP_SETTINGS_SLUG’)) { define(‘BP_SETTINGS_SLUG’, ‘settings’); } } }, 10, 0);
can you please tell me why it happened and this code is right?? it will do the desired work or not??
Please install the BP Classic plugin : https://wordpress.org/plugins/bp-classic/
i installed it and it does not work. i then added this code which solved the issue. i dont know whats causing this. php/ wordpress/ wplms all at latest.
db is mariaDB and latest.
is there anything i am missing?? or code can interfare with anything just tell me??
Hi Admin,
I hope you are doing well. I have been a long-time user of WPLMS, but I haven’t updated the theme in the last four years, which has now led to some issues. I’ve created a new subdomain and would like to install the latest version of WPLMS. Could you please share any helpful materials to guide me through this process?
Our academy has multiple instructors, and I am also interested in using the app features. can I see the different demos available for this ? If you have any YouTube videos or playlists on installation, settings, and adding quizzes, it would be greatly appreciated.
Thank you in advance for your support.
Best regards,
hi, sure, our video list is here, you can email me your site link at vibethemes@gmail.com and I can share more relevant details on what you may’ve been missing.
there is a security issue with wplms mr vibe i went to it today and hs.domainname.com popped up .. database error when going to /app and nobody not even my hosting company has a login for this .. whats going on man. this is quite embarrasing
Please update the WPLMS Theme to 4.963 this was live live last week. Please ensure you have Envato market plugin installed to get the live updates.
you took down the app without a refund or a way to get value, app went off shortly after i paid and till today i can use it.
I assume you mean WPLMS App project on codecanyon, we stopped its sale in 2021 and provided support for 1 full year, ultimately we removed it in 2022 which was the last support date. The reason for removing it was the underlying technology was declared “end of life” and we could not have maintained that project without it.
In you are interested we do have news for App users. Please email me at vibethemes@gmail.com
Hello, I became outdated with my portal, I stayed on WPLMS Version: 3.9.8.1 and I have some questions to update, do I have to make any changes to my courses? Since I have 1215 published courses and 11,910 published units and it would be a martyrdom to have to update all the courses, second I use woocommer and woocommerce membership with its WPLMS WooCommerce Memberships plugin, does this still work in the current version? I hope you can give me your comments and recommendations.
Yes, all the plugins were updated to be compatible with version 4. Your current version 3.9.8.1 can be upgraded to 3.9.9.6 version (break-free) which is still working on many sites with php 8.2. You can keep using this version, since the upgrade to 4.x is a breaking update and many users do not wish to upgrade. We have some interesting news for you, please email me at vibethemes@gmail.com
Where can we download WPLMS 4.963??
I can only download 4.962 from Envato and I’m lead to believe that it’s still has a security vulnerability!?
Yes 4.963 was released the next day. Please update to 4.963, check the Appearance – themes section for version. https://prnt.sc/rxCte8-X43IF install the envato market plugin for automatic updates directly in your wp admin panel.
The download changelog.txt only mentions 4.962 and the website documentation within WPLMS mentions 4.951 so those two things together did not provide much comfort. I used wpcli-vulnerability-scanner to check for vulnerabilities and it mentioned my WPLMS is 4.963. A scary few days as my wp-config.php disappeared several times for my site https://www.cleverer.au. This will be some good content to add to one of our cyber security courses, the ongoing battle against cyber threats. Thankfully I’m running it on a https://www.slickstack.io so it has extremely high security to prevent attacks outside of that.
You’re right, the changelog was not updated as the fix was a last minute fix from 4.962-4.963. Yes, we’ve seen few wp-config.php issue for past few days on outdated theme users.
Urgent issue website Getting 403 Forbidden error
Private Ticket #3760562
Please my website is down its really urgent students are waiting
This was resolved in live chat via facebook.
Thank you very much. Fast support thumbs up. 
Urgent issue website Getting 403 Forbidden error
Private Ticket #3760562
Replied on ticket. Working with you via live chat.
Thank you very much. Fast support thumbs up. 
Urgent issue website broke with update. Getting 403 Forbidden error
Private Ticket #3760562
Support team please help this is really really urgent
Please update on the ticket
Hi, I am looking for a solution where they instructors get paid directly when a student book their courses. If its not, are you available for a customization? Thanks.
We have instructor commissions, the commissions get accumulated and once they cross a threshold you can easily transfer then via our Stripe / Razorpay payouts extension (link) , see video : https://www.youtube.com/watch?v=9-0sTdUja7g , there is also an issue with the direct payment on sale and that comes with refunds, cancellation, account deletion and other edge cases. So keeping a threshold value to manage that amount is what we usually suggest to users.
Hello! Was WPLMS fully integrated with WPML? Can courses, quizzes, dashboards, email templates and more be fully multilingual?
we have this WPML demo : https://demos.wplms.io/wpml , yes but to switch between dashboards while testing, logout and re-login.
have a demo account for adminstration?
Unfortunately, we do not provide administration access, you can check this video on setting up wpml