Download & Extend

Error message on admin/apps/development page

Project:Apps
Version:7.x-1.0-beta2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

After enabling the module and going to admin/apps/development I get the following error

Error message
Notice: Undefined variable: set_cache in apps_add_app_info() (line 387 of /Applications/XAMPP/xamppfiles/htdocs/appstest/sites/all/modules/apps/apps.manifest.inc).

Comments

#1

Status:active» needs review

<?php

$set_cache
= FALSE;
?>

needs to be add before line 366 in apps.manifest.inc to fix this issue.

#2

Ignore this patch ... its backwards :/

AttachmentSize
1261288-apps-manifest-local-apps.patch 1.27 KB

#3

Ok, this time is the right way around - also allows local (development apps) have images properly

AttachmentSize
1261288-apps-manifest-local-apps.patch 1.27 KB

#4

Ok, seriously ... for real, right ways this time

AttachmentSize
1261288-apps-manifest-local-apps.patch 1.27 KB

#5

Ok, I actually also just committed my own patch - so this is fixed.. http://drupal.org/commitlog/commit/19006/66c284bad85c048417ba8e3cdd41dd4...

#6

Status:needs review» fixed

This has been commited changing status

#7

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.