We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
"Read Online" issue.
0
I took out that program and it still doesn't work.
Edit: Oh I see, Chrome just doesn't work with Fakku anymore, I deleted that program by the way, I just checked to see if the other browsers work and they do. Oh well, time to have fun now.
Edit: Oh I see, Chrome just doesn't work with Fakku anymore, I deleted that program by the way, I just checked to see if the other browsers work and they do. Oh well, time to have fun now.
0
Kayjin wrote...
Wildman496 wrote...
Removing Sendori didn't do anything, nor did clearing cache. try rebooting, because it worked for me and a few others.
Still a no go, unfortunately. Rebooted a few times after deletion and tried both FF and Chrome afterwards.
0
<_________> well if you can give me a list of programs installed on your pc. i may be able help. some programs conflict with the dns of your pc and some conflict java script. dont worry ill help if i can (IN the meantime get https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ and then make sure its enabled so you can install this script http://userscripts.org/scripts/show/59842 its a manga reading script that will work with almost any manga/hentai doujinshi site(thou its better to disable it when you go to sites like mangafox) use this in the meantime but please list the programs on your pc so i can find whats causing your conflict
0
oh lets try going to the control panel (Control Panel\Programs\Programs and Features) then (try) to give me that list (try)
0
I don't believe its a generic program issue. I had the problem when running home premium, but when I formatted and installed Professional the problem went away. I have installed everything, except the bloatware that came with my laptop.
0
Hey guys, sorry you're having issues with the site.
Could you do me a favor and see if there's any errors in the brower's javascript console when the problem occurs?
You can open the javascript console in Chrome by selecting "Tools > Javascript Console" from the settings menu, then clicking the "Console" tab. (If you're on windows, F12 does it too). Firefox has one too, I'm not sure how to open it though.
If you see any red errors in there, paste 'em in the thread and I'll be able to look into the problem further.
Could you do me a favor and see if there's any errors in the brower's javascript console when the problem occurs?
You can open the javascript console in Chrome by selecting "Tools > Javascript Console" from the settings menu, then clicking the "Console" tab. (If you're on windows, F12 does it too). Firefox has one too, I'm not sure how to open it though.
If you see any red errors in there, paste 'em in the thread and I'll be able to look into the problem further.
0
Uncaught ReferenceError: inline_keyword_obj is not defined
(anonymous function)
o jquery-1.7.2.min.js:2
p.add jquery-1.7.2.min.js:2
e.fn.e.ready jquery-1.7.2.min.js:2
sendoriInline2
(anonymous function)
(anonymous function) jquery-1.7.2.min.js:2
e.extend.globalEval jquery-1.7.2.min.js:2
(anonymous function) jquery-1.7.2.min.js:4
e.extend.each jquery-1.7.2.min.js:2
f.fn.extend.domManip jquery-1.7.2.min.js:4
f.fn.extend.append jquery-1.7.2.min.js:3
(anonymous function) jquery-1.7.2.min.js:4
e.extend.access jquery-1.7.2.min.js:2
f.fn.extend.html jquery-1.7.2.min.js:4
(anonymous function) read:159
o jquery-1.7.2.min.js:2
p.fireWith jquery-1.7.2.min.js:2
w jquery-1.7.2.min.js:4
d jquery-1.7.2.min.js:4
Uncaught TypeError: Property '$' of object [object Window] is not a function read:163
(anonymous function) read:163
o jquery-1.7.2.min.js:2
p.fireWith jquery-1.7.2.min.js:2
w jquery-1.7.2.min.js:4
d jquery-1.7.2.min.js:4
Uncaught TypeError: Object # has no method 'done' read:159
update_page read:159
(anonymous function) read:238
Uncaught TypeError: Object function (a,b){return new c.fn.init(a,b)} has no method 'cookie' read:221
(anonymous function) read:221
f.event.dispatch jquery-1.7.2.min.js:3
h.handle.i jquery-1.7.2.min.js:3
(anonymous function)
o jquery-1.7.2.min.js:2
p.add jquery-1.7.2.min.js:2
e.fn.e.ready jquery-1.7.2.min.js:2
sendoriInline2
(anonymous function)
(anonymous function) jquery-1.7.2.min.js:2
e.extend.globalEval jquery-1.7.2.min.js:2
(anonymous function) jquery-1.7.2.min.js:4
e.extend.each jquery-1.7.2.min.js:2
f.fn.extend.domManip jquery-1.7.2.min.js:4
f.fn.extend.append jquery-1.7.2.min.js:3
(anonymous function) jquery-1.7.2.min.js:4
e.extend.access jquery-1.7.2.min.js:2
f.fn.extend.html jquery-1.7.2.min.js:4
(anonymous function) read:159
o jquery-1.7.2.min.js:2
p.fireWith jquery-1.7.2.min.js:2
w jquery-1.7.2.min.js:4
d jquery-1.7.2.min.js:4
Uncaught TypeError: Property '$' of object [object Window] is not a function read:163
(anonymous function) read:163
o jquery-1.7.2.min.js:2
p.fireWith jquery-1.7.2.min.js:2
w jquery-1.7.2.min.js:4
d jquery-1.7.2.min.js:4
Uncaught TypeError: Object # has no method 'done' read:159
update_page read:159
(anonymous function) read:238
Uncaught TypeError: Object function (a,b){return new c.fn.init(a,b)} has no method 'cookie' read:221
(anonymous function) read:221
f.event.dispatch jquery-1.7.2.min.js:3
h.handle.i jquery-1.7.2.min.js:3
0
ChibiChiiChan wrote...
...stack trace...
The first error encountered is "Uncaught ReferenceError: inline_keyword_obj is not defined". This isn't from our code -- we neither reference nor define "inline_keyword_obj" anywhere. This implies that something is injecting javascript on the page, and it's breaking our scripts.
This is really nasty to fix; you basically have to go through all your extensions/plugins and determine which one is the culprit. In chrome, you can list and disable these via the following URLs --
chrome://chrome/extensions
chrome://plugins
(you'll have to copy-paste them into the address bar; chrome doesn't let you click 'em)
For a first test, I would just disable everything in both those lists to see if that makes the problem go away. If, after disabling all extensions/plugins the problem persists, then ... I really have no idea.
If the problem *DOES* go away after disabling everything, go through and re-enable them one by one until the problem comes back. This should isolate which one is causing it.
Whichever the case, please let me know how the tests go. Sorry I can't be of more help :(
0
unpantsu wrote...
ChibiChiiChan wrote...
...stack trace...
The first error encountered is "Uncaught ReferenceError: inline_keyword_obj is not defined". This isn't from our code -- we neither reference nor define "inline_keyword_obj" anywhere. This implies that something is injecting javascript on the page, and it's breaking our scripts.
This is really nasty to fix; you basically have to go through all your extensions/plugins and determine which one is the culprit. In chrome, you can list and disable these via the following URLs --
chrome://chrome/extensions
chrome://plugins
(you'll have to copy-paste them into the address bar; chrome doesn't let you click 'em)
For a first test, I would just disable everything in both those lists to see if that makes the problem go away. If, after disabling all extensions/plugins the problem persists, then ... I really have no idea.
If the problem *DOES* go away after disabling everything, go through and re-enable them one by one until the problem comes back. This should isolate which one is causing it.
Whichever the case, please let me know how the tests go. Sorry I can't be of more help :(
0
its getting worse. now when i click next page it freezes for a few mins then says a popup got block and i have to refresh the page or it stops responding completly and i have to force close the browser.
Edit: It just started working all of a sudden i didnt so anything.
Edit: It just started working all of a sudden i didnt so anything.