celinem01 Posted December 22, 2014 Share Posted December 22, 2014 Hello, I am new on Processwire. There is a really strange thing. When I log on admin area, pages do not appear (some weeks ago, there is not this problem). When I try to go on the URL exact ot edit a page (for example mysite.com/page/edit/?id=1222), it works. I have transfered my website on a new server some days ago, but I am not sure it is due to that since admin seems worked without problem after the transfert. Thanks for your help. Link to comment Share on other sites More sharing options...
netcarver Posted December 22, 2014 Share Posted December 22, 2014 I've seen this before. It happened when I disabled JavaScript on one of my sites. Can you confirm that JS is enabled for your site? 1 Link to comment Share on other sites More sharing options...
celinem01 Posted December 22, 2014 Author Share Posted December 22, 2014 Yes it is enabled. I have checked on different browsers and computers, the problem is the same. To be sure, how can I verify if javascript is enabled on my website ? Tabs "configuration" or "modules" work with no problem, so I assume this is not a javascript problem. Link to comment Share on other sites More sharing options...
Gayan Virajith Posted December 22, 2014 Share Posted December 22, 2014 May be because of old session files. Please try by deleting session files under /site/assets/sessions/ Link to comment Share on other sites More sharing options...
celinem01 Posted December 22, 2014 Author Share Posted December 22, 2014 I have tried to delete session files but it does not work. Link to comment Share on other sites More sharing options...
netcarver Posted December 22, 2014 Share Posted December 22, 2014 (edited) Yes it is enabled. I have checked on different browsers and computers, the problem is the same. To be sure, how can I verify if javascript is enabled on my website ? Tabs "configuration" or "modules" work with no problem, so I assume this is not a javascript problem. Not having JS enabled really effects the page tree more than other pages as that screen is almost entirely JS rendered. Do you have some extension like NoScript (in Firefox) or ScriptSafe (in Chrome) enabled? The other thing that comes to mind is perhaps it's the admin theme you are running. Does the default theme work ok? Updated to add: Another line of enquiry - open your browser's developer tools (or install them if not installed) and check if there are any errors loading the page tree. Edited December 22, 2014 by netcarver Link to comment Share on other sites More sharing options...
celinem01 Posted December 22, 2014 Author Share Posted December 22, 2014 I don't have extensions like that. This is very strange since in my test version, on another servor, all is working great... The only error i have when i load this page is "Failed to load resource: net::ERR_CACHE_MISS". Admin theme is ok. Link to comment Share on other sites More sharing options...
Martijn Geerts Posted December 22, 2014 Share Posted December 22, 2014 "Failed to load resource: net::ERR_CACHE_MISS" error is not an actual failure, but rather "misleading error report". Soon this one should be fixed as that is already fixed in Chrome canary. It has nothing to do with ProcessWire and won't effect the behaviour of ProcessWire. ( I do think this error only appears when dev tools is open ) The first thought I had was the same one as Netcarver. Have you tried to re-upload all the files again ? Link to comment Share on other sites More sharing options...
Nico Knoll Posted December 22, 2014 Share Posted December 22, 2014 Maybe try to use one of the original AdminThemes (looks like you're using a custom one). Link to comment Share on other sites More sharing options...
celinem01 Posted December 23, 2014 Author Share Posted December 23, 2014 I try to use the original theme, problem is the same I really don't know why... It is only the display of this list, all other functions are ok. Where is the file .js that generate this list ? Link to comment Share on other sites More sharing options...
celinem01 Posted December 23, 2014 Author Share Posted December 23, 2014 Maybe it is due to a parameter which is not well configured since all is working in the test server ? But which parameter... (to be sure that it is not a server problem, i reinstall my online version on a third server... Problem is the same). On Firefox, i have this javascript message on the console : L'utilisation de « getPreventDefault() » est obsolète. Utiliser « defaultPrevented » à la place. Link to comment Share on other sites More sharing options...
Martijn Geerts Posted December 23, 2014 Share Posted December 23, 2014 Where is the file .js that generate this list ? https://github.com/ryancramerdesign/ProcessWire/tree/master/wire/modules/Process/ProcessPageList Link to comment Share on other sites More sharing options...
celinem01 Posted December 23, 2014 Author Share Posted December 23, 2014 Ok thanks, so the .js is well executed since I try to add an Alert in this file and it's working. Link to comment Share on other sites More sharing options...
celinem01 Posted December 23, 2014 Author Share Posted December 23, 2014 I have found !! There was a javascript conflict with the google analytics code !! 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now