pnjones
Posts: 42
|
| Posted: 10/10/2007, 12:54 AM |
|
I have a simple project which contains a searchable list of stock items, development and testing was complete very quickly , and i then renamed the single page to index to allow it to display automatically when the folder was opened.
I then got error messages relating to object block but only on the deployed server such as
Microsoft VBScript runtime (0x800A01A8)
Object required: 'SorterBlock'
/hmxstock/Sorter.asp, line 70
The page still works correctly on the development PC ?.
I eventually renamed the page to stocklook and then the page worked on the server
I cant figure it out but maybe someone has had this probelm before ??
Any ideas
Thanks
_________________
Regards
Pat |
 |
 |
Oper
Posts: 1195
|
| Posted: 10/10/2007, 10:10 AM |
|
Di you rename the page withing windows or using Codecharge rename?
First choice is wrong. (in som case depending on your design include etc)
Rename using CCS.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
pnjones
Posts: 42
|
| Posted: 10/10/2007, 3:48 PM |
|
I renamed the page in CCS, but i t works perfectly on my development pc and not on the server
Thanks for the input any other suggestions ?
_________________
Regards
Pat |
 |
 |
wkempees
Posts: 1679
|
| Posted: 10/11/2007, 10:11 AM |
|
Could be acces rights on server.
When publishing from local to server occasionaly a file may not be overwritten.
A workaround:
1: Set publish all files, to true. Publish settings checkbox
2: delete the files on the server prior to uploading.
Reached this conclusion as per your:
Quote :I eventually renamed the page to stocklook and then the page worked on the server
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
pnjones
Posts: 42
|
| Posted: 10/18/2007, 4:06 AM |
|
Walter
I have deleted all the files and folders on the server, set the name of the index file to stklook and then added a simple asp redirect to load the stklook.asp page when the folder or the web page index.asp was loaded.
This gives an error looking for index.html with the same object block type of error event though there is no CCS file associated with the simple asp file.?
I think the server must have ( somehow ??) cached the pages and i will not be able to resolve this problem until i can bounce the server.
If i ever find a resolution i will post it here
Thanks
_________________
Regards
Pat |
 |
 |
|