WebYep Question

I made a bunch of pages and filled them with texts in WY.

Problem: I had to store them in a separate folder, because the client wanted to check it before we’re going public.

Question: How can I move the whole pages into the www directory so that the written text is visible again.

At the moment the texts are “lost” although I copied the WebYep “data” folder into the www directory…

(I still have the pages in the test directory)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Most often the path to the files is incorrect,
that’s the first thing I’d check.

/ Omar

::: Communication to improve civilisation :::

s_ip

On 5 mar 2013, at 13:06, “GTPeter” email@hidden wrote:

I made a bunch of pages and filled them with texts in WY.

Problem: I had to store them in a separate folder, because the client wanted to check it before we’re going public.

Question: How can I move the whole pages into the www directory so that the written text is visible again.

At the moment the texts are “lost” although I copied the WebYep “data” folder into the www directory…

(I still have the pages in the test directory)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No help, but the same problem. Pleased it’s not just me - I thought I was doing something really stupid!

I have a client populating his site before it goes live (currently on a sub folder of my site) and all works well there, but when pushed onto his live domain, all of the WY text has gone.
All I’ve done is taken a straight copy of the existing subfolder contents and transferred them to their new home.

Trev

On 5 Mar 2013, at 12:06, GTPeter wrote:

I made a bunch of pages and filled them with texts in WY.

Problem: I had to store them in a separate folder, because the client wanted to check it before we’re going public.

Question: How can I move the whole pages into the www directory so that the written text is visible again.

At the moment the texts are “lost” although I copied the WebYep “data” folder into the www directory…

(I still have the pages in the test directory)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is a file called “documents” within your “data” folder.

Open this with a text-editor (eg. TextEdit).

In this file, there is a bunch of text which looks like this:

/subfolder/index.php 20

/subfolder/page2.php 8

Remove the /subfolder so it looks like:

/index.php 20

/page2.php 8

and you should be back in game.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

In the WebYep data folder is a file named ‘documents’. Open this in a text editor, and you’ll see something like this:

/test/about-the-pharmacy.php 1

/test/repeat-prescriptions.php 2

/test/prescription-services.php 3

where ‘test’ is the name of the directory you used to test the website. Change all the entries by removing the ‘/test’ part, so the edited lines now look something like this:

/about-the-pharmacy.php 1

/repeat-prescriptions.php 2

/prescription-services.php 3

All the text should now appear.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ian, Thomas, thanks for that - I’ll give that a go in my next free moment.

Trev

On 5 Mar 2013, at 12:24, Ian Halstead wrote:

In the WebYep data folder is a file named ‘documents’. Open this in a text editor, and you’ll see something like this:

/test/about-the-pharmacy.php 1

/test/repeat-prescriptions.php 2

/test/prescription-services.php 3

where ‘test’ is the name of the directory you used to test the website. Change all the entries by removing the ‘/test’ part, so the edited lines now look something like this:

/about-the-pharmacy.php 1

/repeat-prescriptions.php 2

/prescription-services.php 3

All the text should now appear.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Briliant – it works.

Thank you guys.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options