rollingWolf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP ! "Error establishing a database connection"This info doesnt really help us help you solve this because it can be a number of things, anything from missing mysqlfiles to unrecoverable corruption in the database.
I hope you have a recent backup of the database :S either from your host or from an plugin because Im going to recommend dropping the database and recreate it.
Forum: Fixing WordPress
In reply to: Serious problem with the Meta Description of Main Page!When you share a page on facebook it saves a copy of the info in a cache and subsequent shares of that webpage uses info from the cached version. Might be something like that from during the development of the site (looks like part of a shortcode and I cant find it anywhere when viewing the source of the page) and why other pages “work” because they were cached at a later point when this wasnt a problem anymore.
Just my guess.
Edit:
Ok I looked at the info about your page using facebooks debugger ( https://developers.facebook.com/tools/debug/ ) and it says that the info it got about your startpage has been cached for 20 hours.There should be more widgets than there are in your screenshot (the default WP widgets for example) so something is messed up. Stupid question alert (but just making sur)e: are you sure that you use twenty twelve and not some other theme or a mod of the theme where they havent registered a sidebar?
Normally widgets are edited from “Utseende -> widgets” and not “settings -> widgets”.
Forum: Hacks
In reply to: DOMPDF doesn't work@pioneer valley web design
TCPDF is a PHP library for creating PDF files. While not with “native” support for creating pdfs from html content it does have a plugin for doing so. In our project we saw a considerable improvment in speed over DOMPDF.
Forum: Fixing WordPress
In reply to: My site has been hackedOther than cleaning the phpfiles I assume you changed password of your users and check for hidden folders (e.g beginning with a .) where theyve managed to upload backdoors and what not.
I recommend installing some form of two step authentication (google auth) for people with administrative rights on the blog.
Forum: Hacks
In reply to: DOMPDF doesn't workIve worked with DOMPDF in the past and we concluded that switching over to TCPDF was the best for the project. http://tcpdf.org
Forum: Fixing WordPress
In reply to: Offload Image Storage?Ive used blue hat cdn prevrious but I think its not as good anymore as it usde to be in the past. Theres a free and a pro version of it.
Forum: Fixing WordPress
In reply to: Offload Image Storage?AWS ( http://aws.amazon.com/ ) is pretty solid for CDN.
Forum: Localhost Installs
In reply to: Redirect loop instead of search resultsA note here is that you dont need to restart apache, a reload is sufficient.
Forum: Localhost Installs
In reply to: localhost – xampp install: trouble displaying imagesYouve typed “scr” . . It supposed to be “src”
Forum: Localhost Installs
In reply to: localhost – xampp install: trouble displaying imagesIf youre working with localhost its more than likely that fc101.org is not pointing to your machine but some other machien on the web. And that it looks for the image on some other server than yuors and therefore gets 404.
Easiest would just be using <img src=”/wp-content/uploads/whateverimage.jpg”>
I just did a whois and can see that fc101.org isnt even registered. So it may be a local “domain”. So I suggest setting
127.0.0.1 fc101.org
in your C:\windows\system32\drivers\etc\hosts (or is it hosts.txt i dont rememeber). It requires adminpermissions to edit so go to your “start menu TM” and shift+rightclick notepad and select “run as administrator” and then open the file.
Edit:
One other possibility is that you just registered fc101.org and in that case not all NS/DNS servers had time to update its records and therefore is the reason it doesnt show up, in that case dont add it to hosts.Forum: Localhost Installs
In reply to: Installing On Local Host So Others Can See?This ofcouse requires that your router, or ISP for that matter which usually is the case if youre for example is on a mobile broadband connection, dont have you NATed.
Forum: Plugins
In reply to: [Sharedaddy Shortcode] Will be fixed within hoursResolved with version 1.2.1