Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:56:57 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Help for website Upload to server  (Read 1802 times)
webakerfan

Offline Offline

Posts: 13


« on: November 17, 2007, 08:49:57 PM »

Hi all,

I am in great need of help for the upload of my site to the server.

In fact I have developed a site with local Easyphp and I want to upload it since the development is finished.

But when I follow the procedure "Moving from server to server A B" at the end of the procedure when I launch the site, I get the message "Under Construction Site ... please try later"

Please how can I do to solve my problem?

Is there someone who has already developed a site locally using easyphp and website baker and successfully uploaded it online? If yes please come to my help.

Thanks in advance for helping me as soon as possible.

Webaker fan
Logged
doc
Guest
« Reply #1 on: November 18, 2007, 06:10:26 PM »

Hello,

have you also copied the /pages directory via FTP?

Regards Christian
Logged
webakerfan

Offline Offline

Posts: 13


« Reply #2 on: November 18, 2007, 10:21:38 PM »

Dear Doc,

I have copied the /pages directory and using the ftp program I can even see the php pages generated by each menu.

But still no change I keep receiving the message "Under Construction Site ... please try later"

I tried to log in my new server to see if there was any pages there, no one page, it is just like and empty new installation. undecided

Please what shall I do ?

Thanks in advance for the help.

Regards,

Webaker fan
Logged
webakerfan

Offline Offline

Posts: 13


« Reply #3 on: November 20, 2007, 12:23:57 PM »

 embarassed Hi all,

Does this silence means there is nodoby who has used Easyphp to develop locally and later upload the site ?
If yes then how did you folks managed to have it working ?

 cry Please if someone knows how to get me out of this embarassing situation, your help with ve very much appreciated.

Regards.

Webaker fan
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #4 on: November 20, 2007, 01:53:57 PM »

Hello,

wb is not developped to create pages local and then upload to the server. This can be done but depending on your server config you have to additional steps. Look on the help site to "Files and permissions" to get mor info about this.

Matthias
Logged
marathoner

Offline Offline

Posts: 495


« Reply #5 on: November 20, 2007, 06:31:30 PM »

@webakerfan

I have a feeling that EasyPHP is working just fine...and that's your problem. Data for most WB pages is stored in the MySQL database. If you uploaded the /pages directory then you've probably overwritten any WB created files used to display the pages. I'm not familiar with EasyPHP but I would guess from it's name that it allows PHP coding. If so, it might be a nice tool to create or modify WB modules but not pages.
Logged
webakerfan

Offline Offline

Posts: 13


« Reply #6 on: November 22, 2007, 07:48:52 PM »

 huh
marathoner,

The problem looks to be related to the database.

I tried another web hosting ann when it comes to the phase of importing the database exported from the local development, it keep saying the various tables are already created.

Is there a module that might be used to manage export/import ?

Or is there a way to import and ovewrite the default install databases ?

Or again is there any way to make a clean website baker without creating a new database ?

I am sorry if my questions might seem foolish but I am just trying to see how to mamage have my problem solved.

Thanks in advance for your help.

Regards
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #7 on: November 23, 2007, 05:01:41 AM »

Hi,

first of all, if you think the issue might be the database:

Do you get an error message when you import the Database? Please specify the error.

Unfortunately we won't really be able to help you unless we have this detail.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

webakerfan

Offline Offline

Posts: 13


« Reply #8 on: December 10, 2007, 02:27:25 PM »

Dear all,

After spending all this while trying to sort out my databeses and error messages, i finally gave u and took the advice of Rueben ie re-start all over the job.I succeeded with the installation but I have another set of problems:

First after the install when I want to view the basic install, I get the " Internal Server Error 500".What my be the cause for this and how do it fix it Huh

I did suceeded to have access to the admin and noticed that there was no WYSIWYG editor when creating my pages.

i downloaded the FCKEditor Modul in the module addons pages, installed it and activated it in the settings, but still no change in pag creation.

Where I have to chose the type of the page, I have only two choices : code en form or the FCKEditor is listed in the modules section but still I cannot use it.

Please what might have gone wrong and how do I get this fixed  Huh

Another issue is I have pages and subpages.I get the following erros on all the sub pages:

Parse error: syntax error, unexpected $end in /home/vivacoif/public_html/vivacoiffure/modules/code/view.php(30) : eval()'d code on line 1

You might take a look here http://andromeda.sslnetworks.com/~vivacoif/vivacoiffure/pages/francais/presentation/services.php

Please what may be the cause of this error and how do i get it fixed Huh

thanks in advance for your help .

Webaker fan


Logged
marathoner

Offline Offline

Posts: 495


« Reply #9 on: December 10, 2007, 08:16:39 PM »

I would guess that your PHP parse error is a result of the installation problem.

A 500 means that the server encountered an unexpected condition which prevented it from fulfilling the request. This is a pretty broad error code that doesn't give much detail.

Thoughts:
Does your server support the needed PHP version and MySQL version that WB requires?
Have you checked that permissions are sufficient to all files/directories?
Have you look at your database to see if it looks like all tables were created?
All of your pages, except one, generate a PHP parse error. Do any other modules work...for example the news module? Gallery? Calendar?

When trying to go to your sitemap and then back to a language tab I got the following:
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@andromeda.sslnetworks.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Logged
webakerfan

Offline Offline

Posts: 13


« Reply #10 on: December 11, 2007, 05:54:38 PM »

Dear Marathoner,

I succeeded to have the 500 Internal server error fixed by setting the permission to 755.

However thi sdis not solve the page type problem, nor the Eval Code Error.

I tried to reinstall withour dreating table and got no change.

When  I redid and checked the create table, I get now this error :Cannot modify header ifnromation

Here are my server information:

General server information:
Operating system Linux
Kernel version 2.6.9-42.0.2.EL
Machine Type i686
Apache version 1.3.39 (Unix)
PERL version 5.8.8
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 5.2.3
MySQL version 4.1.22-standard-log
cPanel Build 11.11.0-STABLE 16999
Theme cPanel X v2.6.0 
Documentation Click to View
cPanel Pro 1.0 (RC1) 

Thanks for the help.

Webaker fan


Logged
webakerfan

Offline Offline

Posts: 13


« Reply #11 on: December 13, 2007, 07:21:18 AM »

Dear all,

I made another trial following all the installation procedures,downloading a brabd new latest website baker script, uploading the files on another PC with completely different material and software.

The result is that I succeeded to have a clean installation and no more errors in some pages.You may have a look here http://andromeda.sslnetworks.com/~vivacoif/viva/

However after about two hours creating pages and modfying them,when i tried to log in as administrator , I keep getting this error :

Warning: Cannot modify header information - headers already sent by (output started at /home/vivacoif/public_html/viva/languages/FR.php:539) in /home/vivacoif/public_html/viva/admin/index.php on line 35

I emptied the browser cache and clean all temporal internet file  but still no success in getting access to the admin page.

Please can you help me get rid of this error one and for all and go ahead to complete my first webaker site ?

Thanks for all the help provided.

Webaker fan
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #12 on: December 13, 2007, 10:13:33 AM »

Hello,

seems that you have to much browser windows open, and changed in one of them the language and then tried again to login with a new browser window right?

If this is the case, while storing the language settings the settings table is broken or the language settings are broken.

Solution:
http://help.websitebaker.org/pages/en/faq.php#question_31

Matthias
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!