owncloud-archive / maps

:globe_with_meridians: Maps app for ownCloud
GNU Affero General Public License v3.0
42 stars 20 forks source link

OCA\\AppFramework\\Core\\API not found #6

Closed jancborchardt closed 10 years ago

jancborchardt commented 10 years ago

@houqp when using the latest Maps app with the latest ownCloud master, I get a white screen and this PHP error:

PHP Fatal error:  Class 'OCA\\AppFramework\\Core\\API' not found
in /home/jan/owncloud/apps/maps/appinfo/app.php on line 34

Any idea how to fix it @houqp @DeepDiver1975 @LEDfan @brantje?

jancborchardt commented 10 years ago

Does it use the core appramework or the deprecated appframework-App still?

jancborchardt commented 10 years ago

With stable6 I get a different error:

PHP Fatal error:  Call to a member function addNavigationEntry() on a non-object
in /home/jan/owncloud/apps/maps/appinfo/app.php on line 40
DeepDiver1975 commented 10 years ago

OCA\AppFramework

this is a clear indicator that the deprecated appframework is used

brantje commented 10 years ago

Needs to be rewritten to use the new framework.

jancborchardt commented 10 years ago

@houqp @brantje is someone of you up for that? I was just talking to @moonlite of GNOME Maps about what data we could sync already. :)

houqp commented 10 years ago

yeah, it's still using appframework-App right now. I will have to take a long flight to the u.s. tomorrow and move my home from the east to the west. After that I should have time to work on the rewrite. That said, anyone is more than welcome to take the lead ;)

jancborchardt commented 10 years ago

@houqp ooh nice, all the best for the move! :)

jancborchardt commented 10 years ago

@houqp but are you going to be able to come to https://owncloud.org/conf anyway? Did you get your invite already?

jancborchardt commented 10 years ago

@brantje reworked the app and it’s working now. Closing hence.