Upgrade to version 2.1.4: yellow banner pops up but nothing happens

lucaremotti / 2017-08-21 14:50:31   

I have uploaded the 'ndxzstudio' folder with the ftp application.
when logging into the studio the yellow banner appears. When clicking on the link the page goes blank but nothing else happens. It just stays blank.
Website works for the rest.
insideimages.eu
Thanks,
L.

lucaremotti / 2017-08-21 14:58:39   

Correction: the control panel does not work at all anymore.

lucaremotti / 2017-08-21 18:49:54   

I have upgraded to php 5.5 but the whole thing does not work.
The control panel (studio) is now in version 2.1.4 but the website only displays the initial page. Any other link goes to

"No input file specified."

when upgrading to PHP5.6 the message is

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, postmaster@insideimages.eu and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

I will restart from a backup.

Thanks,
L,

Vaska A / 2017-08-22 00:39:47   

5.6 or greater. something is wrong with your host if you are having problems. the database connection is not working.

i've seen many hosts already that claim they are running a php version they aren't actually running.

lucaremotti / 2017-08-22 06:27:27   

Thanks,
I have tried to, but the only version that works is 5.4.
Previously PHP5.2 was running ok (I had not upgraded it).
I am not even sure that the previous backup will run on 5.3. (The lowest version available).
I'll see what I can do.

lucaremotti / 2018-09-03 17:02:18   

Solution:
I asked my provider to scratch the website and SQL database.
I selected the highest version of PHP possible and reinstalled everything and now it works.

I must say that I liked the previous version better, since I could really customise fonts, headings and appearance. Here the CSS style sheet works in a different way.

It'll be fine.

Vaska A / 2018-09-03 17:12:03   

CSS works the way CSS works. There is just a bit more to manage (which is vastly less than you get from most other systems).

You can still do everything you want with CSS - nothing has changed in that respect - still works exactly the same way. The last major update to the CSS was done six years ago, as well, barely anything has changed since then.

Vaska A / 2018-09-03 19:27:31   

This is pretty much the same as it has been for 12 years now. Even has comments now...not sure what else is missing...

  1. body {
  2.     font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  3.     background: #fff;
  4.     color: #000;
  5.     /* font-weight: 300; */
  6. }
  7. /* link scheme */
  8. /* you can customize links further down the page too */
  9. a:link { text-decoration: none; color: #000; }
  10. a:visited { text-decoration: none; color: #888888; }
  11. a:hover { text-decoration: underline; }
  12. a:active { text-decoration: none; color: #00cc00; }
  13. a img { border: none; }
  14. /* general styles */
  15. small { font-size: 9px; }
  16. code { font-family: monospace; }
  17. blockquote { padding-left: 9px; }
  18. /* headings */
  19. h1 { margin-bottom: 1em; font-weight: bold; }
  20. h2 { margin-bottom: 0.7em; font-weight: bold; }
  21. h3 { margin-bottom: 0.7em; }
  22. h4 { margin-bottom: 0.7em; }
  23. /* paragraph width */
  24. #index p { margin-bottom: 1em; }
  25. #exhibit p, code, blockquote { width: 700px; margin-bottom: 1em; /* line-height: 1.3em; */ }

This thread has been closed, thank you.