iphlex systems error messages
iphlexwebphlexdocumentation > error messages
show contents
hide contents

top of page
N.B. not all error messages are listed here. Most of them should be self-explanatory, but if you are confronted with an error message which you feel needs special explanation, please let us know!

The parameters p1, p2 etc. will be replaced by the relevant data in the actual error message.

 

555 558 582 583 628 637 667 698 726 727 731 745 795 804 809 812 813 818 819 
top of page
p1
This web page group has not been generated since it was last changed.
error 555

The page group has not been completely generated since the last time it was changed. Note that a partial generation may well in fact have changed every file which needs to be changed, so that generating the page group after you receive this message will not result in any file changes.

see also:

top of page
Text p1 (code 'p2') contains the string 'p3', but is itself (directly or indirectly) the result of a text replacement in text p4 (code 'p5').
To avoid causing an endless loop, this string will not be replaced.
error 558

Texts can contain embedded text blocks, which can themselves contain other embedded text blocks. If a text block tries to call itself (either directly or as the result of an earlier text replacement) this could cause an endless loop.

see also:

top of page
p1:
Field: p2
contains (either directly or indirectly) the string: p3.
To avoid causing an endless loop, this string will not be replaced, but may later be replaced (incorrectly) by data from another element.
error 582

An endless loop was detected while processing a replacement code.

This would be caused, for example, if the field 'page title 1' contained the text #TITLE1#.

It would also be caused if the field 'page title 1' contained the text #TITLE2# and the field 'page title 2' contained the text #TITLE1#.

see also:

top of page
You are trying to view main page p1, but there are only p2 main page(s).
error 583

The number of main pages generated for a page group depends on the elements. You are trying to view a page number which doesn't exist.

see also:

top of page
Fast find cannot be used in this situation for p1.
error 628

When fast find is used in a global find/replace action, the system attempts to build an SQL instruction which will only find records containing the text being searched for; this is considerably faster than the alternative, which is a serial read of the database. In certain circumstances this would require an SQL instruction which would be too complex, and fast find cannot be used.

This may also happen when the text being searched for contains characters which have a special meaning in SQL, such as hash (#) and asterisk ( * ). Either change your search text to avoid using these characters, or do not use fast find.

Tip: It is often more efficient to use fast find with a less specific search string than to read serially through the database to find exactly what you want.

top of page
You are trying to generate main page p1, but there are only p2 main page(s).
error 637

The number of main pages generated for a page group depends on the elements. You are trying to generate a page number which doesn't exist.

see also:

top of page
p1
is linked to from p2
- deletion not allowed.
error 667

An element or page group which is linked to from another element (using 'link destination' in the element subscreen) cannot normally be deleted, nor can such an element be moved to another page group. It is, however, possible to allow these actions in the company screen, in which case a warning will be given. If code generation is attempted using the linking element, a warning will be given and the code #DESTINATION_URL# will be replaced by an empty string.

see also:

top of page
p1: p2
the code generated to replace text "p3" will be different for the local and remote locations.
local = p4
remote = p5
Use code for remote location?
error 698

An address is being calculated for a file in another page group, and its value depends on whether the files are to be used locally or on the web server(s).

E.g. suppose two web sites, site1 and site2 are maintained on the same local machine, and the generated files are placed in C:\web sites\site1\ and C:\web sites\site2\ respectively. The two sites are hosted on different servers: http://www.site1.com/ and http://www.site2.com/. If a file in site1 contains a link to page page1.html in site2, the generated code for the URL will depend on whether the file(s) are to be used locally or on a remote location: ../site2/page1.html or http://www.site2.com/page1.html.

Choose No if both the file being generated and the file it will link to are to be used locally.

Choose Yes if either file is to be stored on a remote machine.

Tip: Ideally, the directory structures on the local and remote machines should be identical, relative file names will always be used and this question will never be asked. If this is not possible, it is often useful to use local file names while a web site is being tested off-line, then to re-generate the page groups, using remote names, before uploading the files to the web site.

see also:

top of page
p1 number p2 has code "p3" for company "p4", but this code already exists in the database for company "p5". The record will not be imported.
error 726

A record can not be imported if a record already exists with the same record code for the same company. You must first delete or rename any such records.

see also:

top of page
p1 number p2 (code "p3" for company code "p4"), already exists in this database (code "p5" for company code "p6"). If the record is imported with a new key, internal keys will have to be checked and updated.
Import the record with a new key?
error 727

As record numbers are unique throughout the system for a given type of data (e.g. there can never be two web page elements with the same element number, even in different web page groups belonging to different companies), a record can not be imported if its record number already exists.

It is, however, possible to import the record with a new record number. If this is done, all imported records will afterwards be checked for use of the old record number, and updated where necessary. This is a fairly lengthy process, and interrupting it may cause links within and between the imported records to no longer work.

Tip: rather than importing records with a new record number, it is often faster to copy the existing records to new ones, then delete the originals, so that their record numbers are no longer in use.

see also:

top of page
Key references are currently being updated for records which were copied, or imported with a new key. Interrupting this process can lead to the imported data being internally inconsistent, and possibly unusable.
error 731

After records have been copied or imported with new record numbers, they will be checked for (internal) use of the old record number, and updated where necessary. E.g. if a web page group is copied, any elements which link to other elements in the same page group using their element numbers (as opposed to referencing the next, previous etc. element), will have to be updated.

This is a fairly lengthy process, and interrupting it may cause links within and between the copied or imported records to no longer work.

Tip: rather than importing records with a new record number, it is often faster to copy the existing records to new ones, then delete the originals, so that their record numbers are no longer in use.

see also:

top of page
Update embedded numeric key references in texts?

(e.g. #wPAGE_URL:nnn#, #ELEMENT_URL:nnn# and #TEXT:nnn#, where nnn is a numeric key reference. Link destinations of web page elements are automatically updated).

error 745

After records have been copied or imported with new record numbers, they will be checked for (internal) use of the old record number, and updated where necessary. E.g. if a web page group is copied, any elements which link to other elements in the same page group using their element numbers (as opposed to referencing the next, previous etc. element), will have to be updated.

This is a fairly lengthy process, and takes even longer if all text fields have to be checked for embedded numeric key references (e.g. #wPAGE_URL:nnn#, #ELEMENT_URL:nnn# and #TEXT:nnn#, where nnn is numeric). If you're sure you aren't using any of these (or don't mind updating them manually) you can speed up the key reference update procedure considerably by answering No here.

Note that the link destinations of web page elements (set at: control panel > web pages > web page groups > elements > link destination) are always updated.

see also:

top of page
Update relative paths?
Choose Yes to continue linking back to the original locations for pictures etc.
Choose No to use new locations relative to the new page group location.
error 795

When the main local location of a page group (i.e. the location where the generated files will be put) is changed, it is possible to update the relative paths for (image) files so that the generated files will contain links back to the current locations.

E.g. suppose the location is C:\web sites\site1 and the site's images are stored at C:\web sites\site1\images. The relative location for images is then images. If the main location is changed to C:\web sites\site2, the image location can be updated to ..\site1\images, so that generated files link back to the original location, or left as images, in which case the files will link to the new location C:\web sites\site2\images.

see also:

top of page
p1
is linked to from p2.
error 804

An element or page group which is linked to from another element (using 'link destination' in the element subscreen) cannot normally be deleted, nor can such an element be moved to another page group. It is, however, possible to allow these actions in the company screen, in which case a warning will be given. If code generation is attempted using the linking element, a warning will be given and the code #DESTINATION_URL# will be replaced by an empty string.

see also:

top of page
p1:
Field: p2
contains (either directly or indirectly) the string: p3.
To avoid causing an endless loop, this string will not be replaced.
error 809

An endless loop was detected while processing a replacement code.

This would be caused, for example, if the field 'page title 1' contained the text #TITLE1#.

It would also be caused if the field 'page title 1' contained the text #TITLE2# and the field 'page title 2' contained the text #TITLE1#.

see also:

top of page
p1:
Possible loop detected while processing field: p2
The string: p3.
will not be replaced.
error 812

A possible endless loop was detected while processing an embedded replacement code.

This would be caused, for example, if the field 'page title 1' of page group xxx contained the text #wPAGE_TITLE1:yyy#, and the field 'page title 1' of page group yyy contained the text #wPAGE_TITLE1:xxx#.

see also:

top of page
p1
Windows cannot write the generated content to file
p2.
This may be due to an invalid character in the database.
Click the help button for more details.
error 813

During output file generation, either the file already existed, or it was successfully created (in which case it will have a file size of 0 bytes), but the system was then unable to write data to the file.

This may be caused by the presence in the content to be written of something which Windows doesn't like; certain exotic Ascii characters can have this effect.

To view the content which is to be written without actually writing it to disk, use the button 'preview generated text'click for more information about this button ).

This error can also occur when a page or element is previewed in a browser window, in which case the file will be called '~temp.html'.

see also:

top of page
p1: p2
An address determined using absolute address "p3" and relative address "p4" would require a directory higher than "p5". The address will be set to "p6".
error 818

An attempt to determine an address (normally during output file generation) by combining an absolute and a relative address failed, because the resulting address would require a higher directory than the top directory of the absolute address used. This is usually because the relative address contains too many ../ strings.

e.g. this would happen if an attempt is made to combine the relative address ../../index.html with the absolute address C:\web sites.

see also:

top of page
p1: p2
An address determined using absolute address "p3" and relative address "p4" would require a directory higher than "p5". The generated files may not work in the remote location.
error 819

An attempt to determine an address (normally during output file generation) by combining an absolute and a relative address failed, because the resulting address would require a higher directory than the top directory of the absolute address used. This is usually because the relative address contains too many ../ strings.

e.g. this would happen if an attempt is made to combine the relative address ../../index.html with the absolute address C:\web sites.

see also:

top of page
iphlexwebphlexdocumentation > error messages Copyright © 2006 iphlex systems