Geethu Vijayan
Forum Replies Created
-
Forum: Plugins
In reply to: [License Manager for WooCommerce] Error on License key activation@drazenbebic I have the same issues @luislpez mentioned in the above messages. Actually this plugin is not working fine. Admin can’t change the status of the key either.
API is not working as expected. Seems like I have to find an another plugin which can do the job
- This reply was modified 5 years, 9 months ago by Geethu Vijayan.
Forum: Plugins
In reply to: [License Manager for WooCommerce] Error on License key activationHi @drazenbebic ,
Hope you are back on work. Could you please check the issue I have mentioned in this thread. I was waiting for your reply
Forum: Plugins
In reply to: [License Manager for WooCommerce] Error on License key activationWhether I need to add any other code/file into my product (plugin)? Did I missed any other steps?
Forum: Plugins
In reply to: [License Manager for WooCommerce] Error on License key activationHi @drazenbebic ,
Thanks for the quick response. I have REST API and the site admin is the owner with ID 1. So the code to activate the key I have in the client side is as follows
echo "<h1>Activate license </h1>"; $cmd1='curl --location --request PUT "https:/mysite.com/wp-json/lmfwc/v1/licenses/activate/2?license_key=LBDL55-U5U-2L2-UJ1&order_id=48&product_id=42&updated_by=1&consumer_key=ck_5f3e6a4418ea9e02bcad6d2fbd121182676f7720&consumer_secret=cs_2db5060ab7222ecfdc7e68b3de594a99dff86c7c" \ --header "Content-Type: application/json" \ --data "{ \"order_id\": null, \"product_id\": null, \"license_key\": \"LBDL55-U5U-2L2-UJ1\", \"valid_for\": null, \"status\": \"active\" }"'; exec($cmd1,$result1);
Where,
And the result I got is
Array ( [0] => {“code”:”lmfwc_rest_data_error”,”message”:”Updated by User ID is invalid”,”data”:{“status”:404}} )
Could you please check the code I have pasted above?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problem with image uploaderYes, it is my mistake. I posted my issue in the wrong thread. Thanks for your time. Let me search a solution to my issue.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Problem with image uploaderMine is not working at all. Tried all possible ways. My requirement is to upload files from WP site front end via media uploader.
I got the error, https://www.awesomescreenshot.com/image/3715079/0d40b3c925c1a33a204c769c66a0c6a9
The loader is showing all time, no old images listed in the screen and can’t upload new media items too. When I tried to upload new images via this screen, i am getting the error “An error occurred in the upload. Please try again later.”
I checked the permissions too(both upload folder permission & user role permission to upload media files)
No errors/warning on the console.
I called my custom jQuery files and media jquery as follows:
add_action( 'wp_enqueue_scripts', 'LBtheme_scripts' );
function LBtheme_scripts() {
wp_enqueue_script( 'StripeJS1', "https://js.stripe.com/v2/" , array(), '26.10.23', true );
wp_enqueue_script( 'mainScript', plugins_url('/js/main.js', __FILE__ ) , array(), '26.10.23', true );
wp_enqueue_script( 'mainajax', plugins_url('/js/front-end-ajax.js', __FILE__ ) , array(), '26.10.23', true );
wp_enqueue_media();
}
Anyone please help me to solve this issue? Urgent, please ??
- This reply was modified 6 years, 3 months ago by Geethu Vijayan.
Forum: Localhost Installs
In reply to: migration from local host to a server-linking proble@1234joanna Could you please let me know whether you have used any kind of gallery plugins for that? If so, you may have to update the additional database tables created for that gallery plugin.
Thanks,
Geethu- This reply was modified 6 years, 11 months ago by Geethu Vijayan.
Forum: Fixing WordPress
In reply to: reduce white space around page content.
- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
- This reply was modified 7 years, 8 months ago by Geethu Vijayan.
Forum: Fixing WordPress
In reply to: How do i change the font color of my title menu buttonsHi @blake324,
You have to edit the CSS files to write some extra styles for giving hover styles to menu items and other sections.
Please do contact some coders so that they could help you. OR else, send us the site link.
Regards,
[ Signature moderated ]- This reply was modified 7 years, 8 months ago by Geethu Vijayan.
- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
Hi Fan,
Please make sure that you have provided enough permissions to all the files and folders of the site.
All folders should have 755 permission and files should have 644.
Please change the permission and check again.
If still it’s not working, please re-upload the ‘wp-includes’ and ‘wp-admin’ folders (and also the root files except wp-connfig.php’) from the fresh WordPress download.
Regards,
[ Signature moderated ]- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Can’t acces to adminHi,
Have you checked the permissions?
Forum: Fixing WordPress
In reply to: Can’t acces to adminHi Mate,
Please login to your cpanel and you can see the file/folder permission in the listing page itself.
Refer, https://www.awesomescreenshot.com/image/2580368/f702d558b2f5676511eac35b208b6307
If you are absolutely unaware where to edit the files, please contact some wordpress developers, so that they could help you without any risk.
Regards,
[ Signature moderated ]- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
Forum: Localhost Installs
In reply to: Unable to Update WordPressHi,
The automatic updates won’t work with the localhost WordPress setup. You have to do the updates manually if we have the site installed in our local machine irrespective of the operating system.
Regards,
[ Signature moderated ]- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).
Hi Fan,
Please make sure that the remote server where you hosted your database have added the wordpress server’s IP as remote IP from the CpPanel.
We can’t access any database from any other server even if we are connecting through WordPress.
Forum: Fixing WordPress
In reply to: Can’t acces to adminHi,
Please make sure that you have provided enough permissions to all the files and folders of the site.
All folders should have 755 permission and files should have 644.
Please change the permission and check again.
Regards,
[ Signature moderated ]- This reply was modified 7 years, 8 months ago by Geethu Vijayan.
- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata).