Welcome, Guest
Username: Password: Remember me

TOPIC: Ajax error "ERROR : View not found [name, type..."

Ajax error "ERROR : View not found [name, type..." 19 Feb 2016 00:28 #13827

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Hello Admin

Anyone experiencing this error in the sandbox as well?
   ERROR : View not found [name, type, prefix]: thirdusers, html, demo12753View

Regards
vlemos
The administrator has disabled public write access.

Ajax error "ERROR : View not found [name, type..." 19 Feb 2016 16:06 #13831

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Where in ajax ?
Thirdusers is not anymore in use. Get rid of that.
In case if you want it, does the MVC triad (thirdusers) files present in your component ? Guess yes (sorry in advance for stupid question)


I think that all your recent problems comes from the loader. Missing files, or missing the auto-loader.
The auto-loader is very important because it permit to load the class files ONLY when they are used. The loader is only registering the class names and associates them with the physical file.
When you want to dirty fix such problem, just put a include_once() of your missing class.
But the best is to understand what the hell is happening. I was very to happy with the recent discovery, but now I a stuck again.
I want to follow closely this problem.

Did you tried to debug the loader ?
Cook furnishes you a dump() function in the loader superclass.
With this function, you can follow easily what is going on.
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: vlemos

Ajax error "ERROR : View not found [name, type..." 21 Feb 2016 02:13 #13833

  • vlemos
  • vlemos's Avatar
  • Online
  • Elite Member
  • Posts: 295
  • Thank you received: 41
  • Karma: 21
Hello Admin, this is being generated by the builder. How do I stop the generator from implementing "Thirduser" references? Thanks vlemos
The administrator has disabled public write access.
Time to create page: 0.081 seconds

Get Started