![]() |
|
1.4.3 install error - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 1.4.3 install error (/thread-10141.html) Pages:
1
2
|
1.4.3 install error - Shivam Patel - 2012-07-04 I am just trying a plain vanilla install of 1.4.3. I have NO issues installing 1.4.2.4 on the same server.. check out http://nypics.in/gallery1/ which is the first page of 1.4.2.4 fresh upload files. Can you tell whats exactly wrong here ? 1.4.3 install error - Shivam Patel - 2012-07-04 eh, I hope this question gets attention of people other than spambots :| 1.4.3 install error - acrylian - 2012-07-04 It does..;-) Either you did not correctly upload the zp-core folder or the permissions are not correctly set (your ftp client and/or server may cause that). 1.4.3 install error - Shivam Patel - 2012-07-04 I just did what I used to do with previous versions... You maybe right when you say permission issues - but I wanted to let you know that the plain simple install process (outlined above) fails for 1.4.3 1.4.3 install error - Shivam Patel - 2012-07-04 Okay, so I did the following to resolve: [list] [*]After doing the above steps manually, the setup seems to work. Are debug.log and setup.log new concepts introduced in 1.4.3 ? 1.4.3 install error - acrylian - 2012-07-04 Sorry, I will have to pass that to my colleague sbillard. All I can say that I installed 1.4.3 sucessfully the exact same way on two shared hosts (and one is one of the biggest over here). 1.4.3 install error - Shivam Patel - 2012-07-04 Okay, now when I access the setup URL, I get this: ` {Wed, 04 Jul 2012 17:15:58 GMT} Backtrace: USER ERROR: MySql Error: ( [i]INSERT INTO [code][prefix]options [/code] Why is the code expecting a database table at this point. FYI, I have imagick installed and looks like its trying to insert some related data to a table - which obviously will be created in future by the setup code. Please let me know if I am wrong. Also, please dont' get annoyed by my repeated posts - I just want to be your beta tester bringing out various peculiar issues one can face/is facing. 1.4.3 install error - acrylian - 2012-07-04 If you are performing an upgrade, it is expecting a table. So this is a clean new install then? I have not experienced this and have no idea right now. My colleague is the setup expert actually and hopefully have an idea. Regarding beta tester: We welcome that (and specifially regular ones!) but maybe next time with the beta and not the final release...;-) 1.4.3 install error - Shivam Patel - 2012-07-04 Would you believe how did I solve the previous error !! Then I stopped with 1.4.2.4 and refreshed the 1.4.3 setup page and that error went away (understandably now that it found the tables where it wanted to insert). And yes, I am seeing all these errors when trying to install 1.4.3 afresh ! 1.4.3 install error - acrylian - 2012-07-04 Now that sounds weird and surely should not be that way... 1.4.3 install error - sbillard - 2012-07-04 The problem seems to be with Imagick trying to set options before there is a database established. I will look into this and see what can be done. 1.4.3 install error - sbillard - 2012-07-05 I have made a change in the nightly builds that should prevent this problem. Unfortunately, none of my installs has Imagick available so I cannot test. (The problem seems unique to Imagick.) 1.4.3 install error - Shivam Patel - 2012-07-05 Thats great Stephen. Thanks. If you want I can file it as a bug report or I can provide the details here. Its simple to reproduce and I guess pretty straighforward to fix as well (for you I mean- I am still digging in the code to see where exactly its happening). 1.4.3 install error - sbillard - 2012-07-05 Probably best you file a ticket. Include the offending image as well. Sadly, I have no access to Imagic, so the ticket will have to wait for someone who does. 1.4.3 install error - lake - 2012-07-23 I am having the very same issue and errors, saying "Table 'db_db.zenphoto_options' doesn't exist". This IS an upgrade, so there were tables already in place. There is a table called zp_options, but not zenphoto_options. I am at a total loss, as I am not a programmer. I am upgrading due to an .htaccess hack, and it's been an all day nightmare. I finally got the setup page to show after multiple attempts, but it would not accept my database credentials. So I actually created a new user on the database, hoping that would get me in. After entering that info, the page when blank, and now I'm finding those errors in the log. ANY ideas or assistance would be greatly appreciated! 1.4.3 install error - sbillard - 2012-07-23 From your description is sounds like you managed to change your database prefix. 1.4.3 install error - lake - 2012-07-23 I changed nothing, but recognized the issue so I have changed the database prefix to zp_ in the zenphoto.cfg file and uploaded to the server, and that much seems to be resolved. However, the rest of the error message remains, identical to Shivam Patel's error above: Backtrace: USER ERROR: MySql Error: ( [i]INSERT INTO Still just getting a blank page, and really need help finding a solution. Server error log shows nothing. Ideas? 1.4.3 install error - lake - 2012-07-24 Again, I am really NOT a coder, so am way over my head. I have studied all of the files referenced in the error log, and still wonder if it has something to do with the db prefix? The trigger_error begins with line 59 on the functions-db-MySQL.php file, which refers to the prefix:
Again, ANY assistance would be greatly appreciated! 1.4.3 install error - sbillard - 2012-07-24 Did you actually try the solution shown in this thread?Installing the nightly build? 1.4.3 install error - lake - 2012-07-24 I don't know what the nightly build is, but assumed it was an update to the program. I only downloaded the upgrade two days ago, so assumed it was the latest version. If I am misunderstanding, please advise. |