Lorsque je veux accéder au plugins ou widgets ou médiathèque ou bien ajouter un media ou un plugin je trouve les pages sous wp-admin ne fonctionnent pas, par exemple wp-admin/plugin.php, wp-admin/widgets.php, wp-admin/upload.php, wp-admin/option.php, wp-admin/media-new.php … ” Oops! That page can’t be found.”
Ainsi, lorsque je veux téléverser un ficher dans un article même pour une image de taille petit un message s’affiche: “Le serveur ne peut pas traiter l’image. Cela peut se produire si le serveur est occupé ou ne dispose pas de suffisamment de ressources pour terminer la tache. Téléverser une image plus petite peut aider. ”
]]>Two Issues:
WordPress Media is not recognizing files uploaded through cPanel or FTP. File and Folder Permissions are correct.
Also, previously uploaded files are not being displayed, just placeholders are shown. When you click on the image, it does not show the image; however, it does show all the details.
Thanks
]]>—
With the Duplicator Pro Plugin I am trying to migrate a wordpress site to another installation:
I want to use Advanced File Manager to move 2 files from URL1:https://virksomheder.simplyjob.dk to URL2:https://simplyjob.se/test. The files are:
1) A zip archive
2) a PHP file (called installer.php)
– Ive successfully moved the zip file from URL1 to URL2.
– But I can’t move installer.php – when i try to upload I get error msg “Unable to connect to backend. HTTP error 0” and I cant upload it.
Screenshot: https://photos.app.goo.gl/bdTQoiy5FY2c98ti6
I really don’t know how to solve this.
Help would be much appreciated!!
Only workaround is to use define(‘SCRIPT_DEBUG’, TRUE);
When doesn’t work:
GET https://mySite/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-core,jquery-ui&load%5B%5D=-widget,jquery-ui-mouse,jquery-ui-sortable,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,img&load%5B%5D=areaselect,image-edit,media-grid,media,svg-painter,heartbeat,wp-auth-check&ver=4.9.8 HTTP/1.1
Host: mySite
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: https://mySite/wp-admin/upload.php
Cookie: <some cookie>
DNT: 1
Connection: keep-alive
When debugging activated:
I don’t see any load-scripts.php and Media Library is loaded.
Debugging doesn’t pinpoint to any problem but something changes the behavior when activated.
]]>please help me, i am creating plugin under upload.php and i am creating form for submit data why when i am do wp_redirect i got error like this :
Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/formatting.php:5011) in …/wp-includes/pluggable.php on line 1174
please help me for this case, i was searching 2 day and follow all instruction from blog and from wp website to but still get nothing
i read https://codex.www.ads-software.com/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F but solution just remove ?> or bla bla bla
please help me
]]>Because of the customizations, I’m trying to do a manual debug. The last thing he worked on was a customization for event espresso. Deactivating EE does not resolve the issue.
I tracked down three error messages in the Chrome debugger console. They all seem to involve media and admin referrer url validation.
The first is an empty array from line 167 in upload.php which is upon
exit
for the
if ( $doaction ) {
check_admin_referer(‘bulk-media’);`
function
} elseif ( ! empty( $_GET['_wp_http_referer'] ) ) {
wp_redirect( remove_query_arg( array( '_wp_http_referer', '_wpnonce' ), wp_unslash( $_SERVER['REQUEST_URI'] ) ) );
exit;
The second is Cannot read property ‘replace’ referencing the same function as #1 above.
The third error is the
Cannot read property ‘hasClass’ of undefined
referencing load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,underscore,shortcode,bac&load%5B%5D=kbone,wp-util,wp-backbone,media-models,wp-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,wp-pla&load%5B%5D=ylist,mce-view,imgareaselect,image-edit,media-grid,media,svg-painter,heartbeat,wp-auth-check&ver=4.2.9
And the debugger points to line 554
!function(a){function b(){var b,d=a("#wp-auth-check"),f=a("#wp-auth-check-form"),g=e.find(".wp-auth-fallback-expired"),h=!1;f.length&&(a(window).on("beforeunload.wp-auth-check",function(a){a.originalEvent.returnValue=window.authcheckL10n.beforeunload}),b=a('<iframe id="wp-auth-check-frame" frameborder="0">').attr("title",g.text()),b.load(function(){var b,i;h=!0;try{i=a(this).contents().find("body"),b=i.height()}catch(j){return e.addClass("fallback"),d.css("max-height",""),f.remove(),void g.focus()}b?i&&i.hasClass("interim-login-success")?c():d.css("max-height",b+40+"px"):i&&i.length||(e.addClass("fallback"),d.css("max-height",""),f.remove(),g.focus())}).attr("src",f.data("src")),a("#wp-auth-check-form").append(b)),a("body").addClass("modal-open"),e.removeClass("hidden"),b?(b.focus(),setTimeout(function(){h||(e.addClass("fallback"),f.remove(),g.focus())},1e4)):g.focus()}function c(){a(window).off("beforeunload.wp-auth-check"),"undefined"==typeof adminpage||"post-php"!==adminpage&&"post-new-php"!==adminpage||"undefined"==typeof wp||!wp.heartbeat||wp.heartbeat.connectNow(),e.fadeOut(200,function(){e.addClass("hidden").css("display",""),a("#wp-auth-check-frame").remove(),a("body").removeClass("modal-open")})}function d(){var a=parseInt(window.authcheckL10n.interval,10)||180;f=(new Date).getTime()+1e3*a}var e,f;a(document).on("heartbeat-tick.wp-auth-check",function(a,f){"wp-auth-check"in f&&(d(),!f["wp-auth-check"]&&e.hasClass("hidden")?b():f["wp-auth-check"]&&!e.hasClass("hidden")&&c())}).on("heartbeat-send.wp-auth-check",function(a,b){(new Date).getTime()>f&&(b["wp-auth-check"]=!0)}).ready(function(){d(),e=a("#wp-auth-check-wrap"),e.find(".wp-auth-check-close").on("click",function(){c()})})}(jQuery);
Warning: chmod() [function.chmod]: No such file or directory in /home/project/public_html/mysitepath/wordpress/wp-content/plugins/enable-media-replace/upload.php on line 125
Warning: Cannot modify header information – headers already sent by (output started at /home/project/public_html/mysitepath/wordpress/wp-content/plugins/enable-media-replace/upload.php:125) in /home/project/public_html/mysitepath/wordpress/wp-includes/pluggable.php on line 896
Any ideas?
https://www.ads-software.com/plugins/enable-media-replace/
]]>I’ve set File Permissions to 755 but the problem still persists…Any help would be appreciated
Thanks in advance
]]>taxonomy = category_media
.
All works perfectly on WAMP, but I have issues on the MSSQL/PHP-CGI/IIS7.5.
When filtering down media with custom taxonomy, the page does not return anything. e.g.
wp-admin/upload.php?category_media=docs&post_type=attachment
Where do I even begin to look for a problem?
]]>