SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

Why am I getting "Unable to install ???Error(s): Unable to write to main menu."?
You need to make sure that the script has writable access to the xoops cache folder, this is where the mainmenu file is stored and written.

That error message is generated if:

1) The request method is not POST; or
2) The HTTP_REFERER check fails; or
3) The file cache/adminmenu.php cannot be written to.

Solutions:

1) The request method is not POST.

This is a security check. This should never occur with the standard XOOPS code. It could result from faulty third-party code.

2) The HTTP_REFERER check fails.

This is another security check. It means that that the client (browser, firewall, popup blocker, etc) is blocking the HTTP_REFERER header from being sent.

3) The file cache/adminmenu.php cannot be written to.

Ensure that the cache directory and the file cache/adminmenu.php are writable. The file cache/adminmenu.php may be safely deleted.


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

205 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 205


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You select blocks to add to the blocks administration page in XOOPS 2.2x.

Random question

How can I insert variable parts in a custom block title? I would like the title of a custom block to depend on menu options selected in a left block. How can I do that ? Is it possible to hide the title of a custom block?