object reference not set to an instance of an object

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mw4
User
Posts: 57

object reference not set to an instance of an object

Post by mw4 »

I am getting this message when I go to save my project, but I have no idea where to look.

I can connect just fine, so it's not a connection issue.

Any thoughts where I should look?


mobhar
User
Posts: 11727

Post by mobhar »

Make sure you have already installed PHPMaker as an Administrator; if not, then uninstall, and try to install from scratch again.


mw4
User
Posts: 57

Post by mw4 »

Uninstalled and re-installed as an administrator, same problem. Any other ideas on this?


arbei
User
Posts: 9388

Post by arbei »

It usually suggests that some object (e.g. a table, a field) specified in the project is missing. You may try to synchronize your project with your database again first. If you have deleted or renamed a table or a field, update the related settings in the project.


mobhar
User
Posts: 11727

Post by mobhar »

In addition, try also to open the demo project file, and see whether the issue still remains. If not, then double check your .pmp backup file; try to open it one by one for the last 10 saved files.


Post Reply