Jump to content

Admin module download seemingly senseless error


hellomoto
 Share

Recommended Posts

Attempting to download AdoptDefaultsFromParents (or any module) in PW3 admin produces the following slew of errors:

Quote

ProcessWire: ProcessModule: No download URL specified
DEBUG MODE BACKTRACE ($config->debug == true):
#0 [internal function]: ProcessWire\ProcessModule->___executeDownload()
#1 /Applications/AMPPS/www/hcf/wire/core/Wire.php(348): call_user_func_array(Array, Array)
#2 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___executeDownl...', Array)
#3 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessModule), 'executeDownload', Array)
#4 /Applications/AMPPS/www/hcf/wire/core/ProcessController.php(242): ProcessWire\Wire->__call('executeDownload', Array)
#5 /Applications/AMPPS/www/hcf/wire/core/ProcessController.php(242): ProcessWire\ProcessModule->executeDownload()
#6 [internal function]: ProcessWire\ProcessController->___execute()
#7 /Applications/AMPPS/www/hcf/wire/core/Wire.php(348): call_user_func_array(Array, Array)
#8 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___execute', Array)
#9 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessController), 'execute', Array)
#10 /Applications/AMPPS/www/hcf/wire/core/admin.php(113): ProcessWire\Wire->__call('execute', Array)
#11 /Applications/AMPPS/www/hcf/wire/core/admin.php(113): ProcessWire\ProcessController->execute()
#12 /Applications/AMPPS/www/hcf/wire/modules/AdminTheme/AdminThemeReno/controller.php(13): require('/Applications/A...')
#13 /Applications/AMPPS/www/hcf/site/templates/admin.php(15): require('/Applications/A...')
#14 /Applications/AMPPS/www/hcf/wire/core/TemplateFile.php(219): require('/Applications/A...')
#15 [internal function]: ProcessWire\TemplateFile->___render()
#16 /Applications/AMPPS/www/hcf/wire/core/Wire.php(348): call_user_func_array(Array, Array)
#17 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___render', Array)
#18 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array)
#19 /Applications/AMPPS/www/hcf/wire/modules/PageRender.module(503): ProcessWire\Wire->__call('render', Array)
#20 /Applications/AMPPS/www/hcf/wire/modules/PageRender.module(503): ProcessWire\TemplateFile->render()
#21 [internal function]: ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent))
#22 /Applications/AMPPS/www/hcf/wire/core/Wire.php(348): call_user_func_array(Array, Array)
#23 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___renderPage', Array)
#24 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\PageRender), 'renderPage', Array)
#25 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(619): ProcessWire\Wire->__call('renderPage', Array)
#26 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(619): ProcessWire\PageRender->renderPage(Object(ProcessWire\HookEvent))
#27 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Page), 'render', Array)
#28 /Applications/AMPPS/www/hcf/wire/modules/Process/ProcessPageView.module(205): ProcessWire\Wire->__call('render', Array)
#29 /Applications/AMPPS/www/hcf/wire/modules/Process/ProcessPageView.module(205): ProcessWire\Page->render()
#30 [internal function]: ProcessWire\ProcessPageView->___execute(true)
#31 /Applications/AMPPS/www/hcf/wire/core/Wire.php(348): call_user_func_array(Array, Array)
#32 /Applications/AMPPS/www/hcf/wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___execute', Array)
#33 /Applications/AMPPS/www/hcf/wire/core/Wire.php(371): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessPageView), 'execute', Array)
#34 /Applications/AMPPS/www/hcf/index.php(55): ProcessWire\Wire->__call('execute', Array)
#35 /Applications/AMPPS/www/hcf/index.php(55): ProcessWire\ProcessPageView->execute(true)
#36 {main}

The site/modules permissions = 755, allow_url_fopen & curl = on. How could this be? Why doesn't the download URL come through properly? I sorely miss the splendid convenience of this capability.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...