Quote:
Originally Posted by manfred
New version is now ready for download at my home page. It was a bit tricky to get it work correctly but should be ok now.
What next - who knows? Ideas?
|
Manfred, your admin panel is lot more functional then the one supplied with PhpDig. However, it also produces lots of PHP-warnings. They don't affect functionality but can be quite annoying. Just set error_reporting to E_ALL and you'll see what I mean. I hope this will be fixed in the next version. If you wish I can send you modified "warning-free" files.
Quote:
Originally Posted by AllKnightAccess
I get these error messages when trying to acces the "Configuration > Database" page:
Warning: opendir(./backup/): failed to open dir: No such file or directory in /./admin/db_main.php on line 139
Warning: readdir(): supplied argument is not a valid Directory resource in /./admin/db_main.php on line 142
Warning: closedir(): supplied argument is not a valid Directory resource in /./admin/db_main.php on line 158
|
Just create "/phpdig/admin/backup" directory
Quote:
Originally Posted by funsutton
Cleanup dashes
Fatal error: Call to undefined function: phpdigdeltext() in ...public_html/search/admin/cleanup.php on line 176
|
Add the following line to "cleanup.php" file (near other includes):
include "$relative_script_path/admin/robot_functions.php";