Skip to main content
Topic: Can't Install Addons In 1.1B3 (Read 32027 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Can't Install Addons In 1.1B3

Reply #15

Hi,
change Packages.controller.php

package manager gives error

Fatal error: Class 'PackagesFilterIterator' not found in /............../sources/admin/Packages.controller.php on line 1856
sorry for my bad english

Re: Can't Install Addons In 1.1B3

Reply #16

Quote from: gevv – development version  unzip it and upload overwriting everything the problem continues
If it helps, I didn't use development but beta 3 package with the suggested fixes instead, and installation did work fine after that. However, I didn't test beta 3 that much except for my addons.

Re: Can't Install Addons In 1.1B3

Reply #17

If you apply only the changes I suggested, the code would work, you probably applied something more from the PR itself, in that case you have also to create the file PackagesFilterIterator.class.php as described in https://github.com/elkarte/Elkarte/pull/2739/commits/bb76c47a5326026603dd7a673c5fb531d0b91bbf
Bugs creator.
Features destroyer.
Template killer.

 

Re: Can't Install Addons In 1.1B3

Reply #18

Hi,

create the file PackagesFilterIterator.class.php and change files, install  addons established, but does not work

errors encountered during installation;

RecentTopics

Code: [Select]
Warning: file_get_contents(/xxxxx/packages/temp/RecentTopics.class.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/RecentTopics.class.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201




Bookmarks

Code: [Select]
Warning: file_get_contents(/xxxxx/packages/temp/sources/Bookmarks.controller.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/sources/Bookmarks.controller.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/sources/Bookmarks.subs.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/sources/Bookmarks.subs.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/sources/Bookmarks.integration.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/sources/Bookmarks.integration.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/theme/Bookmarks.template.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/theme/Bookmarks.template.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/theme/Bookmarks.english.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/theme/Bookmarks.english.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201


SolveTopic

Code: [Select]
Warning: file_get_contents(/xxxxx/packages/temp/controller/SolveTopic.controller.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/controller/SolveTopic.controller.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/admin/ManageSolveTopic.controller.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/admin/ManageSolveTopic.controller.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/subs/SolveTopic.subs.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/subs/SolveTopic.subs.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/templates/SolveTopic.template.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/templates/SolveTopic.template.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201

Warning: file_get_contents(/xxxxx/packages/temp/SolveTopicIntegration.php) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 2127

Warning: copy(/xxxxx/packages/temp/SolveTopicIntegration.php) [function.copy]: failed to open stream: No such file or directory in /xxxxx/sources/subs/Package.subs.php on line 1201
sorry for my bad english

Re: Can't Install Addons In 1.1B3

Reply #19

Use the attached file.

Re: Can't Install Addons In 1.1B3

Reply #20

thanks @emanuele addons installed and working
sorry for my bad english

Re: Can't Install Addons In 1.1B3

Reply #21

Cool!
Then for some reason an already existing feature was lost at some point.
 emanuele blames a merge from the 1.0 line for no apparent reason. :P
Bugs creator.
Features destroyer.
Template killer.