PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Some installation issues (http://www.photopost.com/forum/photopost-pro-installation-upgrades/127428-some-installation-issues.html)

Pikapin September 23rd, 2006 05:01 AM

Some installation issues
 
1 Attachment(s)
Hello,

I´m trying to install Photopost Pro in my web, but I´m having some problems. I´m running vbulletin 3.6.1 and Vbadvanced 2.2.

The first one is that after the installation, it seems like users are not automatically recognized from vbulletin, even the numbers of users that shows is correct. If I click on register, it says I´m already registered. I read some posts where similar issues were treated, but couldn´t fix the problem.

But what really is annoying me is that most of the links are pointing to http://www.domain.com/whateverlink**** (For example when click on a category: http://www.domain.com/photopost/show....php?cat=2)All rights are correct and I couldn´t find this test in any of the installation files.

Can anybody help me? I´m really frustrated with the installation and can´t figure out how to fix it.

Thanks in advance

web: http://www.todomini.com
forum url: http://www.todomini.com/club
pp url: http://www.todomini.com/galeria



Right now the forum is desactivated as I´m doing the installation but please feel free to write me an email or MSN (beldix@hotmail.com)

--- Config files ---

1. config-inc.php

Code:

Content visible to verified customers only.
2. config-int.php

Code:

Content visible to verified customers only.

Chuck S September 23rd, 2006 07:28 AM

Try this as I think the long arrays are off on your server

In install.php replace your instfindenv function at top of the file with this

Code:

Content visible to verified customers only.
Then find the foreach statement as there is only one foreach and make sure its this

Code:

Content visible to verified customers only.
rerun install

Pikapin September 24th, 2006 07:37 AM

1 Attachment(s)
Hi Chuck,

first of all, thanks for your quick response and help.

I just checked the database and found that the table pp_settings was all by default, as if during the installation the changes are not applied. I also realised that the users were not imported from the forum database and the same with the usergroups. I could refresh the usergroups from the admin panel, but I wonder how to refresh or update users on table pp_users, that I guess should contain all forum users... or maybe as it´s integrated with vbulletin, it checks the user database from the forum, no? Well, I´m just guessing so correct if wrong as I like to understand how Photopost works.

Should I try your script anyway?

My other question is about safe mode, because when I checked the php info, I found I have safe mode=on, but on local value and the master value is set to off. What this means? Is this why I can´t upload files even with all rights on upload folder set to 777?

I have my own dedicated server that I administer and can do SSH connections in order to change any settings.

Thanks

Pikapin September 24th, 2006 07:44 AM

1 Attachment(s)
by the way... now the gallery looks better...

Chuck S September 24th, 2006 09:53 AM

Yes my install change is noted and will be in our 5.5 out soon. Safe mode needs to be off for uploads to work yes

Pikapin September 24th, 2006 09:57 AM

Ok, IŽll check the server to change safe mode to off.

Thanks for your help. :)


All times are GMT -5. The time now is 11:44 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97