Last modified: 2010-05-15 15:29:41 UTC
Within the maintenance directory, I am trying to run the rebuildall.php script as follows >php rebuildall.php This results in the following error ------- Warning: main(refreshlinks.inc): failed to open stream: No such file or directory in /home/wiki/public_html/maintenance/rebuildall.php on line 9 Fatal error: main(): Failed opening required 'refreshlinks.inc' (include_path='.:/home/wiki/public_html:/home/wiki/public_html/includes:/home/wiki/pub lic_html/languages:/home/wiki/public_html/maintenance') in /home/wiki/public_html/maintenance/rebuildall.php on line 9 ------- An 'ls' of the maintenance directory shows the file as refreshLinks.php i.e. one has a capital L the other doesn't. Having changed my local rebuildall.php to reference properly, it appears to work ok.
Thanks for the catch -- I'd only tested it on my Mac, which differs slightly from conventional Unix filesystems. Fixed in CVS head and 1.3 branch, will be in 1.3.1.