Probleme mit Newsletter in 4.3.1b

Gesperrt
urechkemmer
Beiträge: 1
Registriert: Do 12. Jun 2003, 19:53
Wohnort: 52146 Würselen
Kontaktdaten:

Probleme mit Newsletter in 4.3.1b

Beitrag von urechkemmer »

Hallo zusammen,

habe in paar Problem mit dem Newsletter, offensichrtlich funktionieren die Include_once in news.php nicht.
An welcher Stelle muss geschraubt werden ??

Als PHP Laie wäre ich für einen Tip sehr dankbar

Hier die Fehlermeldung :

Warning: main(classes/class.user.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 8

Warning: main() [function.main]: Failed opening 'classes/class.user.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 8

Warning: main(classes/class.plugin.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 9

Warning: main() [function.main]: Failed opening 'classes/class.plugin.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 9

Warning: main(classes/class.xml.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 10

Warning: main() [function.main]: Failed opening 'classes/class.xml.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 10

Warning: main(classes/class.navigation.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 11

Warning: main() [function.main]: Failed opening 'classes/class.navigation.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 11

Warning: main(classes/class.template.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 12

Warning: main() [function.main]: Failed opening 'classes/class.template.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 12

Warning: main(classes/class.backend.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 13

Warning: main() [function.main]: Failed opening 'classes/class.backend.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 13

Warning: main(classes/class.table.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 14

Warning: main() [function.main]: Failed opening 'classes/class.table.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 14

Warning: main(classes/class.notification.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 15

Warning: main() [function.main]: Failed opening 'classes/class.notification.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 15

Warning: main(classes/class.area.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 16

Warning: main() [function.main]: Failed opening 'classes/class.area.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 16

Warning: main(classes/class.module.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 17

Warning: main() [function.main]: Failed opening 'classes/class.module.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 17

Warning: main(classes/class.layout.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 18

Warning: main() [function.main]: Failed opening 'classes/class.layout.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 18

Warning: main(classes/class.client.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 19

Warning: main() [function.main]: Failed opening 'classes/class.client.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 19

Warning: main(classes/class.cat.php) [function.main]: failed to create stream: No such file or directory in /is/htdocs/18430/www.davmax.de/cms/news.php on line 20

Warning: main() [function.main]: Failed opening 'classes/class.cat.php' for inclusion (include_path='./:/usr/local/lib/php/') in /is/htdocs/18430/www.davmax.de/cms/news.php on line 20
Thomas67

Re: Probleme mit Newsletter in 4.3.1b

Beitrag von Thomas67 »

Hallo,

bekomme auch einige Fehlermeldungen...

Festgestellt habe ich, dass die news.php im cms-Ordner oder sonstwo gar nicht existiert.

Gabs die mal in der Version 4.2 ???

Mfg
timo
Beiträge: 6284
Registriert: Do 15. Mai 2003, 18:32
Wohnort: Da findet ihr mich nie!
Kontaktdaten:

Beitrag von timo »

Hallo ihr beiden,

Ich habe den Newsletter mal umgebaut, hier steht wie's geht:

http://contenido.de/forum/viewtopic.php?p=5311#5311

Grüße,
Timo
Gesperrt