Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 128 bytes) in /home/darkdiam/public_html/wp-admin/admin-functions.php on line 1367
I also cant see the index, it only loads up to a certain point but nothing at all shows.
I’m a very confused, no idea what to do, any help would be greatly appreciated!
]]>Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 750 bytes) in /home/sustaina/public_html/wp/wp-admin/admin-functions.php on line 2153
This is line 2153:
$image = imagecreatefromjpeg( $file );
I can’t find where imagecreatefromjpeg is defined. Any ideas? It is uploading the image but it’s not creating a thumbnail and the error makes it tricky to get back to the uploaded files.
]]>Fatal error: Call to undefined function: wp_upload_dir() in /home/content/g/e/o/geoffr/html/wp-admin/admin-functions.php on line 1752
any idea how to fix this?
]]>When I tried first, I could only see a blank page. Since the other pages were redirecting me to install.php, I assumed it was a problem with install.php. Commenting parts of the code, I discovered that the problem wasn’t install.php, but admin-functions.php (included by upgrade-functions.php). After I take it off (commenting the require_once(ABSPATH . ‘/wp-admin/admin-functions.php’); line), install.php showed up “normaly”.
Since today weather is good and I’m a happy person, I’ve run install.php WITHOUT admin-functions.php – and, somehow, it worked.
However, I can’t enter in the administration area because it needs admin-functions.php – or, at least, I suppose so.
How can I put everything working? Is the server the problem?
PS: after this attempt, I did the same thing to awardspace.com, but it still not works. Evil awardspace, evil 4000webs
]]>i would like to add some links of teamspeak:// and steam:// – but this links all always changed to https://teamspeak// and https://steam//
is this a bug, feature or an option i can change?
how to reproduce:
– wordpress/wp-admin/link-manager.php
– add some steam:// or teamspeak:// link
– view the wordpress/ output
using WordPress 2.0.6
]]>Warning: file(/home2/www/): failed to open stream: Permission denied in /home2/www/wp-admin/admin-functions.php on line 1463
Warning: implode(): Bad arguments. in /home2/www/wp-admin/admin-functions.php on line 1463
I’ve tried uploading a fresh copy of the admin-functions.php file, but that didn’t fix anything. I tried deactivating plug-ins, but that doesn’t do anything either. Seeing the “permission denied” comment, I even tried chmod-ing to 777, but still nuthin’. Oh–and I also tried switching themes, but still no change.
Any thoughts?
]]>————————————————–
Warning: getimagesize(): Read error! in /home/rg/public_html/wordpress/wp-admin/admin-functions.php on line 198
Warning: getimagesize(): Read error! in /home/rg/public_html/wordpress/wp-admin/admin-functions.php on line 223
Warning: Division by zero in /home/rg/public_html/wordpress/wp-admin/admin-functions.php on line 241
Warning: imagecreatetruecolor(): Invalid image dimensions in /home/rg/public_html/wordpress/wp-admin/admin-functions.php on line 245
File uploaded!
Your file ifoo.jpg was uploaded successfully!
Herea€s the code to display it:
Image Details:
Name:ifoo.jpg
Size:0 KB
Type:application/octet-stream
—————————————–
division by zero, oh the shame !
this patch catches the condition and reports a useful error:
198,204d197
<
< if (filesize($file) == 0)
< {
< $error = __(‘Uploaded file is 0Kb. Thumbnail not created.’);
< return $error;
< }
<
Here’s the technicals:
1. I’m running WordPress 1.5 (and loving it!)
2. I’m using the Minima Plus themeset
3. I have a number of plugins — most work perfectly well, but the following plugins are causing a specific (and repeated) error, which I will detail below.
1. Hennas-cool-cats plugin
2. nofollow Plugin
3. post_moderation plugin
4. related-posts plugin
5. tw-autosave plugin
6. wp-amazon plugin
The error is essentially the following (only changing based on the plugin name):
Warning: file(/home/ipnews/public_html/wp-content/plugins/related-posts.php): failed to open stream: Permission denied in /home/ipnews/public_html/wp-admin/admin-functions.php on line 932
Warning: implode(): Bad arguments. in /home/ipnews/public_html/wp-admin/admin-functions.php on line 932
My website: https://www.ipnewsblog.com
Here’s what I’ve tried:
1. Changing the permissions (chown to both 755 or 777 on admin-functions.php does squat).
2. Checking line 932 in admin-functions.php (which to me, is essentially indecipherable, but for the fact that it’s a call to the plugin itself.
3. Deactivating all other plugins to see if there was a conflict somewhere.
4. Reading through the various other reports (none seem to exist detailing this particular error that I could find).
5. Trying to search for this error on Google (see above).
6. Banging on the keyboard in frustration. Cursing.
All in all, none of these methods seemed to work. If anyone has a suggestion about what to do (I’d like to get these plugins working) it would be much appreciated. Danke.
]]>