theposterpreviouslyknownas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 2.1 – Missing template-functions-post.phpcheck wp-includes/classes.php
right about line 503:
function start_el($output, $page, $depth, $current_page, $args) { .....
you always have the option of using the legacy my_hacks.php file and enabling it’s use. That or you can just add your function to any of the core wp files, or you can plugin-ize it.
all of the above will allow you to just call the function, instead of using the include method.
The goal is just to get the function defined without having to include another file, any of the above 3 will work.
Forum: Fixing WordPress
In reply to: permission denied in wp-settings.phpcheck the permissions on the files and directories inside your plugins directory — youre getting errors on a few files..
files should be chmod 644,
directories should be chmod 755
Forum: Installing WordPress
In reply to: Fatal error: Cannot redeclare validate_current_themeread this, that thread has the cause and the solution:
Forum: Fixing WordPress
In reply to: 404 recorded in Apache logs onlyive seen exaxctly what you are describing (404s being sent but the pages load), and fixed it too ..
the first thing you need to do is upgrade your permalinks — click that button the permalinks page.. then read this:
I cannot stress enough how buggy THAT is.. that a page can load but the wrong header is sent.
Forum: Fixing WordPress
In reply to: error logging into adminhttps://www.ads-software.com/support/topic/102115?replies=15
read that post. your answer is there.
DELETE before you UPLOAD.
Its in the upgrade instructions for a reason.
Forum: Your WordPress
In reply to: OMG, it’s Shout!musicomg! its blix.
and with validation errors to make it more exciting!!https://validator.w3.org/check?uri=https://www.a-pathetic.net/zine/
Forum: Fixing WordPress
In reply to: import from backup?shinydustbunnies, that sql file is just a text file, it wont bite ??
Forum: Your WordPress
In reply to: Feedback: Converted to WordPressfix your validation errors:
https://validator.w3.org/check?uri=https://www.politicalgrind.com/
and since there is NO rule on commenting on content, contrary to what was just said, I dont care for it, but Im a liberal too ?? To each their own.
Forum: Everything else WordPress
In reply to: 2.1 Upgrade Issuesinstructions, well did you happen to make a backup of your site and mysql database before you upgraded?
If you did, consider yourself lucky.
1. delete all the wordpress tables that are currently in your db
2. delete all the wp files except wp-config (download that to a safe place)
3. Upload a copy of the latest 2.0.x version. Upload that saved wp-config.php to where it belongs. Go through install.
4. Upload your backed up wordpress files, (themes, hacked files, etc..). If you dont have any of those , you can skip this step.
5, Now the hard part, well not so hard just time consuming. You have to restore the database using your last mysql backup. Use phpmyadmin.
I feel for you, trust me.
Forum: Installing WordPress
In reply to: error after a restorethats a theme file thats calling a function that is not present in 2.0.7 or below.
You are using the default theme that came with 2.1, switch to another theme.
Forum: Developing with WordPress
In reply to: Manually manipulating WP databasetake a look at how the install file inserts the first “hello wordpress” post — thats really the simplest and most useful thing to look at.
Forum: Installing WordPress
In reply to: Flickrss Plugin does not appear in Pluginshttps://missysue.byethost18.com/WordPress/wp-content/plugins/
there’s no flickrrss.php file in that directory OR the Flickrss/ directory
You need to have this:
https://missysue.byethost18.com/WordPress/wp-content/plugins/flickrrss.php
take the php file you extracted from the zip and upload JUST IT to the plugins directory.
Forum: Plugins
In reply to: Ajax link previewduplicate post — first one timed out, sorry ??
Forum: Plugins
In reply to: Ajax link previewohhh, you did want something like lightbox then, I read your original post and for some reason was thinking you meant text links.. like links to other sites or something, thumbnails is a whole nother story ?? what theyre using at that site is very similar to lightbox