- Posts: 130
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
- Bryan Smith
- Topic Author
- Offline
- Premium Member
Less
More
15 years 3 months ago #70113
by Bryan Smith
upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN was created by Bryan Smith
Went through the instructions carefully and thoroughly.
Warning: require(/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php) [function.require]: failed to open stream: No such file or directory in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24
Fatal error: require() [function.require]: Failed opening required '/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24
Warning: require(/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php) [function.require]: failed to open stream: No such file or directory in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24
Fatal error: require() [function.require]: Failed opening required '/home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/tmpl//default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dataz1/public_html/ogdencityarts.org/modules/mod_k2_content/mod_k2_content.php on line 24
Please Log in or Create an account to join the conversation.
- Ivo Apostolov
- Offline
- Senior Member
Less
More
- Posts: 62
15 years 3 months ago #70114
by Ivo Apostolov
Replied by Ivo Apostolov on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
Go to each module and just save it, parameters changed.
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70115
by Bryan Smith
Replied by Bryan Smith on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
gracias, that did it.
Looks like there's some spacing issues with content modules on my home page.
ogdencityarts.org/
i'll root around and see if I can figure out what's causing that.
Hopefully now I can get my galleries to work too.
Ivo Apostolov said:Go to each module and just save it, parameters changed.
Looks like there's some spacing issues with content modules on my home page.
ogdencityarts.org/
i'll root around and see if I can figure out what's causing that.
Hopefully now I can get my galleries to work too.
Ivo Apostolov said:Go to each module and just save it, parameters changed.
Please Log in or Create an account to join the conversation.
- Ivo Apostolov
- Offline
- Senior Member
Less
More
- Posts: 62
15 years 3 months ago #70116
by Ivo Apostolov
Replied by Ivo Apostolov on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
I noted this as well.
If you open the modules there are so calledThese are outside the if's used to determine what to display or not. If you move these one row above (prior to closing endif) this will fix the issue.
However I recommend you to make this as a template overwrite, rather than hacking the core module itself.
Ivo
Lownotes said:gracias, that did it.
Looks like there's some spacing issues with content modules on my home page.
ogdencityarts.org/
i'll root around and see if I can figure out what's causing that.
Hopefully now I can get my galleries to work too.
Ivo Apostolov said:Go to each module and just save it, parameters changed.
If you open the modules there are so calledThese are outside the if's used to determine what to display or not. If you move these one row above (prior to closing endif) this will fix the issue.
However I recommend you to make this as a template overwrite, rather than hacking the core module itself.
Ivo
Lownotes said:gracias, that did it.
Looks like there's some spacing issues with content modules on my home page.
ogdencityarts.org/
i'll root around and see if I can figure out what's causing that.
Hopefully now I can get my galleries to work too.
Ivo Apostolov said:Go to each module and just save it, parameters changed.
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70117
by Bryan Smith
Replied by Bryan Smith on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
I haven't done a template overwrite yet.
do you have a sample you could share. I'm guessing it goes into /mod_k2_content/tmpl
little foggy on this one
Ivo Apostolov said:I noted this as well. If you open the modules there are so calledThese are outside the if's used to determine what to display or not. If you move these one row above (prior to closing endif) this will fix the issue. However I recommend you to make this as a template overwrite, rather than hacking the core module itself.
Ivo
do you have a sample you could share. I'm guessing it goes into /mod_k2_content/tmpl
little foggy on this one
Ivo Apostolov said:I noted this as well. If you open the modules there are so calledThese are outside the if's used to determine what to display or not. If you move these one row above (prior to closing endif) this will fix the issue. However I recommend you to make this as a template overwrite, rather than hacking the core module itself.
Ivo
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70118
by Bryan Smith
Replied by Bryan Smith on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
ok, I think I've figured out how to set up the override.
what are you saying needs to be moved though in the template code?
what are you saying needs to be moved though in the template code?
Please Log in or Create an account to join the conversation.
- Krzysztof
- Offline
- New Member
Less
More
- Posts: 4
15 years 2 days ago #70119
by Krzysztof
Replied by Krzysztof on topic upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN
Where should I put a file overriding search module? I tried putting it in /mytemplate/mod_k2_tools directly, in templates and tmpl directiories but it doesn't work in any way. I override component files without any problem but I can't get module override to work. I'll be greatful for any help.
Edit: solved. I just put my edit in wrong place in the file. Placing the correct file /mytemplate/mod_k2_tools and it works great.
Edit: solved. I just put my edit in wrong place in the file. Placing the correct file /mytemplate/mod_k2_tools and it works great.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- upgrade problems - 2.0 pre to 2.0 Stable - Home Page DOWN