500 error, I'm stuck
-
I’ve tried all of the suggestions on your FAQ page. Here’s the deal. I have 5 wordpress installs that I’m moving from one server to another. 4 of them moved fine and 1 of them just keeps giving me a 500 error. I’ve checked the timeouts and changed the php max execution time to 0 – so that wasn’t the issue. There’s no .htaccess file in the folder at all and I’ve set the permissions to 755. So on the server level, it doesn’t seem like I’m missing anything. 4 worked, 1 gives me a 500 error…
The apache error log keeps complaining about a missing folder, like this:
File does not exist: /***/***/lms/images, referer: https://***.***.***.***/lms/installer.php
I thought it could be a plugin, so I filtered the plugins folder. I thought it could be an uploaded file, so I filtered the uploads too. I even filtered the images folder (after getting the error above) and it still fails on the images folder. The log file for the plugin doesn’t see very helpful (at least to me):
******************************************************************************** DUPLICATOR INSTALL-LOG STEP1 START @ 04:32:30 NOTICE: Do not post to public sites or forums ******************************************************************************** VERSION: 0.4.6 PHP: 5.4.9-4ubuntu2.3 PHP SAPI: apache2handler ZIPARCHIVE: true SERVER: Apache/2.2.22 (Ubuntu) DOC ROOT: /var/www/lms DOC ROOT 755: true LOG FILE 644: true BUILD NAME: 52759437c3d727469_20131103_lightmanufacturingsystems REQUEST URL: https://54.244.253.15/lms/installer2.php -------------------------------------- POST DATA -------------------------------------- Array ( [action_ajax] => 1 [action_step] => 1 [cache_path] => [cache_wp] => [dbcharset] => utf8 [dbclean] => 1 [dbcollate] => utf8_general_ci [dbhost] => localhost [dbmake] => 1 [dbname] => lms [dbnbsp] => [dbuser] => lms [logging] => 1 [package_name] => 52759437c3d727469_20131103_lightmanufacturingsystems_package.zip [ssl_admin] => [ssl_login] => [zip_manual] => ) ******************************************************************************** UNZIP & FILE SETUP ******************************************************************************** PACKAGE: 52759437c3d727469_20131103_lightmanufacturingsystems_package.zip SIZE: 274.59MB INFORMATION: ZipArchive Object ( [status] => 0 [statusSys] => 0 [numFiles] => 1609 [filename] => /var/www/lms/52759437c3d727469_20131103_lightmanufacturingsystems_package.zip [comment] => ) ZIP CLOSE: true
That’s it. Any advice you could give would be greatly appreciated. Thanks.
- The topic ‘500 error, I'm stuck’ is closed to new replies.