I've installed poppawid, logged on as admin, set up the
configuration, and saved it. I get the saved screen and
go back to administration page but the configuration
isn't saved.
This happened to me as well.
I fixed it by adding my default MySQL username (in my
case, my default username for my web server) to the
beginning of the database name in the popper.inc.php file,
like this:
$dbname = "username_database";
instead of simply:
$dbname = "database";
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I have the same problem!
Help please!
Logged In: YES
user_id=1389860
This happened to me as well.
I fixed it by adding my default MySQL username (in my
case, my default username for my web server) to the
beginning of the database name in the popper.inc.php file,
like this:
$dbname = "username_database";
instead of simply:
$dbname = "database";