Hi
I Get the following error when i try upload the submission.zip file of twitter
example after editing the config.xml to point to my app server..
Any pointers?
===========================================================
Sorry, the following error(s) had occured...
* The package is not valid or some files are missing (Unable to open
/tmp/phpQ7aw03Returned error code:19).
=========================================================
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mobile.yahoo.com/widgets/schema/1.0/config/
http://mobile.yahoo.com/widgets/schema/1.0/config/"
xmlns="http://mobile.yahoo.com/widgets/schema/1.0/config/">
<title>Twitter Example</title>
<version>1.0</version>
<identifier>twitter-example</identifier>
<description>An example Twitter Widget.</description>
<icon>icon</icon>
<author organization="Balaji" href="http://www.balaji.com"
email="me@...">
Balaji
</author>
<!-- change this widget base to your server url -->
<widget base="http://********/twitter_sample">
<preview>
<icon>icon</icon>
<label>Twitter!</label>
</preview>
<shortcuts>
<item default="true">
<label>Open</label>
<href>index.php</href>
</item>
</shortcuts>
</widget>
</config>
Thanks in advance
BALAJI KUMARA