Jump to content

flydev

Members
  • Posts

    1,355
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by flydev

  1. Yes, I don't use the wiki but do not be afraid by those old dated thread - check- they will mostly work, I mean, I installed yesterday a module made in 2013 still working without any modifications on the last dev version. Isn't crazy ? ? - https://www.pwtuts.com/ - https://processwire.dev/ - https://cse.google.com/cse?cx=014789015761400632609:fxrf0rj4wr4 and as always, linking this old thread with old videos which still work with the latest processwire version :
  2. That's also a nice solution and both of them could make the thing to work - I still think that the class (applied only to admin side) could be better for future use case in other modules.
  3. Thanks, can you force update the modules directory ? (I am lazy sorry)
  4. Hi @pop You might missed this one topic : Then use google/this tool ? with the right keywords, you will find a ton of topics - thanks @mr-fan And do not hesitate to ask, as you can see, you will get nice answers ?
  5. /** this fix seem to fix everyting **/ .InputfieldContent .pw-table-responsive { margin: 0 0 10px; } @jploch @adrian About the Save button on the bottom right, if could TracyDebugger set a class on the body - 'has-tracy-on' - we could override the save button position only if TracyDebugger is present.
  6. No sorry, it's a pro module. I can try to something with the css to see if we can fix that.
  7. It's not tied to only PadLoper but to ProcessModule in general. For example, Profiler has the same issue with this theme.
  8. Yes thanks, and got his glitch too on ui-button :
  9. If one day you want to play with dedicated server, you can try to get one from kimsufi, they start at less than 5€ ? but you need to stay a long night refreshing the browser or code a bot to get the server, there are hard concurrence on this at this price. The last thing I made for example it's a server to host a live support chat service (https://github.com/LiveHelperChat) ?
  10. ServerPilot is a cool service and deserve a word here. I know this service because of @Macrura and I never get out. Thanks dude ! You buy a dedicated server, attach it to ServerPilot and you get your server up in minutes, he will get updated without any intervention. You will get the right stuff, updated with every last software and dependencies version, patched, without "any" security hole. I even some at the start tried to hack the server with no luck, I had to make a vulnerability myself to get into ? no really you get all needed architecture, like app isolation and more with security in mind. And if you know what your are doing, you can install any software you want, do any ninja command or add any config through SSH. You will also like their support lol, full of experienced geeks veterans. That's all, this was my 10$ spam for today ?
  11. Just a small issue with TracyDebugger installed.
  12. What's the approx loading time you get in term of performance, lower than 100ms ? What's is the server spec ?
  13. Sorry, it appear that I was not seeing that the browser was still loading assets (got some connection issues this afternoon). Just checked now and the site is loading fast, with scrollbars ?‍♂️?
  14. @psy cool website, on Safari 14.0.1 I can't get the scrollbar, didn't checked other browsers - just letting you know ?
  15. Super theme ? A simple tips. If you are using - the must have module - BreadcrumbDropdowns from @Robin S, it will work with this theme once you put this config line in the module config : AdminThemeCanvas::renderBreadcrumbs ?
  16. Yes, Yes and ?‍♂️ It should be a good task candidate for the following. ? Give a try to the modules developed by @mtwebit DataSet and Tasker Configure it and let the thing running the night or a good nap. A preview :
  17. @rjgamer Fix pushed, you can update the module from Github, master branch or wait that the modules directory update itself to update it from ProcessWire Upgrades (I can't login to do it manually). Please let me know ??
  18. Sorry, I don't have a PHP 8 install available at the moment. You are getting an error when using the installer, correct ? Give me seconds.
  19. Thanks you guy for this module! If you are willing to accept pull-requests, I will send one which give ability to translate a file (eg: docx) into a CKEditor field and another one which will support my incoming field/module EditorJS. And some suggestions. About the issue #2 (formality param), as you can know which language is or not supported, you could hardcode the six unsupported languages only. Exactly what I was going to suggest (#15). We are lazy here ?
  20. Thanks @daniel_puehringer It's worth mentioning that some modules exist and which can help you in this direction :
  21. Does the server(s) setup include NGINX ? A server/php setting that could cause the browser hanging on a script instead of terminating it ? Hard to tell without logs.
  22. flydev

    Hanna Code

    Hi, first of all, make a backup of everything. About the issue, it look like you have 2 modules file for the Fieldtype Repeater. One in wire/modules and another one in site/modules. Did you modified intentionally the module and made a copy of it in your site/module dir ? If yes, then do a Modules > Refresh then select the right Repeater module you want. If NOT, then rename the site/modules/Fieldtype/FieldtypeRepeater/ to site/modules/Fieldtype/.FieldtypeRepeater/ (note the dot before the module name) and do a Modules > Refresh. (it's quite strange, maybe a bad upload moment from you.)
  23. Hi @Orkun Your data are sampled for 1 second, it's unusable. Try to visit your culprit page, wait its finish loading then run the SQL command. Post your result once you get sampled data for 20-40 seconds.
  24. How much page contains the system ? You could try to spot the issue following these blog post : https://www.chriscalender.com/using-show-processlist-and-mysqladmin-debug-output-in-conjunction-with-show-innodb-status/ https://www.chriscalender.com/advanced-innodb-deadlock-troubleshooting-what-show-innodb-status-doesnt-tell-you-and-what-diagnostics-you-should-be-looking-at/ About AdminThemeUikit slowing down the system, i see no reason here.
×
×
  • Create New...