Oops! That page can’t be found.
-
I have gotten the White Screen of Death, I guess? The last thing I did before everything went away was to delete my only post, since my site uses only pages for now. All my other htdocs files and sites give me the same error message when putting in their URL on a browser. The admin page does not load either. I hate to think that all my data is lost! Help me. Thanks.
-
Errors like this are logged. Check the error log on your server. If you can’t find the log, please contact your host.
Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://codex.www.ads-software.com/Debugging_in_WordPress
You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you cannot access wp-admin, there are other ways to deactivate plugins.
I deactivated all the plugins manually, since I could not get into wp-admin, by changing plugin files to _old. However, I did not deactivate the index.php file in the plugin folder. Still nothing.
Under the wp_options table in the phpMyAdmin, option_name column does not have a row “active_plugins”.
- This reply was modified 7 years, 4 months ago by gmonahan3142.
what’s in your error logs?
Here are my logs for this period of time.
apache_error.log
[Tue Jun 27 18:34:16 2017] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/apple-touch-icon-precomposed.png
[Tue Jun 27 18:34:16 2017] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/docs-assets
[Tue Jun 27 18:34:16 2017] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/apple-touch-icon.png
[Tue Jun 27 18:34:16 2017] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/apple-touch-icon-precomposed.png
[Tue Jun 27 18:34:16 2017] [error] [client ::1] File does not exist: /Applications/MAMP/htdocs/apple-touch-icon.png
[Tue Jun 27 21:30:07 2017] [notice] caught SIGTERM, shutting down
[Tue Jun 27 21:30:16 2017] [notice] Digest: generating secret for digest authentication …
[Tue Jun 27 21:30:16 2017] [notice] Digest: done
[Tue Jun 27 21:30:16 2017] [notice] FastCGI: process manager initialized (pid 8771)
[Tue Jun 27 21:30:16 2017] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.5 Python/2.7.10 PHP/7.0.0 mod_ssl/2.2.29 OpenSSL/0.9.8zh DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.22.0 configured — resuming normal operations
[Tue Jun 27 21:39:49 2017] [notice] caught SIGTERM, shutting downphp_error.log
[28-Jun-2017 05:28:38 Europe/Berlin] PHP Warning: require_once(/Applications/MAMP/htdocs/wordpress/wp-load.php): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/wordpress/wp-admin/admin-ajax.php on line 22
[28-Jun-2017 05:28:38 Europe/Berlin] PHP Fatal error: require_once(): Failed opening required ‘/Applications/MAMP/htdocs/wordpress/wp-load.php’ (include_path=’.:/Applications/MAMP/bin/php/php7.0.0/lib/php’) in /Applications/MAMP/htdocs/wordpress/wp-admin/admin-ajax.php on line 22mysql_error_log.err
170628 07:29:54 mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql
170628 7:29:54 [Warning] Setting lower_case_table_names=2 because file system for /Applications/MAMP/db/mysql/ is case insensitive
170628 7:29:54 [Note] Plugin ‘FEDERATED’ is disabled.
170628 7:29:54 InnoDB: The InnoDB memory heap is disabled
170628 7:29:54 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170628 7:29:54 InnoDB: Compressed tables use zlib 1.2.3
170628 7:29:54 InnoDB: Initializing buffer pool, size = 128.0M
170628 7:29:54 InnoDB: Completed initialization of buffer pool
170628 7:29:54 InnoDB: highest supported file format is Barracuda.
170628 7:29:54 InnoDB: Waiting for the background threads to start
170628 7:29:55 InnoDB: 5.5.42 started; log sequence number 56326717
170628 7:29:55 [Note] Server hostname (bind-address): ‘0.0.0.0’; port: 8889
170628 7:29:55 [Note] – ‘0.0.0.0’ resolves to ‘0.0.0.0’;
170628 7:29:55 [Note] Server socket created on IP: ‘0.0.0.0’.
170628 7:29:55 [Note] Event Scheduler: Loaded 0 events
170628 7:29:55 [Note] /Applications/MAMP/Library/bin/mysqld: ready for connections.
Version: ‘5.5.42’ socket: ‘/Applications/MAMP/tmp/mysql/mysql.sock’ port: 8889 Source distributionThis tells me you’re missing WordPress files.
require_once(/Applications/MAMP/htdocs/wordpress/wp-load.php): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/wordpress/wp-admin/admin-ajax.php on line 22
Do a manual update to ensure you have all necessary files. https://codex.www.ads-software.com/Updating_WordPress#Manual_Update
I just moved the files to the newer version of WordPress (ver# 4.8) and left the old version on my Mamp server. I’m getting the old plugins and themes that I had loaded, now at the new location, but I cannot see the pages that I created before. Are there other files and file folders besides index.php, plugins, themes, upgrade and uploads that need moving from the old htdocs folder? Also, I noticed that my media file did not load to the new location. I have also not activated all the old plugins at the new location. Just Site Origin Page Builder and widgits. Do I need to do that? I’m reluctant to activate them since they are not needed and could cause a conflict again. Do you think that maybe I corrupted the files when I deleted the post yesterday? Thanks for your help. Most appreciated.
did you move the database as well? That’s where your content is.
WP Migrate DB would be great if I could get into the old administrative panel on WordPress. Is there another way?
phpmyadmin through your hosting control panel.
I’ve tried that, but the import function stops on line #1050, stating: Table ‘wp commentmeta’ already exists. I guess I need to delete the new database first?
If the old database is corrupted, won’t that put me back at no access to the administration page?
- The topic ‘Oops! That page can’t be found.’ is closed to new replies.