localhost auf server installieren

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

localhost auf server installieren

Post by salmi »

Guten Tag,

kann mir wer helfen habe meine hompage local auf meinem PC erstellt und möchte sie jetzt online stellen! Kann mir wer sagen wie das funktioniert ?

Danke :D

mfg
salmi
Melotrance
Posts: 42
Joined: Sat 3. Jun 2006, 10:37
Contact:

Post by Melotrance »

ja können wir ;)
Du brauchst einen Internet zugang und Webspace !

Du suchst dich günstigen Webspace oder kostenlosen Webspace.
Dann brauchst du ein FTP Programm und lädst die ganze Homepage auf den Server.

Hast du die HP mit PHPWCMS erstellt oder reinem HTML ?

Grüße Michael ;)
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

antwort

Post by salmi »

Zugang habe ich ja schon !!!

Die HP wurde rein mit PHPWCMS erstellt.

mfg
Salmi
Melotrance wrote:ja können wir ;)
Du brauchst einen Internet zugang und Webspace !

Du suchst dich günstigen Webspace oder kostenlosen Webspace.
Dann brauchst du ein FTP Programm und lädst die ganze Homepage auf den Server.

Hast du die HP mit PHPWCMS erstellt oder reinem HTML ?

Grüße Michael ;)
Melotrance
Posts: 42
Joined: Sat 3. Jun 2006, 10:37
Contact:

Post by Melotrance »

Also wo brauchst du jetzt direkt hilfe.
Ich denke du hast nur das Tmeplate erstellt und möchtest es einfügen oder ?

Grüße Michael
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Antwort

Post by salmi »

hi,

habe die gesamt Homepage auf meinem Localen PC installiert mit XAMPP und möchte sie jetzt online auf meinen Server (8ung.at) stellen das sie online ist und für jeden verfügbar.

Kannst mir jetzt helfen.

mfg
Salmi
rollofritz
Posts: 57
Joined: Thu 8. Sep 2005, 10:58
Location: Neumarkt,Germany
Contact:

Post by rollofritz »

hi salmi

1. dein lokales phpwcms auf den entfernten server uploaden (alle verzeichnisse)

2. Datenbank (lokal) sichern gemäß dieser anleitung:
http://www.phpwcms-docu.de/db_sichern.phtml

3. Datenbank (entfernt) aufbauen über wiederherstellen gemäß dieser Anlaeitung
http://www.phpwcms-docu.de/db_wiederherstellen.phtml

4. Die config.inc.php anpassen an die werte des webservers.
Thats it. Eigentlich gar nicht kompliziert.

Probleme können auftreten (insbesondere) bei unterschiedlichen mysql-versionen. Besonders beachten: die Sprachversion (z.B. UTF8). sonst hast du bei umlauten nur fragezeichen später....Und Schalter bei "drop table" (beim sichern) setzen, vor allem wenn Du mehrfach uploaden probierst/musst.

Wenn Du unsicher bist mit den neuen Konfigurationswerten am entferneten Server: ich hab anfangs am entfernten Server einfach zuerst ein neues PHPWCMS installiert. Dann siehst Du sofort, ob die Datenbank sauber läuft etc. und Du kannst vor allem die "config.inc.php" mit deiner jetzigen vergleichen, welche werte Du ändern must. Wenn das neue funzt lädtst du Das bestehende per FTP einfach drüber.

Viel erfolg.

Markus
rollofritz
Posts: 57
Joined: Thu 8. Sep 2005, 10:58
Location: Neumarkt,Germany
Contact:

Post by rollofritz »

Hi salmi,

noch was vergessen: nach dem upload natürlich die Dateirechte nochmals setzen....


so long

markus
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Antwort

Post by salmi »

Habe das alles gemacht und jetzt habe ich folgendes Problem siehe auf

http://www.8ung.at/salmhofer/index.php

kannst mir da nochmal helfen ??


Danke
mfg
Salmi
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi salmi,

sieht mir nach einem Pfadproblem aus.
Poste doch mal deine conf.inc.php ohne Die Zugänge.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Antwort

Post by salmi »

hier sind meine conf.inc.php

<?php

// database values


// site values
$phpwcms["site"] = "http://www.8ung.at/salmhofer";
$phpwcms["admin_email"] = "salmhofer.stefan@aon.at";

// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "salmhofer"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"

// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 400; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds

// other stuff
$phpwcms["compress_page"] = 0; //0 = OFF, 1-9: page compression ON (1 = low level, 9 = highest level)
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
$phpwcms["rewrite_url"] = 0; //whether URL should be rewritable
$phpwcms["wysiwyg_editor"] = 2; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
$phpwcms["phpmyadmin"] = 0; //enable/disable phpMyAdmin in Backend
$phpwcms["default_lang"] = "en"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'
$phpwcms["allow_remote_URL"] = 0; //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
$phpwcms["gt_mod"] = 0; //0 = Graphical Text MOD disabled, 1 = enabled
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100
$phpwcms["sharpen_level"] = 1; //Sharpen Level - only ImageMagick: 0, 1, 2, 3, 4, 5 -- 0 = no, 5 = extra sharp
$phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering
$phpwcms["cache_timeout"] = 0; //default cache timeout setting in seconds - 0 = caching Off
$phpwcms["imgext_disabled"] = ''; //comma seperated list of imagetypes which should not be handled "pdf,ps"
$phpwcms["multimedia_ext"] = 'aif,aiff,mov,movie,mp3,mpeg,mpeg4,mpeg2,wav,swf,swc,ram,ra,wma,wmv,avi,au,midi,moov,rm,rpm,mid,midi'; //comma seperated list of file extensiosn allowed for multimedia

// dynamic ssl encryption engine
$phpwcms["site_ssl_mode"] = '0'; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0'
$phpwcms["site_ssl_url"] = ''; //URL assigned to the SSL Certificate. DON'T add a slash at the End! Exp. "https://www.yourdomainhere.tld"
$phpwcms["site_ssl_port"] = '443'; //The Port on which you SSL Service serve the secure Sites. Servers DEFAULT is '443'

// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = 'info@mail.com'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'phpwcms webmaster'; // reply/from name
$phpwcms['SMTP_HOST'] = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = ''; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = ''; // default SMTP password


// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings
// Do not use backslash "\" on Windows - always replace "\" by "/"
//$_SERVER['DOCUMENT_ROOT'] = '/userdata/www/8ung.at';


?>

hallo habe einen teil der config gelöscht! weil man postet keine passwörter! gruß pappnase
Pappnase

Post by Pappnase »

hallo

als erstes mal ne frage!? hast du dir schonmal die docu angeschaut!?

ändere das hier das sollte es auch funzen!

Code: Select all

// site values
$phpwcms["site"] = "http://www.8ung.at/salmhofer"; 
zu

Code: Select all

// site values
$phpwcms["site"] = "http://www.8ung.at/"; 
User avatar
salmi
Posts: 200
Joined: Wed 31. May 2006, 19:48
Location: Österreich, Stadl-Paura
Contact:

Antwort

Post by salmi »

Hi,


der fehler besteht weiterhin.

mfg
Salmi
Pappnase

Re: Antwort

Post by Pappnase »

salmi wrote:Hi,


der fehler besteht weiterhin.

mfg
Salmi
hallo

wenn du magst sende mir via email ftp zugnagsdaten und einen admin zugang zu deinem system. dann schaue ich selber mal rauf :-)
Pappnase

Post by Pappnase »

hallo

webseite läuft jetzt fehlt mir nur noch das db backup :-)

waren die pfade wie immer bei diesen tollen umsonst space anbietern :-(
Post Reply