Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.
Moderator: Moderators
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Fri Jul 17, 2015 9:53 pm
hi all
Im having problems with adblock and 1.7.2, it no longer works? (beta was fine)
"Save Changes" is not working
anybody else having problems?
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Fri Jul 17, 2015 9:57 pm
fixed, and found the problem
IF you tick both boxes then save it fails. if you only tick one box (enable) then save it works
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Fri Jul 17, 2015 10:00 pm
update
I was wrong its still now working / saving
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Fri Jul 17, 2015 10:01 pm
router info
Lantis
Moderator
Posts: 7063 Joined: Mon Jan 05, 2015 5:33 am
Location: Australia
Post
by Lantis » Fri Jul 17, 2015 11:08 pm
It worked fine for me. Have you tried uninstalling the plugin and reinstalling?
Also, try viewing the source of the page, and at the top you should find a list of javascript files.
Code: Select all
<script language="javascript" type="text/javascript" src="/js/common.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/js/ablock.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="i18n/English-EN/strings.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/i18n/English-EN/ablock.js?1.7.2"></script>
Just double check that the second one matches mine and isn't pointing to an old version.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Sat Jul 18, 2015 12:20 am
Fresh install, did not preserve setting
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Gargoyle Router Management Utility</title>
<link rel="shortcut icon" href="/themes/Gargoyle/images/favicon.png" type="image/png"/>
<style>
.unselected_submenu_container { display:none; }
#nav_internal_container2 #selected_header_link { display:inline; padding:0; color:#000; cursor:default; }
#nav_internal_container2 #selected_header_link:hover { color:#000; cursor:default; }
#nav_internal_container2 #selected_header_link:visited { color:#000; cursor:default; }
#nav_internal_container2 #selected_header_link:active { color:#000; cursor:default; }
</style>
<link rel="stylesheet" href="/themes/Gargoyle/common.css?1.7.2" type="text/css"/>
<link rel="stylesheet" href="/themes/Gargoyle/internal.css?1.7.2" type="text/css"/>
<script language="javascript" type="text/javascript" src="/js/common.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/js/ablock.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="i18n/English-EN/strings.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/i18n/English-EN/ablock.js?1.7.2"></script>
</head>
Lantis
Moderator
Posts: 7063 Joined: Mon Jan 05, 2015 5:33 am
Location: Australia
Post
by Lantis » Sat Jul 18, 2015 1:37 am
i'm scratching my head over this one.
it worked fine for me.
we might have to wait until someone else chimes in.
when you hit save, do a logread and see what happens. i made sure that the plugin reported itself to the logger quite comprehensively.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
ispyisail
Moderator
Posts: 5212 Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand
Post
by ispyisail » Sat Jul 18, 2015 2:08 am
sorry for the delay, got side tracked
un-installed then re-installed and now its working
strange