Diskussionen
Tauschen Sie sich untereinander aus.

Ihr Warenkorb

Ihr Warenkorb ist leer.

ViMP Admin-Handbuch

Laden Sie die ViMP 2.6 Admin-Dokumentation herunter!

Zum Download!

ViMP Hosting

Alles aus einer Hand! Hosten Sie Ihr ViMP-Portal in unserer cloud-basierten SaaS-Lösung!
 
ViMP Hosting

ViMP Server

Dedizierte Power für Ihr ViMP-Portal bei voller Kontrolle und exklusiver Nutzung!
 
ViMP Server

Support-Forum

 
Avatar
stadt-tv
Beiträge: 34
Ich kriege wieder jedesmal diesen Fehler.
Und alle Eingaben, Beschreibung etc. sind weg.
Das ist echt lästig!

Und das konvertieren funktioniert auch nicht richtig.


Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken
Please e-mail us at [email] and let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
[Zuletzt bearbeitet stadt-tv, 23.04.2011 03:32]
23.04.2011 03:31
Avatar
andianden2009
Beiträge: 84
Hallo,

Das ist ein Recteproblem , bzw. wobei kommt der Fehler? Eigentlich brauchst du nur die Rechte der Verzeichnisse überprüfen beziehungsweise anpassen wenn nötig.

MFG Andreas
23.04.2011 07:24
Avatar
stadt-tv
Beiträge: 34
iconandianden2009:
Hallo,

Das ist ein Recteproblem , bzw. wobei kommt der Fehler? Eigentlich brauchst du nur die Rechte der Verzeichnisse überprüfen beziehungsweise anpassen wenn nötig.

MFG Andreas


Bitte erklär mir das mal genauer.
Wie und wo kann ich die Rechte anpassen?

Die Fehlermeldung kommt übrigens nach einem (fehlgeschlagenen) Upload bzw. Änderung an einem hochgeladenen Medium.

Zur Zeit funktioniert auch die Konvertierung nicht mehr.
Vorher tats.
25.04.2011 23:35
Avatar
SpiderPOH
Beiträge: 393
Hallo, hast Du auch die Rechte aller Dateien auch wie in der Installationsanleitung Beschrieben gesetzt ?


Gruß
Mike
Gruß
Mike – (VEU 2.5.9.1)
26.04.2011 08:02
Avatar
admin
ViMP Admin
Beiträge: 272
(Thema ins Technik-Forum verschoben)
26.04.2011 09:22
Avatar
andianden2009
Beiträge: 84
Hallo,

Die Rechte müssten 777 für den /upload/ Ordner im /web/ root gelten und gegebenfalls noch ein 775 auf den /images/root im /web/ root.

Das kannst du per ftp (filezilla etc.) oder direkt über die Shellkonsole mit den üblichen Linuxbefehlenen

iconCode:
chmod -R 777 /upload/


MFG Andreas
26.04.2011 11:18
Avatar
stadt-tv
Beiträge: 34
Also angeblich sollen die Rechte etc. richtig gesetzt sein.

An was kann es denn sonst noch liegen?

Bin echt ratlos, weil auf unserer Seite derzeit kein Upload möglich ist.

Ich hatte das Problem schon mal früher, aber dann gings zwischenzeitlich wieder.

ich bekomme beim erfolglosen Uplaod folgende Informationen ausgeworfen:

[PropelException]
stack trace

* at ()
in
SF_ROOT_DIR/lib/symfony/plugins/sfPropelPlugin/lib/vendor/propel/util/BasePeer.php
line 481 ...
478. if ($stmt) $stmt->close();
479. if ($criteria->isUseTransaction())
$con->rollback();
480. Propel::log($e->getMessage(), Propel::LOG_ERR);
481. throw new PropelException($e);
482. }
483.
484. return $rs;
* at BasePeer::doSelect(object('Criteria'), object('sfDebugConnection'))
in SF_ROOT_DIR/lib/model/om/BaseTagPeer.php line 299 ...
296.
297. // BasePeer returns a Creole ResultSet, set to
return
298. // rows indexed numerically.
299. return BasePeer::doSelect($criteria, $con);
300. }
301. /**
302. * The returned array will contain objects of the
default type or
* at BaseTagPeer::doSelectRS(object('Criteria'), null)
in SF_ROOT_DIR/lib/model/om/BaseTagPeer.php line 267 ...
264. */
265. public static function doSelect(Criteria $criteria,
$con = null)
266. {
267. return
TagPeer::populateObjects(TagPeer::doSelectRS($criteria,
$con));
268. }
269. /**
270. * Prepares the Criteria object and uses the parent
doSelect()
* at BaseTagPeer::doSelect(object('Criteria'), null)
in SF_ROOT_DIR/lib/model/om/BaseTagPeer.php line 250 ...
247. {
248. $critcopy = clone $criteria;
249. $critcopy->setLimit(1);
250. $objects = TagPeer::doSelect($critcopy, $con);
251. if ($objects) {
252. return $objects[0];
253. }
* at BaseTagPeer::doSelectOne(object('Criteria'))
in SF_ROOT_DIR/lib/model/Media.php line 2672 ...
* at Media->setMediaTag('atomkraft enbw kultusministerium
baden-w�rttemberg sch�ler l�rrach
neumatt-schule')
in
SF_ROOT_DIR/apps/frontend/modules/media/lib/form/stFormMediaUpload.class.php
line 291 ...
* at stFormMediaUpload->saveMediaTags(object('sfDebugConnection'))
in
SF_ROOT_DIR/apps/frontend/modules/media/lib/form/stFormMediaUpload.class.php
line 255 ...
* at stFormMediaUpload->doSave(object('sfDebugConnection'))
in
SF_ROOT_DIR/lib/symfony/plugins/sfPropelPlugin/lib/propel/sfFormPropel.class.php
line 170 ...
167. {
168. $con->begin();
169.
170. $this->doSave($con);
171.
172. $con->commit();
173. }
* at sfFormPropel->save(null)
in SF_ROOT_DIR/lib/form/BaseFormPropel.class.php line 65 ...
* at BaseFormPropel->save()
in
SF_ROOT_DIR/apps/frontend/modules/media/actions/base/BaseMediaActions.class.php
line 465 ...
* at BaseMediaActions->executeUpload(object('sfWebRequest'))
in SF_ROOT_DIR/lib/symfony/action/sfActions.class.php line 56 ...
53. }
54.
55. // run action
56. return $this->$actionToRun($request);
57. }
58. }
59.
* at sfActions->execute(object('sfWebRequest'))
in SF_ROOT_DIR/lib/symfony/filter/sfExecutionFilter.class.php line
93 ...
90. {
91. // execute the action
92. $actionInstance->preExecute();
93. $viewName =
$actionInstance->execute($this->context->getRequest());
94. $actionInstance->postExecute();
95.
96. return is_null($viewName) ? sfView::SUCCESS :
$viewName;
* at sfExecutionFilter->executeAction(object('mediaActions'))
in SF_ROOT_DIR/lib/symfony/filter/sfExecutionFilter.class.php line
79 ...
76. return sfView::SUCCESS;
77. }
78.
79. return $this->executeAction($actionInstance);
80. }
81.
82. /**
* at sfExecutionFilter->handleAction(object('sfFilterChain'),
object('mediaActions'))
in SF_ROOT_DIR/lib/symfony/filter/sfExecutionFilter.class.php line
45 ...
42. {
43. $timer = sfTimerManager::getTimer(sprintf('Action
"%s/%s"', $actionInstance->getModuleName(),
$actionInstance->getActionName()));
44.
45. $viewName = $this->handleAction($filterChain,
$actionInstance);
46.
47. $timer->addTime();
48. $timer = sfTimerManager::getTimer(sprintf('View
"%s" for "%s/%s"', $viewName,
$actionInstance->getModuleName(),
$actionInstance->getActionName()));
* at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfCommonFilter.class.php line 32 ...
29. public function execute($filterChain)
30. {
31. // execute next filter
32. $filterChain->execute();
33.
34. // execute this filter only once
35. $response = $this->context->getResponse();
* at sfCommonFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in
SF_ROOT_DIR/apps/frontend/lib/filter/stFrontendPageFilter.class.php
line 47 ...
* at stFrontendPageFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/stCommonPageFilter.class.php line 75 ...
* at stCommonPageFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/stSecurityUserCheckFilter.class.php line
63 ...
* at stSecurityUserCheckFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/stDatabaseConfigFilter.class.php line 76 ...
* at stDatabaseConfigFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfBasicSecurityFilter.class.php
line 65 ...
62. }
63.
64. // the user has access, continue
65. $filterChain->execute();
66. }
67.
68. /**
* at sfBasicSecurityFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/filter/stSecurityFilter.class.php line 47 ...
* at stSecurityFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/stConfigFilter.class.php line 47 ...
* at stConfigFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfRenderingFilter.class.php line
36 ...
33. public function execute($filterChain)
34. {
35. // execute next filter
36. $filterChain->execute();
37.
38. if (sfConfig::get('sf_logging_enabled'))
39. {
* at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 56 ...
53. }
54.
55. // execute the next filter
56. $this->chain[$this->index]->execute($this);
57. }
58. }
59.
* at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/controller/sfController.class.php line
253 ...
250. }
251.
252. // process the filter chain
253. $filterChain->execute();
254. }
255. else
256. {
* at sfController->forward('media', 'upload')
in SF_ROOT_DIR/lib/symfony/controller/sfFrontWebController.class.php
line 56 ...
53. }
54.
55. // make the first request
56. $this->forward($moduleName, $actionName);
57. }
58. catch (sfException $e)
59. {
* at sfFrontWebController->dispatch()
in SF_ROOT_DIR/lib/symfony/util/sfContext.class.php line 181 ...
178. */
179. public function dispatch()
180. {
181. $this->getController()->dispatch();
182. }
183.
184. /**
* at sfContext->dispatch()
in SF_ROOT_DIR/web/frontend_dev.php line 26 ...
* at
sg_load('89FC85BA0023078EAAQAAAARAAAABHAAAACABAAAAAAAAAD/LG9CoMA/G+rVdBcXtozD0mFRH6EEB1ptdJPOzudv8ojsYCijCp90Oc/GA+ntUeia6Ip9oofHstDpee0ufuQpSEtpvVSWbHZTICVdWaIO6471FGQjhQT3Ox4XpAAb+QRMblzSD4ixuR3w+90Ro48prDQAAACgAQAAtEn1xQ7U28a/TuatkyrJdh5r1b6S7LrlsS5XuerAHNAfR4n1eXGI4Tzj9iBFO88yu6d3MoOpdT40b+ooq0DMo7adl/+D9AhNgczIpB8ctrJa63ycn3efLx5Bn/ApFrsW1vdVSCQxkEwE3ET2CrJFv+4N248olJ9/fESXxSZA2uu6kVXrYALQrb5qcV+GmIMglLejr4kc2GUjyD4CriNdYAmdYxbNBZQsBbLQK26AYLyJTuRawWSq5Jo7jOAix4NTRTc8aGR2Rj5gnV3gvaghA7ySIGSCYcs5cpUQBSwjf6DHHlfH79nOR7CHdr20pQNUaHSaIZ325oeetjALOBO73W6TRE+KRZLgUEBvVM92Q7IFm7wvBKGCfVVpyLptvCcIMxlDouHi/UNacYrSEEpbb06+IUOvIGxvRYPCreK4KdP/k5XpXvZBugnp+RD+iJx30vNvQJ96HpGxaSxwN0lJVh04rbe1tkcz3tb+u3aOF1mLGcKWcsWdoiao70Y6FptsocAR+l7WrUwZkvx+LwBfI8qNnNODGln+NF51BAm8PaU1AAAAiAEAAMRyZL+wEqS7t0Exwm8y6fMJh/GWQJAdVyJ7aY/OCiG7C+7PG3jm9AOIrnZTAar/tG+F2o+IqbTaapASTE2EMg6RzuwPh/Wms8aCdao9bZPFVVmNDqNyRJby6UqjOGySaZpAlQ/pzWrxqOnpIld4p97WqqGFHRWPQnFiFGQ10/Xqcsfw7uSpR5Iw5FwOn1fftnueXPKznXU0L9ycFYxCo0qhPx4h3EGgxo6HK92s/XYVIudPv7dImre9Il0Ip804zdYD8Jc9z77PrwWrXgnKX+WnzG1MkupQSOk1RfI9zUYu2uvs+SdYqMmSkiasLm4ZM1Lk8lHPBZaWvfPkHlSRDeZ2Nt6mSrTiwMOkxXrBti6yHRdKCnApH0ieJpSBSKqEZyU5UAY1Dsg4JBC3HTZRYiynW23fml8795kH4L2BV20tAAjTDc2wiL1D+DgqdxaScPsEV/hXyqbpuH1l9mNKrHZAw8DR/hp7i5jhe9kAvLgq27CS5mHUAZRY3MkxJw1qyrYPZdDkNiOPAAAAAA==')
in SF_ROOT_DIR/web/frontend_dev.php line 2 ...
1. <?php @"SourceGuardian"; //v8.2
2. return
sg_load('89FC85BA0023078EAAQAAAARAAAABHAAAACABAAAAAAAAAD/LG9CoMA/G+rVdBcXtozD0mFRH6EEB1ptdJPOzudv8ojsYCijCp90Oc/GA+ntUeia6Ip9oofHstDpee0ufuQpSEtpvVSWbHZTICVdWaIO6471FGQjhQT3Ox4XpAAb+QRMblzSD4ixuR3w+90Ro48prDQAAACgAQAAtEn1xQ7U28a/TuatkyrJdh5r1b6S7LrlsS5XuerAHNAfR4n1eXGI4Tzj9iBFO88yu6d3MoOpdT40b+ooq0DMo7adl/+D9AhNgczIpB8ctrJa63ycn3efLx5Bn/ApFrsW1vdVSCQxkEwE3ET2CrJFv+4N248olJ9/fESXxSZA2uu6kVXrYALQrb5qcV+GmIMglLejr4kc2GUjyD4CriNdYAmdYxbNBZQsBbLQK26AYLyJTuRawWSq5Jo7jOAix4NTRTc8aGR2Rj5gnV3gvaghA7ySIGSCYcs5cpUQBSwjf6DHHlfH79nOR7CHdr20pQNUaHSaIZ325oeetjALOBO73W6TRE+KRZLgUEBvVM92Q7IFm7wvBKGCfVVpyLptvCcIMxlDouHi/UNacYrSEEpbb06+IUOvIGxvRYPCreK4KdP/k5XpXvZBugnp+RD+iJx30vNvQJ96HpGxaSxwN0lJVh04rbe1tkcz3tb+u3aOF1mLGcKWcsWdoiao70Y6FptsocAR+l7WrUwZkvx+LwBfI8qNnNODGln+NF51BAm8PaU1AAAAiAEAAMRyZL+wEqS7t0Exwm8y6fMJh/GWQJAdVyJ7aY/OCiG7C+7PG3jm9AOIrnZTAar/tG+F2o+IqbTaapASTE2EMg6RzuwPh/Wms8aCdao9bZPFVVmNDqNyRJby6UqjOGySaZpAlQ/pzWrxqOnpIld4p97WqqGFHRWPQnFiFGQ10/Xqcsfw7uSpR5Iw5FwOn1fftnueXPKznXU0L9ycFYxCo0qhPx4h3EGgxo6HK92s/XYVIudPv7dImre9Il0Ip804zdYD8Jc9z77PrwWrXgnKX+WnzG1MkupQSOk1RfI9zUYu2uvs+SdYqMmSkiasLm4ZM1Lk8lHPBZaWvfPkHlSRDeZ2Nt6mSrTiwMOkxXrBti6yHRdKCnApH0ieJpSBSKqEZyU5UAY1Dsg4JBC3HTZRYiynW23fml8795kH4L2BV20tAAjTDc2wiL1D+DgqdxaScPsEV/hXyqbpuH1l9mNKrHZAw8DR/hp7i5jhe9kAvLgq27CS5mHUAZRY3MkxJw1qyrYPZdDkNiOPAAAAAA==');
3. ?>

symfony settings ...

app_dojo_include_css: false
app_dojo_js: /js/dojoToolkit
mod_media_enabled: true
mod_media_is_internal: false
mod_media_partial_view_class: stFramework
mod_media_view_class: stFramework
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_base_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend
sf_app_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend/dev
sf_app_config_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend/config
sf_app_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend
sf_app_i18n_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend/i18n
sf_app_lib_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend/lib
sf_app_module_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend/modules
sf_app_template_dir: /var/vhosts/stadttv/ftp/vimp/apps/frontend/templates
sf_apps_dir: /var/vhosts/stadttv/ftp/vimp/apps
sf_cache: false
sf_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock: false
sf_check_symfony_version: false
sf_compat_10: false
sf_compressed: false
sf_config_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend/dev/config
sf_config_dir: /var/vhosts/stadttv/ftp/vimp/config
sf_csrf_secret: true
sf_data_dir: /var/vhosts/stadttv/ftp/vimp/data
sf_debug: true
sf_default_culture: de
sf_doc_dir: /var/vhosts/stadttv/ftp/vimp/doc
sf_enabled_modules:
- default
- template
- sitemap
- fblike
- twittershare
sf_environment: dev
sf_error_404_action: error404
sf_error_404_module: start
sf_error_reporting: 8191
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: false
sf_etag: false
sf_i18n: true
sf_i18n_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend/dev/i18n
sf_lib_dir: /var/vhosts/stadttv/ftp/vimp/lib
sf_log_dir: /var/vhosts/stadttv/ftp/vimp/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: user
sf_max_forwards: 5
sf_module_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend/dev/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: propel
sf_path_info_array: SERVER
sf_path_info_key: PATH_INFO
sf_plugins_dir: /var/vhosts/stadttv/ftp/vimp/plugins
sf_prototype_web_dir: /sf/prototype
sf_relative_url_root: ''
sf_rich_text_js_dir: js/tiny_mce
sf_root_dir: /var/vhosts/stadttv/ftp/vimp
sf_secure_action: secure
sf_secure_module: user
sf_standard_helpers:
- Partial
- Cache
- Form
- Text
- Date
- I18N
- Framework
- Dojo
- DojoWidget
sf_strip_comments: true
sf_symfony_lib_dir: /var/vhosts/stadttv/ftp/vimp/lib/symfony
sf_template_cache_dir:
/var/vhosts/stadttv/ftp/vimp/cache/frontend/dev/template
sf_test_cache_dir: /var/vhosts/stadttv/ftp/vimp/cache/frontend/dev/test
sf_test_dir: /var/vhosts/stadttv/ftp/vimp/test
sf_timer_start: 1303769144.4779
sf_upload_dir: /var/vhosts/stadttv/ftp/vimp/web/uploads
sf_url_format: PATH
sf_use_database: true
sf_validation_error_class: form_error
sf_validation_error_id_prefix: error_for_
sf_validation_error_prefix: ' ↓ '
sf_validation_error_suffix: ' ↓'
sf_web_debug: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /var/vhosts/stadttv/ftp/vimp/web

request ...

parameterHolder:
action: upload
hidFileID: 5d838617419320060421522791262fa5
media: { mediatype: '0', mediatype_views: '0', title: 'Schüler foppen
Energieriesen', description: 'EnBW hatte einen Videowettbewerb an
Schulen ausgerufen. Doch die Kids von der Neumatt-Schule in Lörrach
fanden die Werbeaktion des Atomstrom-Anbieters gar nicht so toll. Das
Video zeigt warum.', tags: 'Atomkraft EnBW Kultusministerium
Baden-Württemberg Schüler Lörrach Neumatt-Schule', categories: ['4', '7'], meta_title: 'Atomkraft EnBW Kultusministerium Baden-Württemberg
Schüler Lörrach Neumatt-Schule', meta_description: 'Atomkraft EnBW
Kultusministerium Baden-Württemberg Schüler Lörrach Neumatt-Schule',
meta_keywords: 'Atomkraft EnBW Kultusministerium Baden-Württemberg
Schüler Lörrach Neumatt-Schule', meta_author: dwfefjfd, meta_copyright:
'nnn ljkl', hidden: '0', _csrf_token: 7fb991f2d16f5f3fa1b83a906ba5801a }
module: media
upload_method: ''
attributeHolder:
formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json:
[application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml
}

response ...

options:
logging: '1'
charset: utf-8
http_protocol: HTTP/1.0
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders: { }
javascripts:
first: { }
'': { /swfuploader/upload.js.php: { } }
last: { /swfuploader/upload.swfupload.settings.js.php?init=0: { } }
stylesheets:
first: { }
'': { }
last: { frontend.css: { }, frontend.german.css: { } }
metas:
title: 'Stadt-TV - das erste deutsche Stadtfernsehen im Internet'
description: 'Das erste deutsche Stadtfernsehen im Internet'
keywords: 'Stadt-TV Web-TV '
language: de
generator: 'ViMP Framework (Community) v2.0.9 (r18710)'
httpMetas: { }

user ...

options:
auto_shutdown: true
culture: null
default_culture: de
use_flash: true
logging: '1'
attributeHolder:
framework/: { box-save: 67e5e754f4af525668eed89094411813 }
framework/backend/listing: { lastPage: media/index, limit: 25 }
framework/messages: { }
stSecurityUser: { uid: 1 }
symfony/user/sfUser/attributes: { referer: '' }
culture: de

global vars ...

cookie:
67e5e754f4af525668eed89094411813:
YToxOntzOjIzOiJtZWRpYS1ib3hMaXN0LW1lZGlhLWJveCI7YTozOntzOjY6ImZpbHRlciI7czo4OiJmZWF0dXJlZCI7czo1OiJsaW1pdCI7czozOiJhbGwiO3M6NjoibGF5b3V0IjtzOjg6InRodW1iQmlnIjt9fQ==
framework: cvs5aa7bihka52j9ls5c1fpki3
env: { }
files:
media: { Filedata: { name: '[PROJEKT] Atomkraftwerk _ Es muss nicht
sein_(480p).flv', type: application/octet-stream, tmp_name:
/var/vhosts/stadttv/ftp/vimp/web/uploads/264ca5669ced5ed1a3bd8ffd2b9bfe3a_532a35414595a53a98132bc67dc16a4a.flv,
error: 0, size: 70632645 } }
get: { }
post:
hidFileID: 5d838617419320060421522791262fa5
media: { mediatype: '0', mediatype_views: '0', title: 'Schüler foppen
Energieriesen', description: 'EnBW hatte einen Videowettbewerb an
Schulen ausgerufen. Doch die Kids von der Neumatt-Schule in Lörrach
fanden die Werbeaktion des Atomstrom-Anbieters gar nicht so toll. Das
Video zeigt warum.', tags: 'Atomkraft EnBW Kultusministerium
Baden-Württemberg Schüler Lörrach Neumatt-Schule', categories: ['4', '7'], meta_title: 'Atomkraft EnBW Kultusministerium Baden-Württemberg
Schüler Lörrach Neumatt-Schule', meta_description: 'Atomkraft EnBW
Kultusministerium Baden-Württemberg Schüler Lörrach Neumatt-Schule',
meta_keywords: 'Atomkraft EnBW Kultusministerium Baden-Württemberg
Schüler Lörrach Neumatt-Schule', meta_author: dwfefjfd, meta_copyright:
'nnn ljkl', hidden: '0', _csrf_token: 7fb991f2d16f5f3fa1b83a906ba5801a }
upload_method: ''
server:
CONTENT_LENGTH: '2382'
CONTENT_TYPE: 'multipart/form-data;
boundary=---------------------------6798199011299'
DOCUMENT_ROOT: /var/vhosts/stadttv/ftp/vimp/web
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT:
'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
HTTP_ACCEPT_CHARSET: 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
HTTP_ACCEPT_ENCODING: 'gzip,deflate'
HTTP_ACCEPT_LANGUAGE: 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3'
HTTP_CONNECTION: keep-alive
HTTP_COOKIE: 'framework=cvs5aa7bihka52j9ls5c1fpki3;
67e5e754f4af525668eed89094411813=YToxOntzOjIzOiJtZWRpYS1ib3hMaXN0LW1lZGlhLWJveCI7YTozOntzOjY6ImZpbHRlciI7czo4OiJmZWF0dXJlZCI7czo1OiJsaW1pdCI7czozOiJhbGwiO3M6NjoibGF5b3V0IjtzOjg6InRodW1iQmlnIjt9fQ=='
HTTP_HOST: www.stadt-tv.de
HTTP_KEEP_ALIVE: '115'
HTTP_REFERER: 'http://www.stadt-tv.de/frontend_dev.php/media/upload'
HTTP_USER_AGENT: 'Mozilla/5.0 (Windows; U; Windows NT 6.1; de;
rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16'
PATH:
'/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games'
PATH_INFO: /media/upload
PATH_TRANSLATED: 'redirect:/index.php/upload'
PHP_SELF: /frontend_dev.php/media/upload
QUERY_STRING: ''
REMOTE_ADDR: 178.2.213.61
REMOTE_PORT: '56569'
REQUEST_METHOD: POST
REQUEST_TIME: 1303769144
REQUEST_URI: /frontend_dev.php/media/upload
SCRIPT_FILENAME: /var/vhosts/stadttv/ftp/vimp/web/frontend_dev.php
SCRIPT_NAME: /frontend_dev.php
SERVER_ADDR: 109.73.51.76
SERVER_ADMIN: info@sunshine-pforzheim.de
SERVER_NAME: www.stadt-tv.de
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache/2
UNIQUE_ID: TbXwOG1JM0wAACaGgCoAAAAD
argc: 0
argv: { }
session:
file_info: { 5d838617419320060421522791262fa5: { name: '[PROJEKT]
Atomkraftwerk _ Es muss nicht sein_(480p).flv', type:
application/octet-stream, tmp_name:
/var/vhosts/stadttv/ftp/vimp/web/uploads/264ca5669ced5ed1a3bd8ffd2b9bfe3a_532a35414595a53a98132bc67dc16a4a.flv,
error: 0, size: 70632645 } }
hidFileID: 5d838617419320060421522791262fa5
symfony/user/sfUser/attributes: { framework/: { box-save:
67e5e754f4af525668eed89094411813 }, symfony/user/sfUser/attributes: {
referer: '' }, stSecurityUser: { uid: 1 }, framework/backend/listing: {
lastPage: media/index, limit: 25 }, framework/messages: { } }
symfony/user/sfUser/authenticated: true
symfony/user/sfUser/credentials: ['accept invitation', 'access administer', 'access audio', 'access blog', 'access blog comment', 'access channel', 'access document', 'access group', 'access media', 'access media comment', 'access photo', 'access static text', 'access tag', 'access user comment', 'access user profile', 'access video', 'administer blog', 'administer blog comment', 'administer category', 'administer channel', 'administer group', 'administer media', 'administer media comment', 'administer role', 'administer static text', 'administer tag', 'administer user', 'administer user comment', 'change own password', 'change password', 'create blog', 'create channel', 'create group', 'create invitation', 'create tag', 'delete blog', 'delete blog comment', 'delete channel', 'delete forum', 'delete forum comment', 'delete forum thread', 'delete friend', 'delete group', 'delete history', 'delete invitation', 'delete media', 'delete media comment', 'delete own blog', 'delete own blog comment', 'delete own forum', 'delete own forum comment', 'delete own forum thread', 'delete own friend', 'delete own group', 'delete own history', 'delete own media', 'delete own media comment', 'delete own tag', 'delete own user comment', 'delete own user profile', 'delete tag', 'delete user comment', 'delete user profile', 'edit blog', 'edit blog comment', 'edit channel', 'edit forum', 'edit forum comment', 'edit forum thread', 'edit group', 'edit media', 'edit media comment', 'edit own blog', 'edit own blog comment', 'edit own forum', 'edit own forum comment', 'edit own forum thread', 'edit own group', 'edit own media', 'edit own media comment', 'edit own tag', 'edit own user comment', 'edit own user profile', 'edit tag', 'edit user comment', 'edit user profile', 'flag media', 'flag own media', 'flag own user profile', 'flag user profile', 'manage channel media', 'manage group media', 'manage group user', 'manage own group media', 'manage own group user', 'post blog comment', 'post forum comment', 'post media comment', 'post user comment', 'rate media', 'search blog', 'search blog comment', 'search group', 'search media', 'search media comment', 'search static text', 'search tag', 'search user comment', 'upload audio', 'upload document', 'upload media', 'upload photo', 'upload video', 'use advanced search']
symfony/user/sfUser/culture: de
symfony/user/sfUser/lastRequest: 1303769143

symfony v.1.1.6 - php 5.2.17
for help resolving this issue, please visit http://www.symfony-project.org/.
28.04.2011 01:13
Avatar
stadt-tv
Beiträge: 34
Hallo,

ich bitte dringend um eine konstruktive Antwort, da zur Zeit unser Portal quasi nicht benutzbar ist.

Was bedeutet die ausgeworfene Meldung s.u.?

Danke.

Jürgen
28.04.2011 15:44
Avatar
support
ViMP Support
Beiträge: 3785
Hallo Jürgen,

ich habe eben mit (m)einem normalen Benutzer ein Video hochgeladen.
upload und transcoding haben einwandfrei funktioniert.
Oder geht es um ein anderes Portal als stadt-tv.de?

fyi: das Video habe ich als "privat" hochgeladen

VIele Grüße
ViMP Support Team
29.04.2011 20:07
Avatar
stadt-tv
Beiträge: 34
Tja, könnte das evtl. an meinem Browser bzw. Internetzugang liegen?
Bei Youtube habe ich zumindest keine Probleme.

Danke und Grüße,

Jürgen
29.04.2011 20:13
Avatar
support
ViMP Support
Beiträge: 3785
Hallo,

nein, das schließe ich aus. Wenn ich Dich richtig verstanden habe wird der upload abgeschlossen und nach der anschließenden Weiterleitung zum Medium wird Dir der 500er-Fehler angezeigt?

BTW: Ich glaub Du hast beim Zitat der Fehlermeldung die wichtige Überschrift vergessen (?).

Wenn das noch mal auftritt poste erst mal diese Überschrift oder oberste Meldung, den Rest dann gerne auch oder auf Anfrage.

Viele Grüße
ViMP Support Team
30.04.2011 02:28
 
Loggen Sie sich ein oder registrieren Sie sich, um Forenbeiträge zu verfassen.