0
Naprawione

Error while trying to save Website

James Lukensow 8 lat temu zaktualizowano 8 lat temu 2

I'm getting the following error when trying to save a website under websites.


Crashed

execv() arg 2 must contain only strings
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
    self.ui.dispatch_event(update['uid'], update['event'], update['params'])
  File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
    self.root.dispatch_event(uid, event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 388, in dispatch_event
    getattr(self, k)(**(params or {}))
  File "/var/lib/ajenti/plugins/vh/main.py", line 259, in save
    self.manager.update_configuration()
  File "/var/lib/ajenti/plugins/vh/api.py", line 300, in update_configuration
    self.__runall([(c.create_configuration, [self.config]) for c in self.components])
  File "/var/lib/ajenti/plugins/vh/api.py", line 296, in __runall
    raise g.exception
TypeError: execv() arg 2 must contain only strings

Currently running:


Ajenti: v1.2.23.1

Ubuntu: 14.04.3

This has been resolved, in the FTP settings, I didn't have a path in there. Once I entered the path, the error went away.