-
Posts
657 -
Joined
-
Last visited
-
Days Won
1
Everything posted by OrganizedFellow
-
I'm following the tutorials here https://getuikit.com/v2/docs/tutorials.html Learning to piece together my own templates and styles, really enjoying the flexibility! I can see why Ryan incorporated it so well into PW ? I am having trouble with the tool tips https://getuikit.com/docs/tooltip I follow the directions, but it still isn't working ?
-
This looks like a great module. Is this recommended by most or is there something else PW members suggest?
-
Both the front-end and back-end are like this. WHAT HAPPEN: i was on the back-end, entered some content for my Blog. I hit PUBLISH an BOOM, what is causing this? I am running Laragon on Win10Pro. Fortunately I have a backup of the database, i just imported it and the error is gone. Is my Laragon MySQL thing broke?
-
Preview: Restaurant (PWB Restaurant)
OrganizedFellow replied to wbmnfktr's topic in Themes and Profiles
Thank you for sharing with the community. Bummer your client went under ? but YAY for a cool profile for us ? -
I've not coded a website in a few years and recently am taking on the task of rebuilding my church website. It's currently on Concrete CMS and of course, I will be redesigning & rebuilding entirely on ? ? ? in the past I had used Gulp to assist in my workflow: minify js, parse SCSS to CSS, and most importantly was the Live Reloading. However the reloading was always buggy and I spent more time trying to fix it than making actual progress ? So today I was searching for alternatives and I came across blisk.io. Currently working on this little project and knowing the live reloading is handled without any scripting on my part is a dream come true.
-
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
Thanks buddy. This is a new laptop, new SSDs, and new Laragon setup. Previously I would code on my aging Thinkpad T420, so I had made that backup to USB flash drive (should've been to gitlab - dummyme). -
I have an old script that no longer works. My previous workflow was: prior to running git push, I would run a git alias that did a quick backup of the project, save with timestamp-filename, and then after successfully backing up, it would continue with git push to remote. That script is old and not working anymore. Rather than fix the script, I am wondering if anyone here has one they might share?!
-
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
The machine exists, but as an addicted DistroHopper, it's been wiped. Client? I use the command line. No worries amigo, I have accepted the loss and will restart the project again tomorrow ? LESSON LEARNED! -
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
no luck. i may have lost everything. damnit. next time, I should (and will) use remote git, i have both gitlab & github. Why I did not use them for my project? I DUNNO! -
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
-
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
This was relocated from my other PC/workstation to another. Nothing LAMP related is different, they are both identical. I'm thinking something else is broken and may have to start over, as git is also throwing errors (see comment above). -
Need help troubleshooting this error.
OrganizedFellow replied to OrganizedFellow's topic in General Support
-
I haven't worked on this site in months. Today when I opened my project, I am greeted with this cryptic error. ? ?
-
I LOVE suckless tools. Especially their terminal. @wbmnfktr are you a fellow Linux user?
-
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
here's what i have in mine: AllowOverride all Options Indexes FollowSymLinks Require local AllowOverride all Options Indexes FollowSymLinks Require local -
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
Through years of trial-and-error my friend. I've been a Linux/Debian user for many years. I stopped using "traditional web hosts" about 6-7 years ago. When I first heard of Digital Ocean, Linode and all the others - I wanted to tinker and learn how to run my own server. At the time I didn't know how much I would enjoy it, nor how simple it would make my web development hobby. At the time I was using *buntu but without a LAMP setup. It was then that I started to get serious about coding. I can't tell you how many partitions and Windows dual-boot setups I ruined by learning, but here I am. Both my laptops run some distro. Thinkpad T420 with Debian stretch off a netinstall using i3wm and a little Acer Chromebook C720 running BunsenLabs but soon it will run Arch. My third ThinkPad will run either CentOS or Void, perhaps LFS (Linux From Scratch) if I can dedicate the time. -
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
Did it work out for ya? -
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
absolutely not. I just helps me to have a different URL on my development machine so i can have www.project1.webdev as a base install of PW, www.project2.webdev for another installation of PW, www.project3.webdev for playing with something else, etc. It just helps to keep everything separated instead of doing localhost/project1, localhost/project2, localhost/project3 -
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
SO? any progress? -
Unable to access site after moving from AMPPS on OSX to "" on Linux
OrganizedFellow replied to mwa's topic in General Support
As Teppo mentioned, rewrite rules. Make sure they are enabled. sudo a2enmod rewrite Then restart Apache.