 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
April 12th, 2005, 05:49 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
| 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/ |
| |
April 13th, 2005, 10:03 AM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
Having safemode issues. Probably the cause of everything.
Will post when I have that sorted out. |
| |
April 13th, 2005, 10:58 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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. |
| |
April 13th, 2005, 11:43 AM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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?
|
| |
April 13th, 2005, 11:56 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,701
|
Your high security settings are more than likely preventing you from accessing scripts outside your domain area
|
| |
April 13th, 2005, 11:57 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
I had the same problem on low security with safemode.
Perhaps trying low security without safemode might work, eh? |
| |
April 13th, 2005, 12:04 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,701
|
yes you can try also if they did not compile imagemagick with enable shared your not going to find it anyway
|
| |
April 13th, 2005, 02:23 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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. |
| |
April 13th, 2005, 02:39 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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.
|
| |
April 13th, 2005, 06:07 PM
|
#10 (permalink)
| | Senior Member
Join Date: Mar 2003
Posts: 1,319
|
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
|
| |
April 13th, 2005, 06:17 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
My php.ini currently says is set to:
error_reporting = E_ALL & (tilde)E_notice
And
display_errors = On
|
| |
April 14th, 2005, 12:02 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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.
|
| |
April 14th, 2005, 12:08 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,701
|
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
|
| |
April 14th, 2005, 12:12 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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";
|
| |
April 14th, 2005, 12:18 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
What causes the white screen between step 2 and 3?
|
| |
April 14th, 2005, 12:27 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,701
|
Your path cant be that in pp-inc if it is coming back as a .
|
| |
April 14th, 2005, 12:45 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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.
|
| |
April 14th, 2005, 01:10 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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?
|
| |
April 14th, 2005, 01:16 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
Here are my cookie settings:
domain: (blank)
path to save cookies: /
cookie prefix: bb
|
| |
April 14th, 2005, 02:30 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Aug 2004
Posts: 48
|
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.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 09:05 AM. | |