Regardless of which RT install packages I try to upload, all produce the following error:
Warning: require_once(/home/holidaze/public_html/derek4real/tmp/install_519595942a3d7DSinstaller/RokInstallerEvents.php) [function.require-once]: failed to open stream: No such file or directory in /home/holidaze/public_html/derek4real/tmp/install_519595942a3d7/install.script.php on line 163
Fatal error: require_once() [function.require]: Failed opening required '/home/holidaze/public_html/derek4real/tmp/install_519595942a3d7DSinstaller/RokInstallerEvents.php' (include_path='.:/opt/php53/lib/php') in /home/holidaze/public_html/derek4real/tmp/install_519595942a3d7/install.script.php on line 163
Lines 162 and 163 are:$event_handler_file = $this->installerdir . '/RokInstallerEvents.php';
require_once($event_handler_file);
If I manually transfer the files to the server via FTP then it is possible to install via directory. This works for the template and simple extensions like Ajax Search, however it does not work for complex extensions that have multiple folders, such as RokGallery and RokSprocket.
Any idea what could be causing this issue? I've tried to install a half-dozen different RT templates and extensions yet all produce this error. All other extensions and zip bundles install perfectly, this issue is isolated solely to my RT zips.
I am running Joomla 3.0.3 with PHP 5.3.23. Let me know if you need any more information, thanks so much!