This topic is locked
[SOLVED]

Can't open edit page from the menu

6/29/2025 8:12:02 PM
PHPRunner General questions
A
asawyer13 authorDevClub member

I still don't have the option to show or not show the AI feature, but that's not my issue.

I am using V11. I simply want to open the edit page of a table thru the menu.
I select the table, it gives me the opton of edit and print. I don't know why it shows print since I didn't set that up, but when I select option in the menu, it tries opening the list page which doesn't exist.

Alan

ChatGPT 6/29/2025

Hi Alan,

It sounds like you're experiencing some issues with the menu configuration in PHPRunner V11, particularly when trying to access the edit page for a specific table. Here are a few steps you can take to troubleshoot and resolve the issue:

  1. Check Menu Configuration:

    • Make sure that you've properly configured your menu items. Go to the "Menu" section in PHPRunner and check that the edit page for your table is correctly set up. You should see options for different actions (like view, edit, print) for each table.


  2. Edit Permissions:

    • Ensure that you have the necessary permissions set up for the edit action. If the permissions are not set correctly, the edit page may not be accessible.


  3. Check for List Page:

    • Since you mentioned that it tries to open the list page which doesn't exist, ensure that you have created the list page for the table in question. The edit page typically relies on the existence of the list page to navigate correctly.


  4. Print Option:

    • The print option may be available by default for certain tables. If you don't want it to show, you can disable it in the menu configuration or in the settings for that specific table.


  5. Rebuild Project:

    • Sometimes, changes might not reflect correctly until you rebuild the project. Try rebuilding your project in PHPRunner and see if that resolves the issues.


  6. Check for Errors:

    • If you are encountering any specific error messages when trying to open the edit page, take note of them. These can provide clues about what might be going wrong.


  7. Consult Documentation:

    • If the above steps don't resolve the issue, consider checking the PHPRunner documentation or forums for any guidance specific to version 11.



If you follow these steps and still encounter issues, feel free to provide more details about your setup, and I can assist you further!

A
asawyer13 authorDevClub member 6/29/2025

I do now think I see the AI option after I've entered my text but not when I go into the post. I will check next time also.

A
asawyer13 authorDevClub member 6/29/2025
A
asawyer13 authorDevClub member 6/29/2025

Something happened with my reply.

Let me try again.

I want to open the edit page in In Line add mode, so I don't think I should have to open a list page first.

Alan