5 replies
I've setup an adboard script on a subdomain. As part of the admin side of this script there is a settings page that allows you to change various details regarding the look, prices, etc.,

Once this info has been inputed you click the save button and the info should be saved to a database. All is fine until you try to make the save. The script obviously tries to do what it is programmed to do and return you to the page where you inputed the data in the first place.

It doesn't do the return to the original page, if fact it actually states that I don't have permission to actually be on this page. This is the page that I've just left (?)

Everything else regarding this script and its a big script, seems to be working. Any ideas?

Many thanks,

Phill
#adboardscript #php #problem
  • Profile picture of the author vulcanscripts
    Hard to say without knowing what script you are using or what kind of server you have it installed on or which kind of database you're using? It sounds like a bug to me (possibly due to depreciation issues caused by versioning if the script was written some time ago)! Have you tried asking the scripts vendor for assistance? I would guess that the problem is related to the actual code and that's what needs to be looked at!
    Signature
    Live Track Mobile Spy - Android Spy Software
    Postcode Palâ„¢
    - Geo Datasets for GB, NI, CI and the Isle of Man
    {{ DiscussionBoard.errors[2361797].message }}
  • Profile picture of the author Tim Franklin
    I agree with Vulcanscripts, it could be a number of different things, without being able to look at the code, it is just a guessing game, but from what you describe it sort of sounds like the script may not have permission, so it could be in a supporting file, for example, if you had, like include, somefile.php

    and there was an error in somefile.php then you would not have permission to update the database, just a thought, but I would check all the supporting scripts, to start, and check for error logs, if you have that capability.
    Signature
    Bitcoin | Crypto | Blockchain Secrets |
    {{ DiscussionBoard.errors[2361943].message }}

Trending Topics