catalink
Member
Posted 1 year ago #
Trying to install wordpress. Install page located at the following:
http://james.catalink.com/wordpress/wp-admin/install.php
Error message:
Fatal error: Call to undefined function did_action() in /www/james.catalink.com/html/wordpress/wp-includes/functions.php on line 1345
Any ideas guys?
Hi,
I am having similar problems too when I try to install. This is what I get: -
Warning: require_once(ABSPATH/wp-admin/admin-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/eugeneg/public_html/blog/wp-admin/upgrade-functions.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'ABSPATH/wp-admin/admin-functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eugeneg/public_html/blog/wp-admin/upgrade-functions.php on line 5
Can someone please advise me?
thats not a similar problem, but at any rate -- it appears you are missing this file: /wp-admin/admin-functions.php
make sure that file is there -- if not upload it
I have checked but the admin-functions.php is in the server.
It's OK, I have managed to solve it. Thanks anyway.
I'm having the exact same problem. Could you please post solution.
valdalewis
Member
Posted 1 year ago #
OK, I fixed mine. I had copied an old config file thinking I just needed to change the database, but in fact I should have followed the instructions more carefully and used the config file given, and filled that one out according to my database settings in the old one.
So now I know.. and hopefully it will help someone else who was looking for a short cut and got stuck .. :))
I had a the same problem - on line 1345. The fix for me was to delete all the wordpress files from the server and re-upload them.
CarolVentura
Member
Posted 1 year ago #
I have reloaded several times (I uploaded each file individually, then with my ftp, then with a different ftp), but I keep getting the same error when I try to open /wp-admin/install.php in my browser:
Fatal error: Call to undefined function: did_action() in /home/tapestry/public_html/blog/wp-includes/functions.php on line 1345
Does anyone know what I can do to fix it?
anse9701
Member
Posted 1 year ago #
I am having the same problem as CarolVentura....same fatal error. I've reuploaded all my wordpress files numerous times, but still the same error. Any help would be greatly appreciated! Thanks
Predator3
Member
Posted 1 year ago #
Me too. Same error same effort but nothing. Is the code wrong somewhere? Looks liker a few people are in the same boat. Any help or ideas would be great.
Same problem here, and hoping for a reply from somebody who's fixed it...
I'm having the same problem and I'm using direct SSH to pull a copy of the latest release directly in to web server and unpack with 0% chance for data corruption. (I tried zip and tar.gz versions)
I have installed several wordpress sites this way, and never had a problem. It would appear to be a buggy release??
the solution to this problem is to properly rename wp-config-sample.php after you have edited it to wp-config.php
anse9701
Member
Posted 1 year ago #
My wp-config-sample.php has been properly renamed, but still the same error. Any other ideas that may help me out? Thanks
anse9701
Member
Posted 1 year ago #
Never mind...the wp-config.php file was misnamed after all! Had an extra - . Now it seems to work. Thank you for the help!