skip to Main Content

I get a undefined curl_version() function in php – Apache

I added Paypal Express checkout plugin to my website. I get this error: 2019-07-23T15:45:32+00:00 CRITICAL Uncaught Error: Call to undefined function PayPalCorecurl_version() in /var/www/html/wp-content/plugins/woo-paypal-express-checkout/includes/php-library/paypal-rest/lib/PayPal/Core/PayPalHttpConfig.php:65 and this is the line $curl = curl_version(); What can I do to resolve this probleme…

VIEW QUESTION

Using FieldMethodizer to access static files prints "Could not add x for field methodizing: x" – Apache

When I try to use velocity's FieldMethodizer variable in my template it prints error. I'm using SparkJava framework and velocity template engine. public static String render(Map<String, Object> model, String templatePath) { model.put("WebPath", new FieldMethodizer("Path.Web")); return strictVelocityEngine().render(new ModelAndView(model, templatePath)); } private…

VIEW QUESTION

htaccess redirect 301: www to non-www not working – Apache

I'm trying to redirect my joomla - site from www to non-www. Therefore I changed my .htaccess file. I have no experience with changing the .htaccess. So I tried these solutions: https://tribulant.com/docs/hosting-domains/hosting/9867/redirecting-to-www-or-non-www/ https://joomlagroup.com/joomla-tutorial/redirect-url-in-htaccess-for-joomla https://joomlaseo.com/checklist/choose-www-or-non-www .htaccess redirect www to non-www not…

VIEW QUESTION
Back To Top
Search