DragonByte Tech |
05-18-2010 09:53 AM |
Quote:
Originally Posted by rammieone
(Post 2039074)
To update is it just a matter of reuploading and overwritting the product?
|
For this update, overwriting the product is not needed. Only reuploading :)
Only when the version number changes is overwriting needed.
Quote:
Originally Posted by iguano
(Post 2039075)
Yes exist but i can't install it
|
I must admit I'm at a loss then, can you try opening the XML file and remove the following code:
Code:
if (!file_exists($installpath . '/core.php') OR !file_exists($installpath . '/finalise.php'))
{
print_dots_stop();
print_cp_message('Either ' . $installpath . '/core.php or ' . $installpath . '/finalise.php is missing!');
}
And see if it works for you then?
If you get the following error: "/install/1000.php is missing!"
Then also remove the following code:
Code:
if (!file_exists($installpath . '/install/' . $shortversion . '.php'))
{
print_dots_stop();
print_cp_message($installpath . '/install/' . $shortversion . '.php is missing!');
}
Let me know if this helps :)
|