Recent Topics

1 Oct 16, 2013 21:39    

Hi

I'm trying to set www.domain/jardel.php or www.domain/mario.php etc... but it moves to main site index.php , although root directory includes jardel.php etc.. copied from file blog1.php

Regards

3 Oct 17, 2013 20:59

Hi mgsolipa

Yes, of course and doesn't work.

:(

4 Oct 19, 2013 13:07

Well, it should does.

At the screenshot example, I duplicated the file a_stub.php and renamed to jardel.php. I also included this $blog = 2; in jardel.php. It works like a charm.

Do you have any third-party plugin/skin/widget? Maybe you should try to disable all of them and re-test.

Note: Please tell us which b2evo are you currently using.

5 Oct 21, 2013 21:52

Thank You mgsolipa

This option work on 'new' install, so it is not a problem with widgets, skin etc ... but with settings. If I find it I will let You know.

Best Regards

6 Oct 21, 2013 23:01

Now I know , problem appears when mysql base is changed for ... so that are polish sign. I ataches file evo.png and I wait for help :)

404 Not Found, Page not found! in jardel.php

Regards

8 Oct 30, 2013 21:05

Thanks

Ok it is not good :)

But I have new idea. Because this option dosen't work
Absolute URL: and Relative to baseurl:

but works this option
Extra path on index.php http://mydomain/index.php/jardel

it is possible to change in php : index.php on f.eg blog ?

Regards

9 Oct 30, 2013 21:24

@jardel,

This could be a potential error source and should be tested exhaustively, but if you want to try, go to blogs/inc/collections/model/_blog.class.php, and modify the line 1057 into:


return $baseurl.$this->siteurl.'mycustompage.php/'.$this->urlname.'/';

After that, set the Blog URL to "Extra path". Please let me know the results.

Regards !

11 Oct 31, 2013 09:15

That's right, as I said, that solution could be a pain.

Regarding this:

Now I know , problem appears when mysql base is changed for ... so that are polish sign. I ataches file evo.png and I wait for help :)

404 Not Found, Page not found! in jardel.php

Why don't you just try to make it work without any code customization? Maybe the polish sign issue could be solved moving your database to utf8. This page include a recently added script to perform this task: http://b2evolution.net/man/advanced-topics/troubleshooting/illegal-mix-of-collations. You didn't share any debug info when got the "Page not found" error either, that info could be useful on trying to help you.


Form is loading...