[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
Accessing the HTML files - REDAXO Forum
Hallo,

Wir haben in letzter Zeit festgestellt, dass die Kommunikation via Slack viel schneller und zielführender ist als ein Beitrag im Forum. Aufgrund der neuen und besseren Möglichkeiten der Kommunikation haben wir uns entschlossen das Forum nur noch als Archiv zur Verfügung zu stellen. Somit bleibt es weiterhin möglich hier nach Lösungen zu suchen. Neue Beiträge können nicht mehr erstellt werden.

Wir empfehlen, für deine Fragen/Probleme Slack zu nutzen. Dort sind viele kompetente Benutzer aktiv und beantworten jegliche Fragen, gerne auch von REDAXO-Anfängern! Slack wird von uns sehr intensiv und meistens "rund um die Uhr" benutzt :-)
Selbst einladen kannst Du dich hier: https://redaxo.org/slack/
MightyBeforeGod
Beiträge: 8
Registriert: 1. Dez 2011, 09:58

Accessing the HTML files

8. Jan 2012, 11:55

Hi all! On my client's page, there are some strange symbols throughout the text. She is updating the content using an RSS feed from Facebook. Anyway, I cannot figure out how to access the HTML files so that I can change the content and fix it by hand. She says that she knows nothing of a database and has no access to one. Is there a way to get to the HTML file generated through the CMS?

Ingo
Beiträge: 782
Registriert: 24. Jun 2010, 00:34

Re: Accessing the HTML files

10. Jan 2012, 22:56

You need to have admin privileges to edit modules or templates in the backend. Most likely the feed is included via a template. Redaxo is definitely using a database, you'll find host, login and password in the file "master.inc.php" located in /redaxo/include/.

MightyBeforeGod
Beiträge: 8
Registriert: 1. Dez 2011, 09:58

Re: Accessing the HTML files

12. Jan 2012, 03:53

Thanks for the reply.

I have looked at the file master.inc, and I found this:

$REX['DB']['1']['HOST'] = "localhost";

Does this mean the database is on the client's computer? If so, how am I supposed to access that!?!

Ingo
Beiträge: 782
Registriert: 24. Jun 2010, 00:34

Re: Accessing the HTML files

14. Jan 2012, 12:16

No, ist means the webserver knows the location of the database by "localhost". Your client needs to contact the hoster for database access via phpmyadmin. Then you may be able to recover the admin usernamen & password for redaxo.

Zurück zu „Sonstiges“