News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Subdomain Issue

Started by Skhilled, February 22, 2014, 02:22:06 PM

Previous topic - Next topic

Skhilled

I tried to install PortaMX and ran into the following as you can see here:

http://portamx.com/3407/subdomain-issue/

Of course, they said it is a SMF bug but no other mods I have installed on the same forum have this issue!

Using SMF 2.0.7...

Lou69

What was the setting for $boarddir? Was it correct?

Skhilled

Yes, it is and all other mods install fine.

$boardurl = 'http://skhilled.net/smf';;

Kindred

it's not boardurl that matters... it would be boarddir
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Skhilled

Ooops! Sorry:

/home/docskill/public_html/skhilled.net/smf

Kindred

If that is the actual board URL, then I would have to say the Feline is incorrect and something in her mod is misreading the boarddir

BTW: I really hate hosts who use domains in the directory PATH
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Skhilled

Thanks, Kindred. That is what I thought. All other mods install fine except for that one so it had to be the coding of the blog.

feline

here the install part:
[code<install for="2.0*">
<readme type="file" parsebbc="true">install/readme.bbc</readme>
<database type="file">install/dbinstall.php</database>
<modification format="xml" type="file">install/pmxinstall.xml</modification>
<require-dir name="Sources/PortaMx" destination="$sourcedir" />
<require-dir name="Themes/default/PortaMx" destination="$themedir" />
<require-dir name="Themes/default/highslide" destination="$themedir" />
<require-dir name="Themes/default/languages/PortaMx" destination="$languagedir" />
<require-dir name="Smileys/PortaMx" destination="$smileysdir" />
<require-dir name="fckeditor" destination="$boarddir" />
<require-dir name="editor_uploads" destination="$boarddir" />
<require-file name="Themes/default/css/pmx_frontpage.css" destination="$themedir/css" />
<require-file name="Themes/core/css/pmx_frontpage.css" destination="$boarddir/Themes/core/css" />
<require-file name="admin_images/pmx_adm_articles.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_blocks.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_categories.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_center.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_sef.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_languages.gif" destination="$imagesdir/admin" />
<require-file name="admin_images/pmx_adm_settings.gif" destination="$imagesdir/admin" />
<redirect url="$scripturl?action=admin;area=pmx_center" timeout="60000">install/installdone.html</redirect>
</install>

Advertisement: