-
Posts
10,902 -
Joined
-
Last visited
-
Days Won
349
Everything posted by adrian
-
Do I understand correctly that this happened after installing a new module? Can you remove all its files from site/modules/ and also its line from the modules database table.
-
Did you try the refresh I suggested? What about logging out and back in again? What about emptying site/assets/cache/FileCompiler?
-
Can you view the modules page via its URL, eg. mysite.com/processwire/module/ Just trying to figure out if it's just the menu that isn't working. I'd also try calling Modules > Refresh directly, like: mysite.com/processwire/module/?reset=1
-
Do you have debug mode on? Might be some errors.
-
Silly question perhaps, but are you logged in as a superuser? Just an FYI - it is possible, depending on permissions, for a user to be able to see the Setup and Access menus, but not the Modules menu.
-
Hi @Robin S and everyone. I have turned off live dumping by default for the bd() method and added a new bdl() or barDumpLive() method. You can choose which you want to use knowing that bdl() will ignore maxDepth and maxLength settings (thereby dumping the full contents of an object etc) and will be much faster to render the output, but at least for now, it has the side effect of sometimes dumping the wrong object as noted above. bd() will always dump the correct object, but obviously slower and limited by the maxDepth and maxLength settings. As noted in the links referenced in this issue (https://github.com/adrianbj/TracyDebugger/issues/6), there may be a way to make live dumping always reliable in which case I will combine the methods again. Let me know if you have any problems.
-
BCE won't work for comments, but you can certainly write your own API script to import comments from another source. What format do you have them in? The only gotcha you will come across is this bug (https://github.com/ryancramerdesign/ProcessWire/issues/1034) which prevents you from setting the status via the API, so currently you will need some SQL to fix that. Let us know if you need any help.
-
Did you do a Modules > Refresh ?
- 6 replies
-
- admin
- permissions
-
(and 1 more)
Tagged with:
-
I see that the bottleneck seems to be ProcessPageEdit so I am wondering if it's parts of the admin, or just when editing a page and if it's only one particular page? Do you have a module that is hooking into ProcessPageEdit? Maybe try disabling third party modules with Tracy's Module Disabler panel.
-
It seems like the title of your post doesn't match what you are asking. Repeater to PageTable is very different from copying FieldtypeTable contents. I have scripts for both, but I assume you want the former based on what you wrote, so take a look at this:
-
@tkaranka - just wondering if the fixes I made for @mel47 helped with error you were getting? If not, could you please provide some details on the field type that was causing the error and I'll get it fixed.
-
Thanks @tpr - I forgot to mention that to get that CMD key shortcut to work on MacOS, you actually need this complete combination which includes charCode as well as keyCode: if ((e.metaKey || e.ctrlKey) && (e.keyCode == 83 || e.charCode == 83)) { That is the working replacement for this line: https://github.com/rolandtoth/AdminOnSteroids/blob/0ffbbe3a6fbfc41e155b8df5d2ae119b0d86c5df/Hotkeys/Hotkeys.js#L160 I haven't tested other shortcuts in the Hotkeys.js file nor those in the main AdminOnSteroids.js file, but hopefully this will give you an idea of what is needed for those also. Thanks again.
-
Hey @tpr - would you mind changing Hotkeys.js instances of: e.ctrlKey to: (e.metaKey || e.ctrlKey) so it's more intuitive for Mac users. Thanks!
-
I have always been a huge fan of the vector shape side of SVG, but I have never really experimented with all its other abilities. Here's an interesting article on some of the other things it can do: http://go.sitepoint.com/t/ViewEmail/y/28B66532868053D2/93084645AE7B31BD981D23A7722F2DCD Just pinging @horst because it may be of particular interest to him
-
haha - in reality it was Google that knew it better than you But I am happy to help maintain it. It might be nice if we have one person assigned to updating the latest stable version / release date info on the list of CMS's just so that a bunch of us don't go looking every week (or whenever you push dev to master which is pretty often these days) to see if it's already been done. I can put it in my calendar to take care of this.
-
Bit of a longshot, but any chance the 2016 page is not activated for "fr" ? I get the same result as you if I uncheck the "active" checkbox on the settings tab.
-
Hi @Rudy, It's working for me here on a ML site. Is it actually redirecting to a blank page, or not redirecting at all and just showing no content? Is $page->child()->url returning the correct url to the first child?
-
Do you have suhosin running on the server? If you do install Tracy, use the PHP Info panel to check for Suhosin.
- 3 replies
-
- file
- description
-
(and 1 more)
Tagged with:
-
@vwatson - I assume you got this sorted out - could you explain what you found, or if it's still a problem. Thanks!
-
All sorted - I published it which actually requires: More > Move https://en.wikipedia.org/wiki/ProcessWire
-
I am back to the default theme for the moment and just noticed that you can't use Modules > Site > Add New when AoS is installed.
-
Thanks @tpr for those fixes. I am not sure about the save buttons and search box. Let me think about that. In the meantime there seems to be a problem with ASM and the default theme with AoS enabled. When you drag an item it appears blank until it's been dropped. It seems fine with Reno though.
-
Then you should be fine
-
Are you still getting the SQL warning?
-
Image in Repeater only editable by Superuser
adrian replied to MonkeyTennis's topic in General Support
Probably would have taken you less time (and therefore less cost to them) to update PW to 2.8 than to debug the issue with 2.3 Sorry to hear their not sticking with ProcessWire Maybe if they saw how the recent versioned worked, they'd be more inclined to stay with it.- 6 replies
-
- repeater
- crop image
-
(and 2 more)
Tagged with: