TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

Internal Server Error #601

Closed nathan130200 closed 3 years ago

nathan130200 commented 8 years ago

When i try add any mod, message say 'Internal Server Error'

All required libraries already installed correctly.

But log says: [17-Jul-2016 22:00:36 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/public/../bootstrap/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/public/index.php on line 21 [17-Jul-2016 22:02:07 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/bootstrap/paths.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/server.php on line 7 [17-Jul-2016 22:22:39 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/bootstrap/../vendor/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/bootstrap/autoload.php on line 17 [17-Jul-2016 22:35:51 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70 [17-Jul-2016 22:35:59 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70 [17-Jul-2016 22:36:03 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70 [17-Jul-2016 22:39:14 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70 [17-Jul-2016 22:41:58 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70

skwerlman commented 8 years ago

Log for readability:

[17-Jul-2016 22:00:36 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/public/../bootstrap/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/public/index.php on line 21
[17-Jul-2016 22:02:07 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/bootstrap/paths.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/server.php on line 7
[17-Jul-2016 22:22:39 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/bootstrap/../vendor/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u636840432/public_html/bootstrap/autoload.php on line 17
[17-Jul-2016 22:35:51 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70
[17-Jul-2016 22:35:59 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70
[17-Jul-2016 22:36:03 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70
[17-Jul-2016 22:39:14 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70
[17-Jul-2016 22:41:58 UTC] PHP Fatal error: require(): Failed opening required '/home/u636840432/public_html/vendor/swiftmailer/swiftmailer/lib/swift_required.php' (include_path='/home/u636840432/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/opt/php-5.5/pear') in /home/u636840432/public_html/vendor/composer/autoload_real.php on line 70

In the future, place code and logs in triple backticks like this:

(code goes here)

nathan130200 commented 8 years ago

Sorry :'( http://pastebin.com/X6u0Q4e6

nathan130200 commented 8 years ago

I'm using hostinger to host mods and the technic solder

spannerman79 commented 8 years ago

"Free" shared hosting isn't supported. Please read the solder docs again properly as it states that shared hosting is not supported.

Obtain a VPS where you have full access.

This is a non-solder issue

nathan130200 commented 8 years ago

Thx :+1: i will try it!

Arzte commented 8 years ago

@nathan130200 This might actually still work if you change the permissions on the solder dir, 755 should do it. (this is based on the log saying it can't access files)