octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.03k stars 2.21k forks source link

can't install plugin from backend #69

Closed Dmi3yy closed 10 years ago

Dmi3yy commented 10 years ago

manage updates october cms 2014-05-15 10-32-33 2014-05-15 10-32-38

PHP Version 5.5.7 OctoberCMS build 67

JohannesMP commented 10 years ago

you can, you just need to know its exact unique code. For example the google analytics plugin can be installed by entering RainLab.GoogleAnalytics. Please see my suggestion on addressing this in #70.

A workaround right now is to make an account at www.octobercms.com, then attach the backend to a Project, and install the plugins from www.octobercms.com/plugins by selecting the project.

Dmi3yy commented 10 years ago

yes but the same manage updates october cms 2014-05-15 10-42-16 2014-05-15 10-42-18

what port used for this query ? in my hosting open not all ports

daftspunk commented 10 years ago

Should be standard port 80

Dmi3yy commented 10 years ago

strange in build 77 still present http://monosnap.com/image/XUSgvHhRjHXcaQ2Z4luoGiJ6VWPMO7

daftspunk commented 10 years ago

This error suggests your server cannot communicate to the October gateway.

host: octobercms.com port: 80

Please confirm your web server can make an outgoing connection to this address:

<?php
echo file_get_contents('http://octobercms.com/api/ping');

Run this script and report the result. Expected result:

{"pong":1}
Dmi3yy commented 10 years ago

return {"pong":1}

Dmi3yy commented 10 years ago

The same with Attach project http://monosnap.com/image/W0VvnPYaRk8ef1YEHtXAw02oNctLyp

but install octobercms from install-manager work correct

Dmi3yy commented 10 years ago

install on MAMP

build 79 show 1 update to version 79 and after update error manage updates october cms 2014-05-16 20-19-35 2014-05-16 20-19-42

daftspunk commented 10 years ago

Did you find a resolution to this? Can you confirm that you have cURL installed?

Also, the latest version will log a more detailed error message to /app/storage/logs/system.log, check here and report back

Dmi3yy commented 10 years ago
[2014-05-19 09:50:33] NULL.ERROR: exception 'System\Classes\SystemException' with message 'Error connecting to the server.' in /home/october.site/site2/modules/system/classes/UpdateManager.php:477
Stack trace:
#0 /home/october.site/site2/modules/system/classes/UpdateManager.php(182): System\Classes\UpdateManager->requestServerData('core/update', Array)
#1 /home/october.site/site2/modules/system/controllers/Updates.php(113): System\Classes\UpdateManager->requestUpdateList()
#2 [internal function]: System\Controllers\Updates->onCheckForUpdates()
#3 /home/october.site/site2/modules/backend/classes/Controller.php(394): call_user_func_array(Array, Array)
#4 /home/october.site/site2/modules/backend/classes/Controller.php(293): Backend\Classes\Controller->runAjaxHandler('onCheckForUpdat...')
#5 /home/october.site/site2/modules/backend/classes/Controller.php(163): Backend\Classes\Controller->execAjaxHandlers()
#6 /home/october.site/site2/modules/backend/classes/BackendController.php(50): Backend\Classes\Controller->run('index', Array)
#7 [internal function]: Backend\Classes\BackendController->run('system/updates')
#8 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(231): call_user_func_array(Array, Array)
#9 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(93): Illuminate\Routing\Controller->callAction('run', Array)
#10 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(62): Illuminate\Routing\ControllerDispatcher->call(Object(Backend\Classes\BackendController), Object(Illuminate\Routing\Route), 'run')
#11 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/Router.php(934): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Backend\Classes...', 'run')
#12 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}('system/updates')
#13 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/Route.php(105): call_user_func_array(Object(Closure), Array)
#14 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1000): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#15 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Routing/Router.php(968): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#16 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(738): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#17 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(708): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request))
#18 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Http/FrameGuard.php(38): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true)
#19 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Session/Middleware.php(72): Illuminate\Http\FrameGuard->handle(Object(Illuminate\Http\Request), 1, true)
#20 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php(47): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#21 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php(51): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true)
#22 /home/october.site/site2/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true)
#23 /home/october.site/site2/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#24 /home/october.site/site2/index.php(40): Illuminate\Foundation\Application->run()
#25 {main} [] []
Dmi3yy commented 10 years ago

And install on MAMP

[2014-05-19 09:56:19] NULL.ERROR: exception 'System\Classes\ApplicationException' with message 'Unable to extract core file '/var/folders/nz/y_vfq57j4t7cds8ypclgqpzm0000gn/T/7148754b7e3d5ce1b41083219fa10c52.arc'.' in /Library/WebServer/Documents/october.my/www/modules/system/classes/UpdateManager.php:420
Stack trace:
#0 /Library/WebServer/Documents/october.my/www/modules/system/controllers/updates.php(79): System\Classes\UpdateManager->extractPlugin('RainLab.Blog', 'af1525a068cb7b8...')
#1 [internal function]: System\Controllers\Updates->onExecuteStep()
#2 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(394): call_user_func_array(Array, Array)
#3 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(293): Backend\Classes\Controller->runAjaxHandler('onExecuteStep')
#4 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(163): Backend\Classes\Controller->execAjaxHandlers()
#5 /Library/WebServer/Documents/october.my/www/modules/backend/classes/BackendController.php(50): Backend\Classes\Controller->run('index', Array)
#6 [internal function]: Backend\Classes\BackendController->run('system/updates')
#7 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(231): call_user_func_array(Array, Array)
#8 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(93): Illuminate\Routing\Controller->callAction('run', Array)
#9 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(62): Illuminate\Routing\ControllerDispatcher->call(Object(Backend\Classes\BackendController), Object(Illuminate\Routing\Route), 'run')
#10 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(934): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Backend\Classes...', 'run')
#11 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}('system/updates')
#12 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Route.php(105): call_user_func_array(Object(Closure), Array)
#13 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1000): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#14 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(968): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#15 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(738): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#16 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(708): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request))
#17 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Http/FrameGuard.php(38): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true)
#18 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Session/Middleware.php(72): Illuminate\Http\FrameGuard->handle(Object(Illuminate\Http\Request), 1, true)
#19 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php(47): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#20 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php(51): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true)
#21 /Library/WebServer/Documents/october.my/www/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true)
#22 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#23 /Library/WebServer/Documents/october.my/www/index.php(40): Illuminate\Foundation\Application->run()
#24 {main} [] []
[2014-05-19 09:56:30] NULL.ERROR: exception 'System\Classes\ApplicationException' with message 'Unable to extract core file '/var/folders/nz/y_vfq57j4t7cds8ypclgqpzm0000gn/T/7148754b7e3d5ce1b41083219fa10c52.arc'.' in /Library/WebServer/Documents/october.my/www/modules/system/classes/UpdateManager.php:420
Stack trace:
#0 /Library/WebServer/Documents/october.my/www/modules/system/controllers/updates.php(79): System\Classes\UpdateManager->extractPlugin('RainLab.Blog', 'af1525a068cb7b8...')
#1 [internal function]: System\Controllers\Updates->onExecuteStep()
#2 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(394): call_user_func_array(Array, Array)
#3 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(293): Backend\Classes\Controller->runAjaxHandler('onExecuteStep')
#4 /Library/WebServer/Documents/october.my/www/modules/backend/classes/Controller.php(163): Backend\Classes\Controller->execAjaxHandlers()
#5 /Library/WebServer/Documents/october.my/www/modules/backend/classes/BackendController.php(50): Backend\Classes\Controller->run('index', Array)
#6 [internal function]: Backend\Classes\BackendController->run('system/updates')
#7 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(231): call_user_func_array(Array, Array)
#8 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(93): Illuminate\Routing\Controller->callAction('run', Array)
#9 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(62): Illuminate\Routing\ControllerDispatcher->call(Object(Backend\Classes\BackendController), Object(Illuminate\Routing\Route), 'run')
#10 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(934): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'Backend\Classes...', 'run')
#11 [internal function]: Illuminate\Routing\Router->Illuminate\Routing\{closure}('system/updates')
#12 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Route.php(105): call_user_func_array(Object(Closure), Array)
#13 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(1000): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#14 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Routing/Router.php(968): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#15 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(738): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#16 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(708): Illuminate\Foundation\Application->dispatch(Object(Illuminate\Http\Request))
#17 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Http/FrameGuard.php(38): Illuminate\Foundation\Application->handle(Object(Illuminate\Http\Request), 1, true)
#18 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Session/Middleware.php(72): Illuminate\Http\FrameGuard->handle(Object(Illuminate\Http\Request), 1, true)
#19 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php(47): Illuminate\Session\Middleware->handle(Object(Illuminate\Http\Request), 1, true)
#20 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php(51): Illuminate\Cookie\Queue->handle(Object(Illuminate\Http\Request), 1, true)
#21 /Library/WebServer/Documents/october.my/www/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Illuminate\Cookie\Guard->handle(Object(Illuminate\Http\Request), 1, true)
#22 /Library/WebServer/Documents/october.my/www/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(606): Stack\StackedHttpKernel->handle(Object(Illuminate\Http\Request))
#23 /Library/WebServer/Documents/october.my/www/index.php(40): Illuminate\Foundation\Application->run()
#24 {main} [] []
[2014-05-19 09:56:32] NULL.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 33554432 bytes exhausted (tried to allocate 18446744073709514886 bytes)' in /Library/WebServer/Documents/october.my/www/modules/backend/classes/ControllerBehavior.php:151
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
[2014-05-19 09:56:36] NULL.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Allowed memory size of 33554432 bytes exhausted (tried to allocate 18446744073709514886 bytes)' in /Library/WebServer/Documents/october.my/www/modules/backend/classes/ControllerBehavior.php:151
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
Dmi3yy commented 10 years ago

error in build 97 123

curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set

after unset open_basedir all ok

Simplesmente commented 8 years ago

Hey, I have been the some problem always that i try to run the installer Octobercms. I searched everywhere but i don't found a solution, I already spoke with a buddy and he never saw something like it, I don't understand. Do you can help me ?

fredec commented 6 years ago

The solution is here: https://github.com/octobercms/october/issues/3490