CException

Das zu veröffentlichende Asset "" existiert nicht.

/var/www/html/forms/vendor/yiisoft/yii/framework/web/CAssetManager.php(257)

245                 {
246                     CFileHelper::copyDirectory($src,$dstDir,array(
247                         'exclude'=>$this->excludeFiles,
248                         'level'=>$level,
249                         'newDirMode'=>$this->newDirMode,
250                         'newFileMode'=>$this->newFileMode,
251                     ));
252                 }
253 
254                 return $this->_published[$path]=$this->getBaseUrl().'/'.$dir;
255             }
256         }
257         throw new CException(Yii::t('yii','The asset "{asset}" to be published does not exist.',
258             array('{asset}'=>$path)));
259     }
260 
261     /**
262      * Returns the published path of a file path.
263      * This method does not perform any publishing. It merely tells you
264      * if the file or directory is published, where it will go.
265      * @param string $path directory or file path being published
266      * @param boolean $hashByName whether the published directory should be named as the hashed basename.
267      * If false, the name will be the hash taken from dirname of the path being published and path mtime.
268      * Defaults to false. Set true if the path being published is shared among
269      * different extensions.

Stack Trace

#1
+
 /var/www/html/forms/application/core/LSYii_ClientScript.php(374): CClientScript->getPackageBaseUrl("jquery")
369         $cssFiles = array();
370         $jsFiles = array();
371         $jsFilesPositioned = array();
372 
373         foreach ($this->coreScripts as $name => $package) {
374             $baseUrl = $this->getPackageBaseUrl($name);
375             if (!empty($package['js'])) {
376                 foreach ($package['js'] as $js) {
377                     if (isset($package['position'])) {
378                         $jsFilesPositioned[$package['position']][$baseUrl . '/' . $js] = $baseUrl . '/' . $js;
379                     } else {
#2
+
 /var/www/html/forms/application/core/LSYii_ClientScript.php(634): LSYii_ClientScript->renderCoreScripts()
629         }
630         if (!$this->hasScripts) {
631             return;
632         }
633 
634         $this->renderCoreScripts();
635 
636         if (!empty($this->scriptMap)) {
637             $this->remapScripts();
638         }
639 
#3
+
 /var/www/html/forms/application/core/SurveyCommonAction.php(398): LSYii_ClientScript->render("<!DOCTYPE html> <html lang="de" dir="ltr" > <head> <meta ht...")
393             $renderFile = $basePath . '/' . $sRenderFile;
394         }
395         $content = $this->renderCentralContents($sAction, $aViewUrls, $aData);
396         $out = $this->renderInternal($renderFile, ['content' => $content, 'aData' => $aData], true);
397 
398         App()->getClientScript()->render($out);
399         echo $out;
400     }
401 
402     /**
403      * Display the update notification
2023-11-16 11:30:36 Apache/2.4.57 (Debian) Yii Framework/1.1.28