Paul Ille
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: comments on index pageJust put
<?php $withcomments = true; comments_template();?>
wherever you want the comments to show.
Forum: Fixing WordPress
In reply to: “Ownz Your bY Code_Power”Yeah those are safer, just a bit out of the way.
What I noticed is that if you use the WordPress backup feature it will create a backup folder underneath wp-content. Once it’s created you can then leave that folder 777 and remove 777 from wp-content. I’m guessing that should be ok.
Correct me if I’m wrong and should be worried.
Forum: Fixing WordPress
In reply to: “Ownz Your bY Code_Power”Yeah agreed. It was my stupid mistake. I had wp-content set to 777 for the backup and forgot to change it back afterwards. It would be nice if there was a way to have just a single folder 777 for that instead of the entire wp-content folder.
Forum: Fixing WordPress
In reply to: “Ownz Your bY Code_Power”Luckily I was able to use the existing database as my backup was a few days old.
I just moved all the files into a backup folder, copied a new install up there and then created the wp-config.php file to access my existing db.
I then copied the plugins into place and the theme. I’m good to go.
I think that I may have had the wp-content folder set to 777.
Forum: Fixing WordPress
In reply to: “Ownz Your bY Code_Power”I had a few plugins, but I don’t remember which ones. I installed wordpress locally and restored a backup db to test and when it goes to wp-login it jumps to their crap on the next and I get these errors:
[code]Warning: Cannot modify header information - headers already sent by (output started at /home/parkway/public_html/wp-includes/default-filters.php:8) in /home/parkway/public_html/wp-login.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/parkway/public_html/wp-includes/default-filters.php:8) in /home/parkway/public_html/wp-includes/pluggable-functions.php on line 272[/code]
Forum: Plugins
In reply to: Check for login outside WordPressFirst I have to say thanks you guys. As you can see this topic was open for 9 months hehe
I found this which might make changing this path much easier. I haven’t tried it yet.
https://www.linickx.com/blog/archives/126/cookie-path-plugin-for-wordpress-20-root-cookie/
Also I wasn’t able to find a thing about sitecookiepath.
Forum: Fixing WordPress
In reply to: “From the Archive:” and stopping itOmg, I feel like a moron. I just stumbled onto the answer to my issue. I had the plugin called Archivist activated.
Fixed lol
Forum: Plugins
In reply to: Check for login outside WordPressI haven’t heard a thing and jaredquinn never responded to my follow up email after his initial “yeah send me the files”
Forum: Fixing WordPress
In reply to: “From the Archive:” and stopping itYeah, thx I did a text search and couldn’t find the phrase “from the archive” anywhere which is annoying…as well as the fact that no one in the forums seems to know where it is eh I stopped looking for it a long time ago…although I’d really like to know.
Forum: Fixing WordPress
In reply to: “From the Archive:” and stopping itMystery eh? No one? Nice.
Forum: Plugins
In reply to: Check for login outside WordPressWell, emailed you the files jaredquinn at your request and never heard back. I guess you didn’t find anything.
Forum: Fixing WordPress
In reply to: “From the Archive:” and stopping itI can’t figure this out. Can someone give me a hand?
Every second post using the loop shown above is from the archive. It’s preceded by saying “From the archive:”
All I need to know is where that “From the archive:” text is coming from and I could probably fix it, but I can’t find it!!! It’s making me angry hehe
Forum: Plugins
In reply to: Check for login outside WordPressCheck out how silly this is. Here is the same exact page in two different locations. The only difference is the include line.
https://www.paulille.com/testing.php
<?php $blog = 1; require('wordpress/wp-blog-header.php'); ?>
https://www.paulille.com/wordpress/testing.php
<?php $blog = 1; require('wp-blog-header.php'); ?>
You’ll see the one inside the WordPress folder works fine, but that doesn’t make any sense at all.
Forum: Fixing WordPress
In reply to: “From the Archive:” and stopping itbump, I’m going to look at this again in a few. Any help is much appreciated.
Forum: Plugins
In reply to: Check for login outside WordPressMine still doesn’t work, but I haven’t tried in a while. Seems rustin is working from inside the WordPress folder while mine is outside. I can get it to work inside of that folder just fine it seems.
Gonna fire you off an email jaredquinn, appreciate the offer.