dzawacki
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorUpping the memory allowance didn’t help. I tried deactivating some of the plugins and it still won’t activate.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorYes, I’ve known about the memory issue with 1and1 for a long time now. Only recently did I discover a fix for it, but it still is limited to 80M. I’m going to try to up it, just for kicks.
Also, I currently only have plugins I’m using installed. These are the bare minimum plugins for my site as well.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorOkay, so the plugin worked on a different install location.
After trying the new version on the orignal post, I did get a Fatal Error message from within WordPress:
Fatal error: Out of memory (allocated 35389440) (tried to allocate 36 bytes) in /htdocs/wordpress/wp-includes/query.php on line 3407
Not sure if this is helps with your debugging as it’s an WordPress file.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorIt’s the access log. I guess I hoped to find an error message in the access log.
I don’t have access to the error log it looks like.
Same Internal Server Error when I tried to activate the plugin with the new version. I’m going to try the plugin on another install with a different host and I’ll report back.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorThe two lines above it are:
65.30.146.119 – – [30/Jul/2014:12:37:56 -0400] “GET /wordpress/wp-admin/plugins.php?action=activate&plugin=social-metrics-tracker%2Fsocial-metrics-tracker.php&plugin_status=all&paged=1&s&_wpnonce=edbe621519 HTTP/1.1” 200 191 sassyhacksaws.com “https://sassyhacksaws.com/wordpress/wp-admin/plugins.php” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36” “-“
74.208.59.41 – – [30/Jul/2014:12:37:57 -0400] “POST /wordpress/wp-cron.php?doing_wp_cron=1406738277.0189540386199951171875 HTTP/1.0” 200 – sassyhacksaws.com “-” “WordPress/3.9.1; https://sassyhacksaws.com” “-“
The line before these two takes place 20 seconds before, so I’m assuming it’s unrelated.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorOkay, I found the logs. The first instance of the error for this reads:
65.30.146.119 - - [30/Jul/2014:12:37:58 -0400] "GET /wp/wp-admin/plugins.php?error=true&plugin=social-metrics-tracker%2Fsocial-metrics-tracker.php<strong>&_error_nonce=1a20db7482</strong> HTTP/1.1" 200 76821 sassyhacksaws.com "https://sassyhacksaws.com/wordpress/wp-admin/plugins.php" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36" "-"
I don’t think it offers anything helpful and I couldn’t find a log of a 500 error, but if it helps the issue, great.
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorI’m using 1and1. Unfortunately it doesn’t give me access to the server reports.
Is there any other method than through their Control Panel that you know of that I could get the server error log?
Forum: Plugins
In reply to: [Social Metrics Tracker] Internal Server ErrorI’m also receiving a 500 Internal Server Error when activating.
“Plugin could not be activated because it triggered a fatal error.”
My PHP version is 5.4.30
I really would like to use this plugin as it seems to be the nicest version of this which I have come across yet. Hopefully it’s a minor tweak and it’ll work.
Forum: Hacks
In reply to: Plugin Admin Page Overlapping wpfooterIt looks like it has to do with a CSS positioning setting as “absolute”. If I remove the absolute, it fixes the problem but causes another (always seems to be the case).
The issue seemed to be creeping up with how the tabs were written. I grabbed some code from a website and modified it until it worked for me. They had the tabs opacity changing with an ease in and out. I switched the opacity to a display and now it works without the ease in and out.
I guess I deserved this for grabbing code off the internet.
Forum: Plugins
In reply to: Plugin Admin Page Overlapping wpfooterI have marked this as resolved as I moved the post to the hacks sub-forum.
Forum: Fixing WordPress
In reply to: html help, color changefifiseven,
Your site looks great!
Have you tried looking under Appearance->Theme Options or Appearance->Customize?
It depends on your theme, I use Openstrap and it doesn’t give me the option to edit my link colors, I have to do it manually with CSS. If you can’t find it, you can always try editing your css file, or adding custom CSS from within WordPress.
Forum: Fixing WordPress
In reply to: Band siteOh, I understand now. This then, is beyond what I know as I have not used SoundCloud in a long time.
Hopefully someone will have a better answer for you.
Forum: Fixing WordPress
In reply to: Band siteteejayuu,
Soundcloud has an answer for you https://help.soundcloud.com/customer/portal/articles/1338578-how-to-post-to-wordpress
As for YouTube, WordPress has a built in feature to embed YouTube videos, just copy the URL and paste it into the body of the post without creating a hyperlink. https://en.support.wordpress.com/videos/youtube/
Hope this helps!
Forum: Fixing WordPress
In reply to: setting up e-mail accountsjbohan,
I think this is something you would do through your hosting provider, not in WordPress.
It’s a very simple fix, mine was the first row of the wp_options table. I just changed it back to what it was.