This topic is locked

I cannot post new changes

7/29/2008 8:15:09 PM
PHPRunner General questions
P
pengas author

Hi everyone,
I am creating an interface for a table as a test, and I'm editing the view and add pages. When I try to publish the pages to my ftp, using the built in function with PHPRunner, it tells me there is nothing new to update (I am choosing to update changes only). So I go ahead and choose to upload all files. When I login to the site the changes I made are not present in the view nor add pages. Later changes I make are reflected.
This is for version 4.2.
Is there a cache somewhere that needs to be refreshed, or is this issue something pertaining to PHPRunner?

Did any of you encounter this problem and if so can you please help with some guidelines as to how to resolve this.
Kindly yours,

Pengas

J
Jane 7/30/2008

Hi,
There are two ways:

  1. some pages are in the browser cache. In this case refresh all pages with Ctrl+F5.
  2. some files are not removed from generated templates_c directory. Try to remove all files from templates_c directory and refresh all pages again.

S
steveh 7/30/2008

I had the same issue with many customers compalinign fo this, I ended up editing the templates and adding a whole raft of header statements to solve this, suggest you search for cache or meta and I think you'll find the post.
For the future, it would be useful if the headers went into a seperate file and were included, giving a single place to make the edits (or even better, have a global header event?)

P
pengas author 7/30/2008

Hi,

There are two ways:

  1. some pages are in the browser cache. In this case refresh all pages with Ctrl+F5.
  2. some files are not removed from generated templates_c directory. Try to remove all files from templates_c directory and refresh all pages again.


Hi Jane and thank you for your reply.
The problem is that any modifications I make via the Visual Editor are not reflected in the project output.

It is not a cache issue in templates_c or the browser. I have verified that the changes I made via the editor are not being written to the correspsonding HTML file. This is why when I try to upload changes PHPRunner tells me there are non to push.
I have tried saving the project in a new directory yet the changes are not reflected in the output. They are still persistent within PHPRunner, i.e., I can see the HTML modifications I have made in the Visual Editor, but not in the output.
Thoughts?

P
pengas author 7/30/2008

I made some progress and found the new html files that hold the changes I've made with the Visual Editor in the output/tmp directory.
What is the purpose of this directory and how can tell PHPRunner to push them?

Moreover, why would PHPRunner ignore these changes and store them there?

Is it safe to manually copy/paste the files to their right location?
Thank you,
Pengas

J
Jane 7/30/2008

Please zip and send a full set of generated files, project file and database creation script to support@xlinesoft.com for investigation.