Quantcast
Channel: Topic Tag: error | WordPress.org
Viewing all 31792 articles
Browse latest View live

Page not loading after functions.php edit

$
0
0

Last night I was making some edits to the functions.php. In the end I got everything working fine and how I need it to. However, one of my pages http://uprisingreview.com/stories is coming back with a 500 error. However, it is working on a few browsers as well as on mobile. I wondered it if was a theme issue, so I switched to Twenty Seventeen and still got the same error. On Firefox, the stories page is loading fine, but the homepage is not loading.

Update: www. url’s are all working fine. Any link that does not reroute to www is not loading.


Fail to Open Strem

$
0
0

failed to open stream: Permission denied in /wp-content/plugins/wp-ses/wp-ses.php on line 323

Hi! Did any one had this issue after upgrade to PHP 7?

I really dont know how to fix this apache error. But the plugin is working fine

Stops working without message

$
0
0

Hi. I have worked with contact form without problems, but suddenly it has stopped working and only shows the message (orange) that could not be sent and that the administrator is contacted.
No changes were made to the server.
thanks for your help

API error after update to 3.4.0

$
0
0

Until today everything has been working fine. However, after the update to 3.4.0 we see on many sites an API error in the log:

FEHLER: Call to undefined method BackWPup_Destination_Dropbox_API_Request_Exception::error()

Additionally, the settings have changed. All archive names have now a new prefix. What’s wrong?

Error in Plugin

$
0
0

Hello,

I have installed your plugin in latest version of WordPress and Woocommerce but it’s getting some error in admin side.
Missing some java-script and CSS file and admin stop working because of your plugin.

can you please check once in plugin and get back to us for solution or latest plugin.

Thanks,
Tejas

Error on backup attempt

$
0
0

I have been using this plugin for many years and it has worked flawlessly. But now I have on e site that gives me an error “Job “Job with ID 1″ has started, but not responded for 10 seconds. Please check information.”

I have deleted the plugin and reinstalled, same error.

Help!

Error

$
0
0

Hi.

I made the installation in localhost mode with xampp and I am getting the following error messages:

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly.php on line 193

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_calendar.php on line 121

Notice: Undefined index: chronosly_admin_memory_limit in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_category.php on line 39

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_category.php on line 174

Could you tell me how to solve this problem?

Thanks
kklo

Error 404 creating invoice

$
0
0

Hello,

When i create a new invoice this error ocurre:

Fatal error: Call to undefined method WooCommerce_PDF_Invoices_Export::get_invoice_date() in /home/dietprem/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-functions.php on line 431

Can you help me?

Thanks!


Importer not working for large size xml file.

$
0
0

Hi,

Please help me out, I’m trying to migrate big blogger blog to WordPress. XML size is 540MB. But importer is not able to import single post out of it. I can see only below error message in the log.

PHP Warning: Invalid argument supplied for foreach() in /var/www/Domainname.com/wp-content/plugins/blogger-importer/blogger-importer.php on line 227, referer: http://www.Domainname.com/wp-admin/import.php?import=blogger

Please as thr is not another alternative plugin to import which works.

Thank You

Something went wrong and the data could not be saved.

$
0
0

I can’t save my repeater template but it was the same repeater template that I use on local. It works on localhost but not on our staging site

<li<?php if (! has_post_thumbnail() ) { echo ' class="no-img"'; } ?>>
<div class="author"><strong>posted by</strong><br/> <p><?php the_author(); ?></p></div>
   <?php if ( has_post_thumbnail() ) {
      the_post_thumbnail('full');
   }?>

   <div class="content">
    <?php the_content(); ?>
</div>

<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
</li>

Sorry, There’s an Error in Xllentech Today Widget. Plz contact support!

$
0
0

As of the last few days, the error i am getting on the widget in the content sidebar is “Sorry, There’s an Error in Xllentech Today Widget. Plz contact support!”

Please let me know what additional information is required in order to be able to assist?

“403 Forbidden” Error

$
0
0

Hello,
Hope someone can help with this?
I keep getting “403 Forbidden” every time I customize any part of the setting.
I have reset my .htaccess but the problem persist.
What could be triggering the error?
Thanks

Problem with Compatibility Checker

$
0
0

I recently upgraded php to 7.1. I got this when I ran the PHP compatibility checker.

better-search-replace/includes/class-bsr-compatibility.php
————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————-
54 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
————————————————————————————————————————-

PHP 7 Compatibility

$
0
0

I recently installed php7.1. I ran the compatibility checker, and it uncovered major problems with this plugin.

all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysql.php
————————————————————————————————————————————————–
FOUND 8 ERRORS AFFECTING 8 LINES
————————————————————————————————————————————————–
35 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
45 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
54 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
63 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
72 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
82 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
92 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
102 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.

Error in Form Submission (x_amount & x_line_item)

$
0
0

Hello! An error notification email was recently sent regarding a failed payment on the form here. The message indicated that the following errors were found:

* x_amount : Payment amount is required.
* x_line_item # 1 – Price is not a number
* x_line_item invalid

I contacted Payeezy support and they indicated that this would be a plugin issue. Can you advise regarding this issue? Thanks!


Error adding page

$
0
0

I am having problems adding a page to my WordPress installation, clicking Add new, the options are super limited, and it appears as if you were editing the “blog” page, but as it is new page can not have this configuration, And I can not save the page, giving a permission error, and my user is an administrator.
Another error is also when I create a new user, the same does not appear the name in the list and when I click edit it is with ID 0. What can be done? I already tried to restore the database through the WordPress panel, I also tried to restore the installation and it continues with the same error.

Turn off an option and error message

$
0
0

Hi

It works great except for two things:

1. In the front-end, if I turn on an option and then turn it off, I still see a yellow background on hover.

2. When clicking on “Contrasts white” I get the following error message in console “Not allowed to load local resource: chrome://flashblock/content/flashblock.css”

Thanks

Error

$
0
0

Hi.

I made the installation in localhost mode with xampp and I am getting the following error messages:

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly.php on line 193

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_calendar.php on line 121

Notice: Undefined index: chronosly_admin_memory_limit in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_category.php on line 39

Notice: Undefined index: chronosly-allow-flush in C:\xampp\htdocs\agt\wp-content\plugins\chronosly-events-calendar\post-types\post_type_chronosly_category.php on line 174

Could you tell me how to solve this problem?

Thanks
kklo

Error after activate

plugin not inastalling automatically

$
0
0

im trying to insatall ninja form but its not installing and showing error.as below.

Installation failed: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at admin@main-hosting.eu to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.

plese help to fix this issue.

Viewing all 31792 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>