PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Install failing to recognize mogrify location. (http://www.photopost.com/forum/classifieds-installation-upgrades/113464-install-failing-recognize-mogrify-location.html)

GoodGeeks April 12th, 2005 05:49 PM

Install failing to recognize mogrify location.
 
I double checked where the mogrify is located via SSH and the locate mogrify command but when I go to install classifieds for my new "Mom" site... it tells me to stuff it (er, that isn't where mogrify is located).

Thoughts?

Also having install errors but will look into those more before whining to Chuck.

http://www.mommarama.net/classifieds/

GoodGeeks April 13th, 2005 10:03 AM

Having safemode issues. Probably the cause of everything.

Will post when I have that sorted out.

:)

GoodGeeks April 13th, 2005 10:58 AM

I set the site in ensim to use high security mode, which turns safemode off, but without the security risks and the safemode errors are gone.

Still having errors. Will poke around some more. :)

GoodGeeks April 13th, 2005 11:43 AM

Just tried the install again and it is telling me that my mogrify directory is incorrect. Just double checked as root and the path is accurate.

Anyone been there, done this?

Chuck S April 13th, 2005 11:56 AM

Your high security settings are more than likely preventing you from accessing scripts outside your domain area

GoodGeeks April 13th, 2005 11:57 AM

I had the same problem on low security with safemode.

Perhaps trying low security without safemode might work, eh?

:)

Chuck S April 13th, 2005 12:04 PM

yes you can try also if they did not compile imagemagick with enable shared your not going to find it anyway

GoodGeeks April 13th, 2005 02:23 PM

The safemode restrictions are gone but still having some other problems which leads me to believe it is set for external reg, rather than using the vb3 user tables.

I've tried running install a few times and it still isn't working properly. I got as far as I did through editing the DB in phpMyAdmin. At this point, I am deleting the entire directory and all tables and will start from total scratch.

After the white screen (after step 2), the tables were created but were not populated with the information i had filled out. Bleh.

I just want it to work. I'll try the install again and let y'all know what happens. :)

GoodGeeks April 13th, 2005 02:39 PM

Deleted everything, ran fresh copies, cleaned out pp tables.

Going from step 2 to step 3 gives me a blank page and an incomplete install.

Please help.

b6gm6n April 13th, 2005 06:07 PM

Hi..

could you turn on your php errors in php.ini to see what the exact error is rather than a blank screen... in your php.ini try alter the code below :

error_reporting = E_ALL
display_errors = On

and then what do you see?, might help greatly

-T

GoodGeeks April 13th, 2005 06:17 PM

My php.ini currently says is set to:

error_reporting = E_ALL & (tilde)E_notice

And

display_errors = On

GoodGeeks April 14th, 2005 12:02 PM

Very frustrated. Still no luck.

Do I need to increase my packet size from 8m in order to get it to work?

I'd really appreciate some help. I get the white screen after step 2, it creates the tables be does not populate.

Chuck S April 14th, 2005 12:08 PM

One thing I see is your path to classifieds is set to . instead of the path to your classifieds you might want to fix that in your config

/home/virtual/site18/fst/var/www/html/classifieds

GoodGeeks April 14th, 2005 12:12 PM

I double checked and in the config-int.php and config-inc.php - both paths are:

// Path to your PhotoPost Classifieds installation - no end slashes
$PP_PATH = "/home/virtual/site18/fst/var/www/html/classifieds";

// We need to know the server paths to both your vB installation and your Classifieds installation
$vbpath = "/home/virtual/site18/fst/var/www/html/forums";
$pppath = "/home/virtual/site18/fst/var/www/html/classifieds";

GoodGeeks April 14th, 2005 12:18 PM

What causes the white screen between step 2 and 3?

Chuck S April 14th, 2005 12:27 PM

Your path cant be that in pp-inc if it is coming back as a .

GoodGeeks April 14th, 2005 12:45 PM

I just commented out lines 703 to 710 in install.php and that allowed me to get past the white screen.

The zipData table is too large. I will have to manually create and fill the zipData table in phpMyAdmin.

Hopefully my problems and troubleshooting will help someone else down the road.

Got the install complete now, just can't login. LOL This is the install that doesn't endddddddddd.

GoodGeeks April 14th, 2005 01:10 PM

Finally got out of the admin loop. In the install I set it for vB3 integration but the database didn't carry over those settings, or the vB3 cookie settings.

I manually changed both in phpMyAdmin. Now I can login, but something isn't synched.

I cleared my cache. I can login to the admin panel, only to be told I am not a valid admin or moderator. I double checked the settings in my usergroups and the admin usergroup (me) is set to 1's.

I did look at the pp_users table and it is empty. Might the problem lie there?

GoodGeeks April 14th, 2005 01:16 PM

Here are my cookie settings:

domain: (blank)
path to save cookies: /
cookie prefix: bb

GoodGeeks April 14th, 2005 02:30 PM

Well, maybe I am being impatient, but if no one has any suggestions and I can't find anything about this by searching, I'll try yet another fresh install.


All times are GMT -5. The time now is 11:13 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