Search found 4 matches

by randal_carr
09 Feb 2016, 04:41
Forum: Laravel package
Topic: Expert Mode Admin Page is Blank
Replies: 6
Views: 5573

Re: Expert Mode Admin Page is Blank

Your changes worked great. The expert mode admin panel came right up.

Thank you very much.
by randal_carr
08 Feb 2016, 14:46
Forum: Laravel package
Topic: Expert Mode Admin Page is Blank
Replies: 6
Views: 5573

Re: Expert Mode Admin Page is Blank

Here is the source code for the generated page: http://localhost:8080/extadm?site=default&lang=en <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-...
by randal_carr
06 Feb 2016, 17:22
Forum: Laravel package
Topic: Expert Mode Admin Page is Blank
Replies: 6
Views: 5573

Re: Expert Mode Admin Page is Blank

The JS Console errors are: TypeError: this.services[method].parameters is undefined file:53657:17 Ext.Error: Schema Locale_Site is not registered file:11143:23 Ext.Error: Schema Locale_Language is not registered file:11143:23 Ext.Error: Schema Locale_Currency is not registered file:11143:23 Browsers...
by randal_carr
05 Feb 2016, 23:50
Forum: Laravel package
Topic: Expert Mode Admin Page is Blank
Replies: 6
Views: 5573

Expert Mode Admin Page is Blank

After carefully following the procedure for installing Aimeos for Laravel 5.2, the /list and /admin routes work fine. However, after clicking on the 'Expert mode' link on the admin page (http://localhost:8080/jqadm/search/product), the resulting page (http://localhost:8080/extadm) is completely blan...