Search Results for 'buddypress'
-
AuthorSearch Results
-
June 16, 2011 at 11:36 am #114626
In reply to: BP User Statistics
Hugo Ashmore
Participant@DJPaul this is why I have raised the matter again check your emails when you have a moment, we may not be aware of any issues but that doesn’t mean there aren’t any.
June 16, 2011 at 10:55 am #114624In reply to: BP User Statistics
Paul Wong-Gibbs
KeymasterThere are no known security issues with BuddyPress 1.2.x, or BuddyPress 1.3. Promoting scare web pages help no-one.
June 16, 2011 at 10:16 am #114623In reply to: need to edit the title under signup page
pcwriter
ParticipantRather than editing core files and losing those changes when you upgrade Buddypress, the safer route is to create a language file for customized messages.
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
June 16, 2011 at 10:01 am #114622In reply to: BP User Statistics
Hugo Ashmore
Participant@janismo Yes I know about that sign and am discussing it with one of the core mods.
@BlueInkAlchemist I have actually just finished upgrading the plugin to work with WP 3.1 and have it running on BP 1.3 trunk and it looks to be ok but I’ll need to contact Rich! about updating the repo version.
June 16, 2011 at 9:57 am #114621In reply to: Not Displaying Correctly
pcwriter
ParticipantFor your sidebar widget issue, @hnla is right: contacting the theme author is probably the best route.
For the 503 message quoted above, that looks like suspiciously like one I got recently on one of my sites, which turned out to be a setting in the s2member plugin. If you’re using that plugin (and I suspect you are), check the “Unique IP Access Restrictions” setting under “s2member” > “General Options” in your WP backend. If you have that setting set to, say, 5 different IPs per customer, and more that 5 nice folks on this forum try to help you by accessing your test account (from different IPs obviously), the warning will be triggered. If you don’t want that warning to display to your site members who may use several different machines to access your site, you can set it to a higher number or disable it altogether (“Allow Infinite IPs”).
June 16, 2011 at 7:33 am #114618In reply to: Need help with my WordPress theme and BuddyPress
Hugo Ashmore
ParticipantWe can’t see what that file parses and outputs! It looks as though there is no structure?
So do a number of those function calls describe markup structure? You will need to look at them and edit or copy where necessary; however you shouldn’t really be having an issue? you view the generated output of an index.php or page.php and match that to a buddypress page and ensure that the BP page matches to your themes. What structure does the file above generate? it should match to the other pages in your theme and is the structure that your BP pages need to duplicate.
June 16, 2011 at 6:51 am #114615Hugo Ashmore
ParticipantIt’s a well known and long standing issue.
June 15, 2011 at 11:17 pm #114609In reply to: From Latin1 to UFT8 – Issues
donal_og
Memberp.s. I had a look at the phpMyAdmin settings and for localhost it has
MySQL localhost
MySQL connection collation: UTF8 (I changed this to latin1_general_ci with no luck)I noticed on the right pane it still shows:
MySQL
Server: Localhost via UNIX socket
Server version: 5.0.92-community-log
Protocol version: 10
User: accessfo @localhost
MySQL charset: UTF-8 Unicode (utf8)I then noticed this in the server variable settings:
character set client utf8
(Global value) latin1
character set connection latin1
character set database latin1
character set filesystem binary
character set results utf8
(Global value) latin1
character set server latin1
character set system utf8
character sets dir /usr/share/mysql/charsets/
collation connection latin1_general_ci
(Global value) latin1_swedish_ci
collation database latin1_swedish_ci
collation server latin1_swedish_ciJune 15, 2011 at 11:08 pm #114608In reply to: New users not showing up in BuddyPress
oldrow
Memberthanks this fixed my problem
June 15, 2011 at 10:20 pm #114602In reply to: Default Tab depending on Friendship
Nahum
Participant@sbrajesh
to account for your own profile? would it be good to do this to this line:`if(friends_check_friendship( $current_user_id, $displayed_user_id ) || bp_is_my_profile())`
June 15, 2011 at 10:13 pm #114601In reply to: what search does buddypress use???
Brajesh Singh
Participant@famous, you are right about that. searching multiple blogs is too costly on database if the posts are not cached in a global table. The unified search does not includes it because most of the sites do not use any sort of global post caching, and searching the posts on a network of say more than 20 blogs will be too much for a shared server to handle. I remember there is a plugin https://wordpress.org/extend/plugins/multisite-global-search/ which does global search.
The problem is, It will put some real strain on database. if you still want to use it, you can extend the unified search with the above mentioned plugin.hope that helps.
June 15, 2011 at 9:39 pm #114599In reply to: what search does buddypress use???
Famous
Participant@sbrajesh, hello I gave your plugin a try, however it doesn’t account for MU blogs, or am I missing something? Will this ever be addressed in buddypress (a sitewide easy search)?
June 15, 2011 at 8:30 pm #114594In reply to: buddypress bbpress build that actually works?
projectjerel
Member64M seems to be sufficient
by god i learned something new!
cheers!
Buddypress forum > google forum (not that that says much but still..)
THANKS!
SOLVED!
June 15, 2011 at 8:21 pm #114591In reply to: buddypress bbpress build that actually works?
projectjerel
MemberNOPE!
here’s my .htaccess file as well
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
# MEMORY
php_value memory_limit 16M
# END MEMORYI have no idea how to disect the error log, does anything jump out at anyone?
I’d be happy to repost the latest….June 15, 2011 at 8:11 pm #114590In reply to: buddypress bbpress build that actually works?
projectjerel
Memberso here is the error_log
I’m not sure what i’m looking for? but I bet the answer is that i skipped this step.
“Change .htaccess to increase memory size and redirect to www”as i see memory errors down there at the bottom. I’ll google how to adjust my .htaccess file then post back.
Pretty sure this qualifies as making me look like an idot, much appreciated! (hopefully)
[Mon May 23 18:17:54 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:23 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:30 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 13:34:33 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Tue May 24 18:38:46 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Wed May 25 01:22:44 2011] [error] [client 71.182.217.144] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed May 25 01:24:30 2011] [error] [client 71.182.217.144] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed May 25 13:05:24 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Wed May 25 13:05:27 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Thu May 26 17:01:47 2011] [error] [client 96.236.134.15] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu May 26 22:59:40 2011] [error] [client 66.249.72.41] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu May 26 22:59:41 2011] [error] [client 66.249.72.167] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Fri May 27 23:15:20 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sat May 28 13:59:07 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sun May 29 04:25:13 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Sun May 29 08:56:07 2011] [error] [client 66.249.72.248] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Sun May 29 08:56:09 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Mon May 30 19:14:42 2011] [error] [client 119.63.196.17] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Mon May 30 23:30:58 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Tue May 31 19:06:02 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 13:56:20 2011] [error] [client 64.246.165.150] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 15:48:59 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:13:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/glossyred/images/favicon.ico, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:17:09 2011] [error] [client 98.239.183.5] PHP Warning: require_once(BACKPRESS_PATH/class.ixr.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/update.php?action=install-plugin&plugin=bpgroups&_wpnonce=63679f5b0e
[Wed Jun 01 17:17:09 2011] [error] [client 98.239.183.5] PHP Fatal error: require_once() [function.require]: Failed opening required ‘BACKPRESS_PATH/class.ixr.php’ (include_path=’.:’) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/update.php?action=install-plugin&plugin=bpgroups&_wpnonce=63679f5b0e
[Wed Jun 01 17:17:10 2011] [error] [client 98.239.183.5] PHP Warning: require_once(BACKPRESS_PATH/class.ixr.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:17:10 2011] [error] [client 98.239.183.5] PHP Fatal error: require_once() [function.require]: Failed opening required ‘BACKPRESS_PATH/class.ixr.php’ (include_path=’.:’) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:17:21 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugins.php?error=true&plugin=bpgroups%2Foci_bb_group_forums.php&_error_nonce=d55b0fef80
[Wed Jun 01 17:18:09 2011] [error] [client 72.30.142.229] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Wed Jun 01 17:20:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:20:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:08 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:21:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:21:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:21:18 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:22:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:00 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:23:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:23:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:23:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 3736, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/themes.php?activated=true
[Wed Jun 01 17:24:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:24:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:24:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:24:42 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:32:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:33:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:10 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:39 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:33:51 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/#
[Wed Jun 01 17:34:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:35:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:11 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:35:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:37:40 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:38:26 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/functions.php on line 4121, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:39:30 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:39:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:40:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php
[Wed Jun 01 17:40:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:40:20 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:42:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:42:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:42:18 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:42:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Call to undefined method BP_XProfile_Group::get_all() in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bp_group_forums.php on line 346, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:42:55 2011] [error] [client 98.239.183.5] PHP Fatal error: Call to undefined method BP_XProfile_Group::get_all() in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/plugins/bpgroups/oci_bp_group_forums.php on line 346, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:43:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:43:22 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:43:31 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:43:45 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:44:08 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:44:10 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/wp-db.php on line 1116, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:44:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/admin.php?page=bp-general-settings
[Wed Jun 01 17:46:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:46:09 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:46:54 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:46:59 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/edit-form-advanced.php on line 285, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:49:22 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:50:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/wp-content/themes/unplugged/_inc/css/colours.css
[Wed Jun 01 17:50:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:50:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:50:32 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:51:44 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:51:56 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 17:52:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 17:53:05 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:53:06 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:53:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 17:55:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 17:57:28 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=buddypress&plugin-search-input=Search+Plugins
[Wed Jun 01 17:59:31 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=tag&s=profile+pic&plugin-search-input=Search+Plugins
[Wed Jun 01 17:59:55 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/wp-content/themes/unplugged/_inc/css/reset.css, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:00:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:07 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:08 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:00:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/admin-header.php on line 123, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:00:25 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:03:52 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:04:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:04:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:05:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:09:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:09:23 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:09:23 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:09:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:10:45 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:13:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:13:35 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/wp-admin/plugins.php
[Wed Jun 01 18:15:55 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:54:11 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 18:54:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity, referer: http://www.kingfishmafia.com/
[Wed Jun 01 18:55:47 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:55:47 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:55:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Wed Jun 01 18:59:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:04:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:09:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:15:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:20:13 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:25:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:33:16 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:38:26 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:43:36 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:48:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:53:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 19:59:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:04:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:09:28 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:14:38 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:19:48 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:40:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:42:38 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members, referer: http://www.kingfishmafia.com/
[Wed Jun 01 20:45:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:51:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:56:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 20:58:36 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:03:46 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:08:56 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 21:11:48 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Wed Jun 01 23:10:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:15:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:20:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:23:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Wed Jun 01 23:25:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:31:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:36:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:41:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:46:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Wed Jun 01 23:56:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:00:07 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 00:01:17 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:06:27 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:11:37 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:16:47 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 00:21:57 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 02:40:03 2011] [error] [client 66.249.72.248] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu Jun 02 02:40:05 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/robots.txt
[Thu Jun 02 03:00:48 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 03:07:41 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/sample-page
[Thu Jun 02 03:14:36 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 04:15:18 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/register
[Thu Jun 02 04:17:19 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:28:35 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups
[Thu Jun 02 04:32:31 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:36:06 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/activity
[Thu Jun 02 04:40:10 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/register
[Thu Jun 02 04:47:53 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:51:07 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 04:55:46 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/archives
[Thu Jun 02 04:58:36 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/groups
[Thu Jun 02 05:02:21 2011] [error] [client 66.249.72.106] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/members
[Thu Jun 02 09:34:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:39:01 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 09:39:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:44:54 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:50:04 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 09:55:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:00:24 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:05:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:09:02 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 10:10:43 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:15:53 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:21:03 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:26:14 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:31:23 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:36:33 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 10:39:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/feed
[Thu Jun 02 10:56:05 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 11:01:15 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 11:06:25 2011] [error] [client 98.239.183.5] File does not exist: /var/www/vhosts/kingfishmafia.com/httpdocs/favicon.ico
[Thu Jun 02 12:39:34 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:39:34 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:39:35 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 12:43:22 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 12:43:23 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 12:43:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:18:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:18:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:18:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:20:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=+profile+pics&plugin-search-input=Search+Plugins
[Thu Jun 02 16:20:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:20:37 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:20:38 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/index.php
[Thu Jun 02 16:31:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:31:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:31:52 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:35:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:37:19 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/menu-header.php on line 96, referer: http://www.kingfishmafia.com/wp-admin/plugin-install.php?tab=search&type=term&s=buddypress+groups&plugin-search-input=Search+Plugins
[Thu Jun 02 16:59:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:59:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 16:59:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:26 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:26 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:06:27 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2829, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:00 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:01 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:19:02 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:26:36 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:15 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:16 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:33:17 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:45 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:45 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 17:43:46 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:33 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:34 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:01:35 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:49 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:50 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:20:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:48 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:21:49 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:39 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:40 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Thu Jun 02 18:33:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:24:51 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Fri Jun 03 15:35:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:35:25 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:35:26 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:39 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:40 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:36:41 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Fri Jun 03 15:47:24 2011] [error] [client 98.239.183.5] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Sat Jun 04 01:45:23 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Sat Jun 04 11:36:59 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sat Jun 04 11:37:00 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sat Jun 04 11:37:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Sun Jun 05 04:25:10 2011] [warn] RSA server certificate CommonName (CN) `plesk’ does NOT match server name!?
[Mon Jun 06 00:57:53 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 00:57:53 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 00:57:54 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 09:41:21 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 09:42:16 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:55:34 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 09:55:50 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 42 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 408, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:56:04 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post.php?post=21&action=edit
[Mon Jun 06 09:56:40 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 09:57:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post.php?post=21&action=edit
[Mon Jun 06 09:57:27 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/edit.php
[Mon Jun 06 15:04:33 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Mon Jun 06 17:29:02 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:29:02 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:29:03 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:24 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:31:25 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-includes/class-simplepie.php on line 2648, referer: http://www.kingfishmafia.com/wp-admin/
[Mon Jun 06 17:33:25 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 697, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:33:41 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:34:21 2011] [error] [client 96.236.134.15] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 716, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:35:07 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Mon Jun 06 17:42:13 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Tue Jun 07 01:07:28 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 633, referer: http://www.kingfishmafia.com/
[Tue Jun 07 04:15:44 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/create/step/group-settings/
[Tue Jun 07 04:16:23 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/
[Tue Jun 07 04:16:45 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/admin/edit-details/
[Tue Jun 07 04:16:52 2011] [error] [client 72.26.42.23] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 716, referer: http://www.kingfishmafia.com/groups/
[Tue Jun 07 04:17:01 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 373, referer: http://www.kingfishmafia.com/groups/dark-blades/admin/group-settings
[Tue Jun 07 07:40:58 2011] [error] [client 66.249.72.106] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/file.php on line 883
[Tue Jun 07 11:11:56 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /var/www/vhosts/kingfishmafia.com/httpdocs/wp-admin/includes/class-wp-comments-list-table.php on line 393, referer: http://www.kingfishmafia.com/wp-admin/post-new.php
[Tue Jun 07 11:14:42 2011] [error] [client 24.131.78.211] PHP Fatal error: Allowed memory size of 335544June 15, 2011 at 7:52 pm #114588In reply to: buddypress bbpress build that actually works?
Boone Gorges
KeymasterClearly there are PHP fatal errors happening. If you can figure out what’s in your PHP error logs, it’ll specify where in the code the errors are happening.
June 15, 2011 at 7:30 pm #114586In reply to: Default Tab depending on Friendship
June 15, 2011 at 7:29 pm #114585In reply to: buddypress bbpress build that actually works?
projectjerel
Membermy bad it’s not a 404, there’s no error just doesn’t work. no 2 ways about it. i challenge all of you to please make me feel like an idoit on this one.
June 15, 2011 at 7:23 pm #114583In reply to: buddypress bbpress build that actually works?
projectjerel
Memberyup, same result, forums will not work for whatever reason. template pack or no, forum 404’s.
funny thing is it sucessfully created the bb-config.php with the correct info and everything.I don’t care what happens to this site, i’m just trying to get an install that works.
wp 3.1.2
bp V1.2.8is there a better thread on this? seems i can’t be the only person this has ever happened to.
I’d be happy to use an older WP version if that makes a difference.
EVERYTHING is basically at it’s default setting.
No idea, what the issue is here.June 15, 2011 at 7:08 pm #114582In reply to: Alternative to bbpress
oldrow
Memberthe idea for group forums is absolutely retarded… buddypress would be sooo awesome if it just had a normal forum setup that normal people know how to use off the bat. Group forums are completely unnecessary and confusing. There should at least be an option to choose a classic forum style.
June 15, 2011 at 6:59 pm #114580In reply to: buddypress bbpress build that actually works?
projectjerel
MemberI will try to be nice. Relative to me, this will not function out of the box. on a completely fresh install. Could well be a permissions issue. However, buddypress installs and works no problems at all. The forum setup says it did everything fine (or that i have to create teh bb-config.php file) it seems to be changing it’s mind.
So the situation is this:
buddypress – works installs no issues, very smooth.
forum setup finishes
dashboard ceases to function – website remains intact, forums tab goes to a 404 error.v1.2.8 of buddypress
v3.1.2 and v3.1.3 of wordpress (both produce the same lack of function).when i say it’s absoutely busted, relative to me it is, which makes sense as its not working for me.
bbPress is now absent from the picture as it seems it’s something all it’s own.
I’m at a loss as to how to proceed…
June 15, 2011 at 5:33 pm #114577Ammar Gandhi
MemberHow to compare the structure in our buddypress files….i mean…your index.php ( of theme) and buddypress…i have to edit buddypress files..how to do it!?
June 15, 2011 at 4:55 pm #114575In reply to: buddypress bbpress build that actually works?
Hugo Ashmore
ParticipantFor clarity and referring back to your first post; bbPress in respect of BuddyPress is an integrated app you don’t install it separately it is part of the forums and simply needs setting up from the BP admin section of the dashboard, installing standalone bbPress will not work with BP forums in the integrated sense. bbPress plugin is a separate issue and is in beta release and at initial release won’t integrate with BP forums so you can likely ignore the plugin version for the moment.
June 15, 2011 at 4:52 pm #114574gregfielding
ParticipantBrajesh built a plugin for this. It works great if anyone else is interested:
Show BuddyPress community(sitewide) activity on User Profile
June 15, 2011 at 4:40 pm #114573In reply to: buddypress bbpress build that actually works?
Boone Gorges
KeymasterIt’s absolutely busted PHP code.The majority of installations of BuddyPress have the internal forums component working just fine. Saying it’s “absolutely busted” is absolutely false.
The folks in this forum are friendly and willing to help you figure out your problem. It’ll help if you’re friendly too.
-
AuthorSearch Results