You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
<files folder="site">
<folder>language</folder>
<folder>media</folder> **<- where does this line come from?**
<folder>models</folder>
<filename>index.html</filename>
<filename plugin="stophitcounts">stophitcounts.php</filename>
<filename>stophitcounts_CHANGELOG.php</filename>
</files>
....
# 3. getting a "WARNING JFolder::create: Das Verzeichnis kann nicht erstellt werden! Path: administrator" in log
In my xml-file (see before) there is a field-definition: "<field name="log_path" type="text" readonly="true" default="../administrator/logs" ...."
#Date: 2017-10-22 15:24:26 UTC
#Software: Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
#Fields: datetime priority message
2017-10-22T15:24:26+00:00 INFO |¯¯¯ Starting
2017-10-22T15:24:26+00:00 INFO Start building
2017-10-22T15:24:26+00:00 INFO Build dir:
../updateserver/extensions/releases/plg_stophitcounts
2017-10-22T15:24:26+00:00 INFO TempDir created
JROOT/tmp/stophitcounts59ecb82a22067
2017-10-22T15:24:26+00:00 INFO Performing build actions type: precopy
2017-10-22T15:24:26+00:00 INFO 0 actions executed
2017-10-22T15:24:26+00:00 INFO COPY DIR
SRC: JROOT/plugins/system/stophitcounts
DST: JROOT/tmp/stophitcounts59ecb82a22067/site
2017-10-22T15:24:26+00:00 INFO Processing language en-GB - sys
2017-10-22T15:24:26+00:00 INFO File: en-GB.plg_system_stophitcounts.sys.ini already exists
2017-10-22T15:24:26+00:00 INFO Starting CleanUp
2017-10-22T15:24:26+00:00 INFO 1 index.html files created
2017-10-22T15:24:26+00:00 INFO 0 language version files deleted
2017-10-22T15:24:26+00:00 INFO Performing build actions type: postcopy
2017-10-22T15:24:26+00:00 INFO 0 actions executed
2017-10-22T15:24:26+00:00 INFO File deleted JROOT/tmp/stophitcounts59ecb82a22067/site/stophitcounts.xml
2017-10-22T15:24:26+00:00 INFO Starting manifest
2017-10-22T15:24:26+00:00 WARNING JFile::getName is deprecated. Use native basename() syntax.
2017-10-22T15:24:26+00:00 INFO Start adding files
2017-10-22T15:24:26+00:00 INFO TOTAL: 23 files
2017-10-22T15:24:26+00:00 INFO creating Zip
2017-10-22T15:24:26+00:00 INFO Packing routine for zip finished
2017-10-22T15:24:26+00:00 INFO Performing build actions type: postbuild
2017-10-22T15:24:26+00:00 INFO The file
../updateserver/extensions/releases/plg_stophitcounts/plg_system_stophitcounts_0.0.5_20171022_1724.zip
has been copied to
JROOT/administrator/components/com_easycreator/data/updateserver/stophitcounts/release/plg_system_stophitcounts_0.0.5_20171022_1724.zip
2017-10-22T15:24:26+00:00 WARNING JFile::getName is deprecated. Use native basename() syntax.
2017-10-22T15:24:26+00:00 WARNING JFile::getName is deprecated. Use native basename() syntax.
2017-10-22T15:24:26+00:00 WARNING JFile::read is deprecated. Use native file_get_contents() syntax.
2017-10-22T15:24:26+00:00 INFO 1 actions executed
2017-10-22T15:24:26+00:00 INFO The build folder has been sucessfully deleted.
2017-10-22T15:24:26+00:00 INFO FINISHED
2017-10-22T15:24:26+00:00 WARNING JFolder::create: Das Verzeichnis kann nicht erstellt werden!Path: administrator
2017-10-22T15:24:26+00:00 WARNING JFolder::create: Das Verzeichnis kann nicht erstellt werden!Path: administrator
The text was updated successfully, but these errors were encountered:
hgh-esn
changed the title
ECR-0.0.26 package-generation - no media-tag in manifest-file
ECr-0.0.26 package-generation - no media-tag in manifest-file
Oct 19, 2017
hgh-esn
changed the title
ECr-0.0.26 package-generation - no media-tag in manifest-file
ECr-0.0.27 build-package - manifest-file corrupted
Oct 22, 2017
hgh-esn
changed the title
ECr-0.0.27 build-package - manifest-file corrupted
ECr-0.0.27 build-package - manifest-file corrupted and log-warnings
Oct 22, 2017
When creating a package via ecr, the generated xml-file there are some probs:
** 1. it doesn't contain the media-tag and it's content - even it is specified**
Example: Project: stopHitCounts
stophitcounts.xml in ECr:
stophitcounts.xml in generated zip-file
The
<media> .... </media>
tag is missing !!!!!!stophitcounts.xml in ECr:
# 3. getting a "WARNING JFolder::create: Das Verzeichnis kann nicht erstellt werden! Path: administrator" in log
In my xml-file (see before) there is a field-definition: "<field name="log_path" type="text" readonly="true" default="../administrator/logs" ...."
@elkuku
The text was updated successfully, but these errors were encountered: