404 and other serious errors
-
Hi, after installing a plugin, whenever I try to save a setting I get this message.
In this instance it relates to DecisionTree
W
arning: Missing argument 2 for DecisionTree::on_update_idonated() in /home/iasservicesorg/public_html/wp-content/plugins/sidecar-decision-tree/DecisionTree.php on line 407
Warning: Cannot modify header information – headers already sent by (output started at /home/iasservicesorg/public_html/wp-content/plugins/sidecar-decision-tree/DecisionTree.php:407) in /home/iasservicesorg/public_html/wordpress/wp-includes/pluggable.php on line 1179
When I try to view the page/tree I created I get a 404
-
nightyard – sorry to hear you’re having problems! Can you let us know the version of PHP and WordPress you’re using?
nightyard – any updates on PHP and WP versions?
Also, what version of DecisionTree (DT) are you using? I’m researching your
headers already sent by (output started at /home/iasservicesorg/public_html/wp-content/plugins/sidecar-decision-tree/DecisionTree.php:407)
error and line 407 doesn’t make sense to me ?? Getting a bit technical, in DT 1.1 line 407 is:405 /** 406 * Runs on change to the i donated setting 407 */ 408 static function on_update_idonated($new_val, $old_val){ 409 if($new_val=='1'){
I actually went back and checked other versions and saw similarly unlikely candidates.
But, let’s assume that the error is true, but the line numbers are off! So, let’s try this: can you edit DecisionTree.php file and find the end of the file:
add_action( 'admin_notices', array( 'DecisionTree', 'admin_page_notice' )); ?>
And remove the few two lines so it looks like this:
add_action( 'admin_notices', array( 'DecisionTree', 'admin_page_notice' ));
Technically there’s a trailing return there on the last line. We can remove the
?>
which is valid PHP and should remove any output that our plugin might be causingHi,
I am 99% sure that the problems are occuring because of my htaccess.I think a plugin has affected the htaccess as I no one who has access to it says they’ve modified it.
when I try to edit any page it just redirects me to the home page.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?iasuk\.org [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?iasukcareers\.org [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?managedmigration\.co\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?managedmigration\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?spousevisas\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?tier1visas\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?tier2visas\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?tier5visa\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?tier5visa\.co\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?workpermitvisa\.co\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?workpermitvisa\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteCond %{HTTP_HOST} ^(www\.)?workvisauk\.org\.uk [NC]
RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R,L]RewriteEngine On
RewriteRule ^wp-admin/$ /wordpress/wp-admin/ [L,R=301]
RewriteRule ^wp-login\.php$ /wordpress/wp-login.php/ [L,R=301]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>#RewriteCond %{HTTP_HOST} ^www.iasservices.org.uk$ [NC]
#RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [R=301,L]# DG 31.03 – setting up redirects
RewriteEngine On
#RewriteCond %{HTTP_HOST} ^iasuk.org [NC,OR]
#RewriteCond %{HTTP_HOST} ^www.iasuk.org [NC]
#RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [L,R=301,NC]
#
#RewriteCond %{HTTP_HOST} ^iasukcareers.org [NC,OR]
#RewriteCond %{HTTP_HOST} ^www.iasukcareers.org [NC]
#RewriteRule ^(.*)$ https://iasservices.org.uk/$1 [L,R=301,NC]
#
#RewriteBase /
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
#RewriteRule ^(.*)$ https://%1/$1 [R=301,L]Redirect 301 /head-of-finance-vacany /recruitment/
Redirect 301 /indefinite-testimonials /testimonials/
Redirect 301 /eea-testimonials /testimonials/
Redirect 301 /asylum-claims-testimonials /testimonials/
Redirect 301 /appeals-package-testimonials /testimonials/
Redirect 301 /corporate-services-testimonials /testimonials/
Redirect 301 /switch-to-premium-testimonials /testimonials/
Redirect 301 /entry-clearance-testimonials /testimonials/
Redirect 301 /partner-visas-testimonials /testimonials/
Redirect 301 /uk-visas /visas/
Redirect 301 /family-visit-visa /visas/
Redirect 301 /ias-administrator-vacancy /recruitment/
Redirect 301 /ias-interpreting /services/
Redirect 301 /recruitment-immigration-solicitors-caseworkers /services/
Redirect 301 /tier-2-sponsor-licence /services/
Redirect 301 /tier-2-intra-company-transfer-visa /visas/
Redirect 301 /tier-2-general-visa /visas/
Redirect 301 /tier-1-investor-visa /visas/
Redirect 301 /tier-1-general-visa /visas/
Redirect 301 /tier-1-entrepreneur-visa /visas/
Redirect 301 /leave-remain /
Redirect 301 /asylum-claims /services/
Redirect 301 /adult-dependent-visa /visas/
Redirect 301 /immigration-law-cpd-training-october-november-2012 /blog/
Redirect 301 /immigration-law-cpd-training-courses-october-november-2012 /blog/
Redirect 301 /immigration-caseworkers-august-2012 /blog/
Redirect 301 /ias-news /blog/
Redirect 301 /immigration-rules-family-settlement-9-july-2012 /blog/
Redirect 301 /life-uk-test /services/
Redirect 301 /applications-overstayers /services/
Redirect 301 /ias-london-address /services/
Redirect 301 /ias-picum-undocumented-migrants-europe /services/
Redirect 301 /keeping-tier-4-student-rules /services/
Redirect 301 /family-visits-%e2%80%93-appeal-rights-family-members /services/
Redirect 301 /image2 /services/
Redirect 301 /oisc-level-1-march-2012 /services/
Redirect 301 /training-courses /services/
Redirect 301 /visas-work-permits /visas/
Redirect 301 /virtual-office-telephone-skype-appointments /services/
Redirect 301 /home-visits /services/
Redirect 301 /prisonsremoval-centres /services/
Redirect 301 /detaineesprison-visits /services/
Redirect 301 /offices /our-locations/
Redirect 301 /same-day-fast-track-package /services/
Redirect 301 /immigration /services/
Redirect 301 /appeals-package /services/
Redirect 301 /about-us /Redirect 301 /comments/feed/ /
Redirect 301 /hello-world/ /
Redirect 301 /former-ias/ /
Redirect 301 /thank-you/ /
Redirect 301 /family-visits-%E2%80%93-appeal-rights-family-members/ /
Redirect 301 /2013/12/ /
Redirect 301 /birmingham-surgery/ /
Redirect 301 /european-eea-applications/ /
Redirect 301 /leeds-surgery/ /
Redirect 301 /indefinite-leave-remain/ /
Redirect 301 /home-2/feed/ /
Redirect 301 /sitemap/ /
Redirect 301 /wp/sitemap.xml /
Redirect 301 /marketing-intern-april-2012/ /
Redirect 301 /2013/12/31/ /
Redirect 301 /images/trib3/ /
Redirect 301 /images/iac/ /
Redirect 301 /thanks/ /
Redirect 301 /images/ias-skype/ /
Redirect 301 /images/spec-advice2/ /
Redirect 301 /images/tribunal/ /
Redirect 301 /images/covering-london-greater-london-and-the-south-east/ /
Redirect 301 /images/visa-application/ /
Redirect 301 /images/ias-new/ /
Redirect 301 /images/ias-new-3/ /
Redirect 301 /images/ias-new-2/ /
Redirect 301 /images/gen-advice/ /
Redirect 301 /appeals/ /
Redirect 301 /settlement/ /
Redirect 301 /family-visits/ /
Redirect 301 /images/call-us-now-to-find-out-more-and-book-an-appointment/ /
Redirect 301 /images/covering-sheffield-yorkshire-and-north-east/ /
Redirect 301 /images/corporate2/ /
Redirect 301 /images/covering-birmingham-midlands-and-the-west/ /
Redirect 301 //ViewADocument.asp?ID=259&CatID=60 /
Redirect 301 /citizenship/ /
Redirect 301 /images/covering-liverpool-merseyside-cheshire-and-wales/ /
Redirect 301 //ViewACategory.asp?CategoryID=10 /
Redirect 301 /C2B/PressOffice/display.asp?ID=366&Type=2 /
Redirect 301 /C2B/PressOffice/display.asp?ID=194&Type=2&Search=true /
Redirect 301 /press_office/display.asp?id=226&type=press&cat=53 /
Redirect 301 /index.asp /
Redirect 301 /training/ /
Redirect 301 /a /
Redirect 301 /module_images/Family%20-%20spouses%20(Jan%2006 /
Redirect 301 /news-archive/victory-at-last-for-zimbabwean-asylum-seekers-following-ias%E2%80%99-case.asp /
Redirect 301 /C2B/document_tree/ViewACategory.asp?CategoryID=10 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=299&CatID=26 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=293&CatID=26 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=259&CatID=60 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=43&CatID=1 /
Redirect 301 /press_office/display.asp?type=news&cat=54&id=199 /
Redirect 301 /advice/ /
Redirect 301 /C2B/links/www.scottishrefugeecouncil.org.uk /
Redirect 301 /C2B/PressOffice/Email.asp /
Redirect 301 /C2B/search/search.asp /
Redirect 301 /www.iasukcareers.org /
Redirect 301 /life /
Redirect 301 /temporary-work /
Redirect 301 /C2B/document_tree/ /
Redirect 301 /C2B/document_tree/Vie…99&CatID=26 /
Redirect 301 /wp/xmlrpc.php?rsd /
Redirect 301 /press_office/selectpress.asp?cat=53 /
Redirect 301 /C2B/document_tree/ViewACategory.asp?CategoryID=44 /
Redirect 301 /press_office/selectnews.asp?cat=54 /
Redirect 301 /contact-us/liverpool/ /
Redirect 301 /C2B/PressOffice/Index.asp?Type=2 /
Redirect 301 /?p=4 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=70&CatID=1 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=258&CatID=60 /
Redirect 301 /C2B/PressOffice/display.asp?ID=318&Type=2 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=412&CatID=53 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=411&CatID=53 /
Redirect 301 /press_office/display.asp?id=126&type=news&cat=55 /
Redirect 301 /C2B/document_tree/ViewACategory.asp?CategoryID=41 /
Redirect 301 /visitors-visas/ /
Redirect 301 /images/nationwide-number/ /
Redirect 301 /index/?page_id=14 /
Redirect 301 /images/welcome-to-the-immigration-advice-service-2/ /
Redirect 301 /hounslow/ /
Redirect 301 /student-tier-4-visas/ /
Redirect 301 /training/feed/ /
Redirect 301 /SKXWV/hounslow/ /
Redirect 301 /services/appeals-package/ /
Redirect 301 /images/passport2/ /
Redirect 301 /images/covering-manchester-greater-manchester-lancashire-and-cumbria/ /
Redirect 301 /press_office/display.asp?id=63&type=news&cat=54 /
Redirect 301 //ViewADocument.asp?ID=1&CatID=1 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=76&CatID=1 /
Redirect 301 /C2B/PressOffice/display.asp?ID=215&Type=1 /
Redirect 301 /visas-work /
Redirect 301 /C2B/document_tree/ViewACategory.asp?CategoryID=1 /
Redirect 301 /applications-o /
Redirect 301 /advice /
Redirect 301 /hello-world/feed/ /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=1&CatID=1 /
Redirect 301 /C2B/events/index.asp /
Redirect 301 /YcfoZ/OiSYZ/UhLPZ/WKjjZ/leicester/ /
Redirect 301 /account?follow=http%3A%2F%2Fwww.gigablast.com%2Fget%3Fq=%26c=dmoz3%26d=130729188400%26cnsp=0 /
Redirect 301 /C2B/links/index.asp /
Redirect 301 /C2B/betsie.asp /
Redirect 301 /tag/jobs/ /
Redirect 301 /thank-you/ /
Redirect 301 /comments/feed/ /
Redirect 301 /ias-host-immigration-services-commissioner/ /
Redirect 301 /student-tier-4/ /
Redirect 301 /training/ /
Redirect 301 //ViewADocument.asp?ID=245&CatID=10 /
Redirect 301 /family-visits/ /
Redirect 301 /appeals/ /
Redirect 301 //ViewADocument.asp?ID=259&CatID=60 /
Redirect 301 /indefinite-leave-remain/ /
Redirect 301 /C2B/document_tree/ViewACategory.asp?CategoryID=1 /
Redirect 301 /module_images/Students /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=324&CatID=49 /
Redirect 301 /C2B/PressOffice/display.asp?ID=404&Type=2 /
Redirect 301 /C2B/faq/index.asp?CatID=1 /
Redirect 301 /C2B/PressOffice/display.asp?ID=288&Type=2 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=245&CatID=10 /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=299&CatID=26 /
Redirect 301 /author/admin/page/2/ /
Redirect 301 /C2B/document_tree/ViewADocument.asp?ID=245&CatID=10 /
Redirect 301 /homevisits /
Redirect 301 /wp/wp-admin/admin-ajax.php /# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteRule ^(.*)/blog/(.*)$ $1/news/$2 [R=301,L]
RewriteRule ^blog/(.*)$ news/$1 [R=301,L]I have just tried to use a basic htaccess without all those conditions and it still redirects me to the homepage when I try to edit or view any page from the back end.
The front end navigation works fine though….
I have already tried deactivating all plugins and still occurs.
Update:
a did a CHMOD to change file permissions and thats fixed my 404 errors but i am still getting the same errors as I previously mentioned with the plugin
I tried deleting the last final lines and still this is the error I receive.
Also when I try to add the shortcode of a decision tree to a page, nothing appears.
Warning: Missing argument 2 for DecisionTree::on_update_idonated() in /home/iasservicesorg/public_html/wp-content/plugins/sidecar-decision-tree/DecisionTree.php on line 407
Warning: Cannot modify header information – headers already sent by (output started at /home/iasservicesorg/public_html/wp-content/plugins/sidecar-decision-tree/DecisionTree.php:407) in /home/iasservicesorg/public_html/wordpress/wp-includes/pluggable.php on line 1196
Tablepress shortcode works just fine though so it isnt that shortcodes are not working.
I have also tried a fresh install and I have also updated to the latest wordpress version.
could the issue lie within the fact that the plugins folder is located in /public_html/wp-content/plugins
and the wordpress admin,contents,includes folder and everything else is located in /public_html/wordpress/
the /public_html/wordpress/contents/plugins is empty
all the plugins that are currently installed work just fine and I only just installed tablepress and that worked just fine also.
getting the error on other plugins also
Warning: Cannot modify header information – headers already sent by (output started at /home/iasservicesorg/public_html/wordpress/wp-admin/includes/template.php:1935) in
what could this be?!?!
nightyard – if you disable our plugin do these problems persist?
Yes, the problem persists.
I really do need some help with resolving the issue though.
I get cannot modify header information on multiple plugins when making some changes.
nightyard – If you disable our plugin and the problem persists, then the problem is not with our plugin, but with something endemic to your site. I would try disabling plugins one by one and see if one of them is causing the problem.
As we can only support our plugin, I’m going to mark this ticket resolved. Best of luck in fixing your site!
Marking resolved.
- The topic ‘404 and other serious errors’ is closed to new replies.